summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-08 22:09:12 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-08 22:11:12 +0100
commit9d45b9310267d5ade35e796c9bc5c0d4f53d7a4e (patch)
tree0ceca77326c3ff7509555e950a1a19f6a96e8025
parentdev-perl/Linux-Inotify2: Remove old (diff)
downloadgentoo-9d45b9310267d5ade35e796c9bc5c0d4f53d7a4e.tar.gz
gentoo-9d45b9310267d5ade35e796c9bc5c0d4f53d7a4e.tar.bz2
gentoo-9d45b9310267d5ade35e796c9bc5c0d4f53d7a4e.zip
dev-perl/Linux-PipeMagic: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--dev-perl/Linux-PipeMagic/Linux-PipeMagic-0.30.0-r1.ebuild (renamed from dev-perl/Linux-PipeMagic/Linux-PipeMagic-0.30.0.ebuild)8
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-perl/Linux-PipeMagic/Linux-PipeMagic-0.30.0.ebuild b/dev-perl/Linux-PipeMagic/Linux-PipeMagic-0.30.0-r1.ebuild
index 5d647f00ea6b..41cc7ec21100 100644
--- a/dev-perl/Linux-PipeMagic/Linux-PipeMagic-0.30.0.ebuild
+++ b/dev-perl/Linux-PipeMagic/Linux-PipeMagic-0.30.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=DLAMBLEY
DIST_VERSION=0.03
@@ -10,11 +10,9 @@ inherit perl-module
DESCRIPTION="Perl extension to use the zero copy IO syscalls"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND=""
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
dev-perl/File-Slurp