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-9999.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-9999.ebuild')
-rw-r--r--sys-devel/automake/automake-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/automake/automake-9999.ebuild b/sys-devel/automake/automake-9999.ebuild
index d912687b31b4..9048f1838d5c 100644
--- a/sys-devel/automake/automake-9999.ebuild
+++ b/sys-devel/automake/automake-9999.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"
@@ -33,6 +33,7 @@ LICENSE="GPL-2"
# Use Gentoo versioning for slotting.
SLOT="${PV:0:4}"
IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="dev-lang/perl
>=sys-devel/automake-wrapper-11