diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-09-01 13:54:38 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-09-01 13:54:38 -0400 |
commit | 9076d5105b70e11bc2ee32ddf5a26f8de6a30651 (patch) | |
tree | 88f9becb95da094454f4fd0d58aa938cfc0262d0 /sys-devel/distcc | |
parent | app-editors/scite: Stabilize 5.2.4 ppc, #867193 (diff) | |
download | gentoo-9076d5105b70e11bc2ee32ddf5a26f8de6a30651.tar.gz gentoo-9076d5105b70e11bc2ee32ddf5a26f8de6a30651.tar.bz2 gentoo-9076d5105b70e11bc2ee32ddf5a26f8de6a30651.zip |
sys-devel/distcc: Stabilize 3.4 ppc, #799935
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'sys-devel/distcc')
-rw-r--r-- | sys-devel/distcc/distcc-3.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/distcc/distcc-3.4.ebuild b/sys-devel/distcc/distcc-3.4.ebuild index cb49de0fd3c1..dc60b2b2ff1e 100644 --- a/sys-devel/distcc/distcc-3.4.ebuild +++ b/sys-devel/distcc/distcc-3.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/distcc/distcc/releases/download/v${PV}/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" IUSE="gssapi gtk hardened ipv6 selinux xinetd zeroconf" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |