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@gentoo.org>
This commit is contained in:
Agostino Sarubbo
2019-09-02 12:15:15 +02:00
parent 977742a859
commit 2edc19f71a

View File

@@ -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