diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-06-14 17:00:41 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-06-14 17:00:41 +0200 |
commit | 1056e79cf330884c38caade76a28319d4c901ebb (patch) | |
tree | 2f0799a26cc8263c95f33541ff9678b966127ad4 /media-sound | |
parent | net-libs/libmicrohttpd: x86 stable wrt bug #687870 (diff) | |
download | gentoo-1056e79cf330884c38caade76a28319d4c901ebb.tar.gz gentoo-1056e79cf330884c38caade76a28319d4c901ebb.tar.bz2 gentoo-1056e79cf330884c38caade76a28319d4c901ebb.zip |
media-sound/pamix: x86 stable wrt bug #687910
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/pamix/pamix-1.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/pamix/pamix-1.6.ebuild b/media-sound/pamix/pamix-1.6.ebuild index 633fb3a9622e..f77264e2b207 100644 --- a/media-sound/pamix/pamix-1.6.ebuild +++ b/media-sound/pamix/pamix-1.6.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/patroclos/PAmix.git" else SRC_URI="https://github.com/patroclos/PAmix/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 x86" S="${WORKDIR}/PAmix-${PV}" fi |