summaryrefslogtreecommitdiff
path: root/sys-devel/automake/automake-1.11.6-r3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/automake/automake-1.11.6-r3.ebuild')
-rw-r--r--sys-devel/automake/automake-1.11.6-r3.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-devel/automake/automake-1.11.6-r3.ebuild b/sys-devel/automake/automake-1.11.6-r3.ebuild
index 855f71e6dcc1..e9ac868dd303 100644
--- a/sys-devel/automake/automake-1.11.6-r3.ebuild
+++ b/sys-devel/automake/automake-1.11.6-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -13,8 +13,9 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
LICENSE="GPL-2"
# Use Gentoo versioning for slotting.
SLOT="${PV:0:4}"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="dev-lang/perl
>=sys-devel/automake-wrapper-10