diff options
-rw-r--r-- | media-sound/pamix/pamix-1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/pamix/pamix-1.5.ebuild b/media-sound/pamix/pamix-1.5.ebuild index 1efd5b465935..261d33492f6d 100644 --- a/media-sound/pamix/pamix-1.5.ebuild +++ b/media-sound/pamix/pamix-1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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 |