From: Agostino Sarubbo Date: Mon, 3 Feb 2020 11:28:37 +0000 (+0100) Subject: media-sound/gmusicbrowser: amd64 stable wrt bug #707540 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a7c447c654e0d8e9efa535799a1b5d6f94fb6221;p=gentoo.git media-sound/gmusicbrowser: amd64 stable wrt bug #707540 Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo --- diff --git a/media-sound/gmusicbrowser/gmusicbrowser-1.1.15_p20190315.ebuild b/media-sound/gmusicbrowser/gmusicbrowser-1.1.15_p20190315.ebuild index e3ecb295b17b..411555af456c 100644 --- a/media-sound/gmusicbrowser/gmusicbrowser-1.1.15_p20190315.ebuild +++ b/media-sound/gmusicbrowser/gmusicbrowser-1.1.15_p20190315.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,11 +9,11 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/squentin/${PN}.git" inherit git-r3 SRC_URI="" - KEYWORDS="" + KEYWORDS="amd64" else GIT_COMMIT="4538a5af5fb6c11f07bd7a9c50d6fd73b18c840d" SRC_URI="https://github.com/squentin/${PN}/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" S="${WORKDIR}/${PN}-${GIT_COMMIT}" fi