diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-06-21 17:24:53 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-06-21 17:24:53 +0200 |
commit | 7ca08689561de3c6b28f718c75bb6c1e8ccb34ac (patch) | |
tree | 4372f3f16879aee3fc8064762000a7b37a2f9fdf /sys-devel | |
parent | net-proxy/haproxy: Quoting fix for 2.6.x as well (diff) | |
download | gentoo-7ca08689561de3c6b28f718c75bb6c1e8ccb34ac.tar.gz gentoo-7ca08689561de3c6b28f718c75bb6c1e8ccb34ac.tar.bz2 gentoo-7ca08689561de3c6b28f718c75bb6c1e8ccb34ac.zip |
sys-devel/distcc: arm stable wrt bug #853277
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/distcc/distcc-3.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/distcc/distcc-3.4-r1.ebuild b/sys-devel/distcc/distcc-3.4-r1.ebuild index 7495c3fff4fe..f78f339a5bfd 100644 --- a/sys-devel/distcc/distcc-3.4-r1.ebuild +++ b/sys-devel/distcc/distcc-3.4-r1.ebuild @@ -13,7 +13,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}" |