diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-06-13 16:57:45 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-06-13 16:57:45 +0200 |
commit | 2add5476114dcb6e18a56e0ba7d650ca7b008f3d (patch) | |
tree | f1864e41fcaa81ff078397de63204535a633046f /media-sound/pamix | |
parent | app-text/poppler: ia64 stable wrt bug #681152 (diff) | |
download | gentoo-2add5476114dcb6e18a56e0ba7d650ca7b008f3d.tar.gz gentoo-2add5476114dcb6e18a56e0ba7d650ca7b008f3d.tar.bz2 gentoo-2add5476114dcb6e18a56e0ba7d650ca7b008f3d.zip |
media-sound/pamix: amd64 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="amd64"
Diffstat (limited to 'media-sound/pamix')
-rw-r--r-- | media-sound/pamix/pamix-1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/pamix/pamix-1.6.ebuild b/media-sound/pamix/pamix-1.6.ebuild index dbeb0e57cc75..633fb3a9622e 100644 --- a/media-sound/pamix/pamix-1.6.ebuild +++ b/media-sound/pamix/pamix-1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # 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 |