commit: e2266eeb7696dfa277fe56075d6056c4d6a4cc26
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 13 16:53:35 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Apr 13 16:53:35 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2266eeb
app-emulation/faudio: x86 stable wrt bug #717006
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-emulation/faudio/faudio-20.02.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emulation/faudio/faudio-20.02.ebuild
b/app-emulation/faudio/faudio-20.02.ebuild
index e4bf016505b..5afb2e48be2 100644
--- a/app-emulation/faudio/faudio-20.02.ebuild
+++ b/app-emulation/faudio/faudio-20.02.ebuild
@@ -17,7 +17,7 @@ if [[ "${PV}" == "9999" ]]; then
EGIT_REPO_URI="https://github.com/FNA-XNA/${FAUDIO_PN}.git"
else
SRC_URI="https://github.com/FNA-XNA/${FAUDIO_PN}/archive/${FAUDIO_PV}.tar.gz ->
${FAUDIO_P}.tar.gz"
- KEYWORDS="-* amd64 ~x86"
+ KEYWORDS="-* amd64 x86"
S="${WORKDIR}/${FAUDIO_P}"
fi