diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-01-02 16:00:07 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-01-02 16:00:51 +0100 |
commit | 32450612a32d1628d46d520460f83d89cce13ea3 (patch) | |
tree | 025c3ebed50ae93c37e1f7d7d71c6c5e471bda09 /media-sound | |
parent | media-sound/pamix: Bump to version 1.6 (diff) | |
download | gentoo-32450612a32d1628d46d520460f83d89cce13ea3.tar.gz gentoo-32450612a32d1628d46d520460f83d89cce13ea3.tar.bz2 gentoo-32450612a32d1628d46d520460f83d89cce13ea3.zip |
media-sound/pamix: Version 1.5 stable for amd64 and x86.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'media-sound')
-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 |