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/mumble/
Date: Tue, 25 Aug 2020 18:20:29
Message-Id: 1598379612.35cb4334e25fb80d4cf96342e737072a0e8cfdda.gyakovlev@gentoo
1 commit: 35cb4334e25fb80d4cf96342e737072a0e8cfdda
2 Author: Daniel James <djames <AT> orcadian <DOT> net>
3 AuthorDate: Thu Aug 20 15:20:14 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 25 18:20:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35cb4334
7
8 media-sound/mumble: add ~ppc64 keyword
9
10 Signed-off-by: Daniel James <djames <AT> orcadian.net>
11 Closes: https://github.com/gentoo/gentoo/pull/17191
12 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
13
14 media-sound/mumble/mumble-1.3.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-sound/mumble/mumble-1.3.2.ebuild b/media-sound/mumble/mumble-1.3.2.ebuild
18 index 50f19e4cdf6..df7176498fd 100644
19 --- a/media-sound/mumble/mumble-1.3.2.ebuild
20 +++ b/media-sound/mumble/mumble-1.3.2.ebuild
21 @@ -21,7 +21,7 @@ else
22 https://dl.mumble.info/${MY_P}.tar.gz"
23 S="${WORKDIR}/${P/_*}"
24 fi
25 - KEYWORDS="~amd64 ~arm64 ~x86"
26 + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
27 fi
28
29 LICENSE="BSD MIT"