Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/apulse/
Date: Tue, 25 Aug 2020 18:20:28
Message-Id: 1598379610.8a85a02835c234dcc9ef323caff5212c9de5d4bd.gyakovlev@gentoo
1 commit: 8a85a02835c234dcc9ef323caff5212c9de5d4bd
2 Author: Daniel James <djames <AT> orcadian <DOT> net>
3 AuthorDate: Thu Aug 20 15:18:20 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 25 18:20:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a85a028
7
8 media-sound/apulse: add ~ppc64 keyword
9
10 Signed-off-by: Daniel James <djames <AT> orcadian.net>
11 Closes: https://github.com/gentoo/gentoo/pull/17190
12 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
13
14 media-sound/apulse/apulse-0.1.13.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-sound/apulse/apulse-0.1.13.ebuild b/media-sound/apulse/apulse-0.1.13.ebuild
18 index 6641e6bb6c8..350f525f8b2 100644
19 --- a/media-sound/apulse/apulse-0.1.13.ebuild
20 +++ b/media-sound/apulse/apulse-0.1.13.ebuild
21 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/i-rinat/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
22
23 LICENSE="MIT LGPL-2.1"
24 SLOT="0"
25 -KEYWORDS="~amd64 ~x86"
26 +KEYWORDS="~amd64 ~ppc64 ~x86"
27
28 IUSE="debug sdk test"
29 RESTRICT="!test? ( test )"