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.13.4-r2.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.13.4-r2.ebuild')
-rw-r--r--sys-devel/automake/automake-1.13.4-r2.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-devel/automake/automake-1.13.4-r2.ebuild b/sys-devel/automake/automake-1.13.4-r2.ebuild
index 7a6fe5f9516a..5474860454bb 100644
--- a/sys-devel/automake/automake-1.13.4-r2.ebuild
+++ b/sys-devel/automake/automake-1.13.4-r2.ebuild
@@ -15,6 +15,7 @@ LICENSE="GPL-2"
SLOT="${PV:0:4}"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="dev-lang/perl
>=sys-devel/automake-wrapper-10