Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pamix/
Date: Tue, 02 Jan 2018 15:01:01
Message-Id: 1514905251.32450612a32d1628d46d520460f83d89cce13ea3.polynomial-c@gentoo
1 commit: 32450612a32d1628d46d520460f83d89cce13ea3
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 2 15:00:07 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 2 15:00:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32450612
7
8 media-sound/pamix: Version 1.5 stable for amd64 and x86.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 media-sound/pamix/pamix-1.5.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-sound/pamix/pamix-1.5.ebuild b/media-sound/pamix/pamix-1.5.ebuild
16 index 1efd5b46593..261d33492f6 100644
17 --- a/media-sound/pamix/pamix-1.5.ebuild
18 +++ b/media-sound/pamix/pamix-1.5.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -18,7 +18,7 @@ if [[ ${PV} == 9999 ]] ; then
26 EGIT_REPO_URI="https://github.com/patroclos/PAmix.git"
27 else
28 SRC_URI="https://github.com/patroclos/PAmix/archive/${PV}.tar.gz -> ${P}.tar.gz"
29 - KEYWORDS="~amd64 ~x86"
30 + KEYWORDS="amd64 x86"
31 S="${WORKDIR}/PAmix-${PV}"
32 fi