Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pamix/
Date: Tue, 30 Mar 2021 16:26:16
Message-Id: 1617121504.67ed1560ab12df840406932841fecac8da4c5d9e.whissi@gentoo
1 commit: 67ed1560ab12df840406932841fecac8da4c5d9e
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 30 16:25:04 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 30 16:25:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67ed1560
7
8 media-sound/pamix: x86 stable (bug #773427)
9
10 Package-Manager: Portage-3.0.17, Repoman-3.0.2
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 media-sound/pamix/pamix-1.6-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-sound/pamix/pamix-1.6-r1.ebuild b/media-sound/pamix/pamix-1.6-r1.ebuild
17 index e3fa9ceb8f7..82b02421a7d 100644
18 --- a/media-sound/pamix/pamix-1.6-r1.ebuild
19 +++ b/media-sound/pamix/pamix-1.6-r1.ebuild
20 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then
21 inherit git-r3
22 else
23 SRC_URI="https://github.com/patroclos/PAmix/archive/v${PV}.tar.gz -> ${P}.tar.gz"
24 - KEYWORDS="~amd64 ~x86"
25 + KEYWORDS="~amd64 x86"
26 S="${WORKDIR}/PAmix-${PV}"
27 fi