diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-06-05 09:42:38 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-06-05 09:42:38 +0200 |
commit | f7ac396a68849a336edd74bcca8c1ce9ac3eb9d0 (patch) | |
tree | 155e68f796c976b7ab42a2ea4049f9dd2ddf0c5c /media-sound | |
parent | dev-perl/Text-Markdown: x86 stable wrt bug #681426 (diff) | |
download | gentoo-f7ac396a68849a336edd74bcca8c1ce9ac3eb9d0.tar.gz gentoo-f7ac396a68849a336edd74bcca8c1ce9ac3eb9d0.tar.bz2 gentoo-f7ac396a68849a336edd74bcca8c1ce9ac3eb9d0.zip |
media-sound/gmusicbrowser: x86 stable wrt bug #681426
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/gmusicbrowser/gmusicbrowser-1.1.15_p20160530.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/gmusicbrowser/gmusicbrowser-1.1.15_p20160530.ebuild b/media-sound/gmusicbrowser/gmusicbrowser-1.1.15_p20160530.ebuild index 5812aee33a2a..6e832b7bc9fa 100644 --- a/media-sound/gmusicbrowser/gmusicbrowser-1.1.15_p20160530.ebuild +++ b/media-sound/gmusicbrowser/gmusicbrowser-1.1.15_p20160530.ebuild @@ -9,11 +9,11 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/squentin/${PN}.git" inherit git-r3 SRC_URI="" - KEYWORDS="amd64" + KEYWORDS="amd64 x86" else GIT_COMMIT="853840eb9dad0b59ad2dac5d303f5929b2f09f21" 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 |