commit: 2edc19f71a6ebaca4dce2875fdc9e3f38be93b4e
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 2 10:15:15 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Sep 2 10:15:15 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2edc19f7
media-sound/exaile: x86 stable wrt bug #693194
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-sound/exaile/exaile-4.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/exaile/exaile-4.0.0.ebuild
b/media-sound/exaile/exaile-4.0.0.ebuild
index 304677b1794..7dbc4aa8e77 100644
--- a/media-sound/exaile/exaile-4.0.0.ebuild
+++ b/media-sound/exaile/exaile-4.0.0.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/exaile/exaile.git"
else
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV/_/-}/${PN}-${PV/_/}.tar.gz"
- KEYWORDS="~amd64 ~sparc ~x86"
+ KEYWORDS="~amd64 ~sparc x86"
S="${WORKDIR}/${PN}-${PV/_/}"
fi