Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/distcc/
Date: Thu, 23 Jun 2022 06:43:00
Message-Id: 1655966568.a4bdb7ae2a857e1ead63dc31aa35c970d0ae9fcd.ago@gentoo
1 commit: a4bdb7ae2a857e1ead63dc31aa35c970d0ae9fcd
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 23 06:42:48 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 23 06:42:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4bdb7ae
7
8 sys-devel/distcc: ppc64 stable wrt bug #853277
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 RepoMan-Options: --include-arches="ppc64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 sys-devel/distcc/distcc-3.4-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-devel/distcc/distcc-3.4-r1.ebuild b/sys-devel/distcc/distcc-3.4-r1.ebuild
18 index 1d8e604a0620..1bee4f2f6420 100644
19 --- a/sys-devel/distcc/distcc-3.4-r1.ebuild
20 +++ b/sys-devel/distcc/distcc-3.4-r1.ebuild
21 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/distcc/distcc/releases/download/v${PV}/${P}.tar.gz"
22
23 LICENSE="GPL-2+"
24 SLOT="0"
25 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86"
26 +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
27 IUSE="gssapi gtk hardened ipv6 selinux xinetd zeroconf"
28 REQUIRED_USE="${PYTHON_REQUIRED_USE}"