Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/distcc/
Date: Thu, 01 Sep 2022 17:54:47
Message-Id: 1662054878.9076d5105b70e11bc2ee32ddf5a26f8de6a30651.mattst88@gentoo
1 commit: 9076d5105b70e11bc2ee32ddf5a26f8de6a30651
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 1 17:54:38 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 1 17:54:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9076d510
7
8 sys-devel/distcc: Stabilize 3.4 ppc, #799935
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 sys-devel/distcc/distcc-3.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-devel/distcc/distcc-3.4.ebuild b/sys-devel/distcc/distcc-3.4.ebuild
16 index cb49de0fd3c1..dc60b2b2ff1e 100644
17 --- a/sys-devel/distcc/distcc-3.4.ebuild
18 +++ b/sys-devel/distcc/distcc-3.4.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/distcc/distcc/releases/download/v${PV}/${P}.tar.gz"
26
27 LICENSE="GPL-2+"
28 SLOT="0"
29 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
30 +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
31 IUSE="gssapi gtk hardened ipv6 selinux xinetd zeroconf"
32 REQUIRED_USE="${PYTHON_REQUIRED_USE}"