summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2019-05-05 18:43:51 -0400
committerMike Gilbert <floppym@gentoo.org>2019-05-05 18:43:51 -0400
commitb670f8d8b7a68020ab2c87bc7555272754e3b08a (patch)
tree4630dcda42014e6ffeabafa5be59473e450425a6 /sys-devel/automake/automake-1.9.6-r5.ebuild
parentprofiles: riscv: add multilib LDFLAGS and CHOST (diff)
downloadgentoo-b670f8d8b7a68020ab2c87bc7555272754e3b08a.tar.gz
gentoo-b670f8d8b7a68020ab2c87bc7555272754e3b08a.tar.bz2
gentoo-b670f8d8b7a68020ab2c87bc7555272754e3b08a.zip
sys-devel/automake: RESTRICT="!test? ( test )"
Package-Manager: Portage-2.3.66_p2, Repoman-2.3.12_p111 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-devel/automake/automake-1.9.6-r5.ebuild')
-rw-r--r--sys-devel/automake/automake-1.9.6-r5.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-devel/automake/automake-1.9.6-r5.ebuild b/sys-devel/automake/automake-1.9.6-r5.ebuild
index 5c103a7f869c..432665df7012 100644
--- a/sys-devel/automake/automake-1.9.6-r5.ebuild
+++ b/sys-devel/automake/automake-1.9.6-r5.ebuild
@@ -15,6 +15,7 @@ LICENSE="GPL-2"
SLOT="${PV:0:3}"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="dev-lang/perl
>=sys-devel/automake-wrapper-10