diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-02-03 12:30:03 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-02-03 12:30:03 +0100 |
commit | f096c03627cad551a544aa3218e3e65f619d8acc (patch) | |
tree | 21a02b0ad75a8be19b59d3edf319f34ab9a62a01 /media-sound | |
parent | dev-python/tox: x86 stable wrt bug #707524 (diff) | |
download | gentoo-f096c03627cad551a544aa3218e3e65f619d8acc.tar.gz gentoo-f096c03627cad551a544aa3218e3e65f619d8acc.tar.bz2 gentoo-f096c03627cad551a544aa3218e3e65f619d8acc.zip |
media-sound/gmusicbrowser: x86 stable wrt bug #707540
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/gmusicbrowser/gmusicbrowser-1.1.15_p20190315.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/gmusicbrowser/gmusicbrowser-1.1.15_p20190315.ebuild b/media-sound/gmusicbrowser/gmusicbrowser-1.1.15_p20190315.ebuild index 411555af456c..ae1b59c0d9a5 100644 --- a/media-sound/gmusicbrowser/gmusicbrowser-1.1.15_p20190315.ebuild +++ b/media-sound/gmusicbrowser/gmusicbrowser-1.1.15_p20190315.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="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 |