summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-02 15:07:32 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-02 15:10:24 +0200
commit6302bacd324016ec72e42270bb34616db43f82b4 (patch)
treef59d308bae697bac49b0152907c6016f3e5800c9 /dev-perl/USB-LibUSB
parentdev-perl/USB-LibUSB: Remove old (diff)
downloadgentoo-6302bacd324016ec72e42270bb34616db43f82b4.tar.gz
gentoo-6302bacd324016ec72e42270bb34616db43f82b4.tar.bz2
gentoo-6302bacd324016ec72e42270bb34616db43f82b4.zip
dev-perl/USB-LibUSB: EAPI=8 bump
Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/USB-LibUSB')
-rw-r--r--dev-perl/USB-LibUSB/USB-LibUSB-0.90.0-r1.ebuild (renamed from dev-perl/USB-LibUSB/USB-LibUSB-0.90.0.ebuild)6
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-perl/USB-LibUSB/USB-LibUSB-0.90.0.ebuild b/dev-perl/USB-LibUSB/USB-LibUSB-0.90.0-r1.ebuild
index 6f216a3d776b..2e7b842bd3ad 100644
--- a/dev-perl/USB-LibUSB/USB-LibUSB-0.90.0.ebuild
+++ b/dev-perl/USB-LibUSB/USB-LibUSB-0.90.0-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_VERSION=0.09
DIST_AUTHOR=AMBA
@@ -11,8 +11,6 @@ inherit perl-module
DESCRIPTION="Perl interface to the libusb-1.0 API"
SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
virtual/libusb:1
@@ -21,7 +19,7 @@ RDEPEND="
dev-perl/Moo
virtual/perl-XSLoader
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test-Simple )
"