commit: 32450612a32d1628d46d520460f83d89cce13ea3
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 2 15:00:07 2018 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Jan 2 15:00:51 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32450612
media-sound/pamix: Version 1.5 stable for amd64 and x86.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
media-sound/pamix/pamix-1.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-sound/pamix/pamix-1.5.ebuild
b/media-sound/pamix/pamix-1.5.ebuild
index 1efd5b46593..261d33492f6 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