summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2021-05-28 16:05:18 +0100
committerMarek Szuba <marecki@gentoo.org>2021-05-28 16:36:05 +0100
commit331e25554dfd9bb68a72e2d3909fb99f3cfef1d1 (patch)
treee3d7ba50650debd0b4f6165dd46f3baba669e8bd /sys-devel/distcc
parentnet-print/hplip: update Python dependency on Avahi (diff)
downloadgentoo-331e25554dfd9bb68a72e2d3909fb99f3cfef1d1.tar.gz
gentoo-331e25554dfd9bb68a72e2d3909fb99f3cfef1d1.tar.bz2
gentoo-331e25554dfd9bb68a72e2d3909fb99f3cfef1d1.zip
sys-devel/distcc-3.4: keyword for riscv
Builds, tests (ObjectiveC_Case, ObjectiveCPlusPlus_Case - skipped because I didn't have the right compilers installed; PreprocessAsm_Case - skipped due to being system-specific; all others - OK) and installs fine. Tested on BeagleV Starlight (rv64_lp64d). Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'sys-devel/distcc')
-rw-r--r--sys-devel/distcc/distcc-3.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/distcc/distcc-3.4.ebuild b/sys-devel/distcc/distcc-3.4.ebuild
index 314dfd4b44be..d16540b5515c 100644
--- a/sys-devel/distcc/distcc-3.4.ebuild
+++ b/sys-devel/distcc/distcc-3.4.ebuild
@@ -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 ~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}"