summaryrefslogtreecommitdiff
path: root/sys-devel/automake/automake-1.11.6-r4.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-08-31 04:10:05 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-08-31 04:10:05 +0100
commit025c71a90f259ca9319b4caa92495e43acf489b0 (patch)
tree63ba67fc666bfe4fdc21e49e319562fa7d545590 /sys-devel/automake/automake-1.11.6-r4.ebuild
parent5685192438444645b599ae1b567d1b73103fba7f (diff)
gentoo auto-resync : 31:08:2023 - 04:10:05
Diffstat (limited to 'sys-devel/automake/automake-1.11.6-r4.ebuild')
-rw-r--r--sys-devel/automake/automake-1.11.6-r4.ebuild21
1 files changed, 14 insertions, 7 deletions
diff --git a/sys-devel/automake/automake-1.11.6-r4.ebuild b/sys-devel/automake/automake-1.11.6-r4.ebuild
index 50b2acc093d8..e8c72f202f6c 100644
--- a/sys-devel/automake/automake-1.11.6-r4.ebuild
+++ b/sys-devel/automake/automake-1.11.6-r4.ebuild
@@ -11,16 +11,23 @@ LICENSE="GPL-2"
# Use Gentoo versioning for slotting.
SLOT="${PV:0:4}"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos"
-IUSE=""
-RESTRICT="test"
+IUSE="test"
+RESTRICT="test !test? ( test )"
-RDEPEND=">=dev-lang/perl-5.6
+RDEPEND="
+ >=dev-lang/perl-5.6
>=sys-devel/automake-wrapper-10
>=sys-devel/autoconf-2.69:*
- sys-devel/gnuconfig"
-DEPEND="${RDEPEND}
- sys-apps/help2man"
-BDEPEND="app-arch/gzip"
+ sys-devel/gnuconfig
+"
+DEPEND="
+ ${RDEPEND}
+ sys-apps/help2man
+"
+BDEPEND="
+ app-arch/gzip
+ test? ( dev-util/dejagnu )
+"
PATCHES=(
"${FILESDIR}"/${PN}-1.10-perl-5.16.patch #424453