diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-04-13 18:53:35 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-04-13 18:53:35 +0200 |
commit | e2266eeb7696dfa277fe56075d6056c4d6a4cc26 (patch) | |
tree | fe03b3929152df3b89e0df97e6219306bb0ab9f3 /app-emulation | |
parent | dev-util/geany-plugins: x86 stable wrt bug #716994 (diff) | |
download | gentoo-e2266eeb7696dfa277fe56075d6056c4d6a4cc26.tar.gz gentoo-e2266eeb7696dfa277fe56075d6056c4d6a4cc26.tar.bz2 gentoo-e2266eeb7696dfa277fe56075d6056c4d6a4cc26.zip |
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@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/faudio/faudio-20.02.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/faudio/faudio-20.02.ebuild b/app-emulation/faudio/faudio-20.02.ebuild index e4bf016505b3..5afb2e48be25 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 |