diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-02 15:07:32 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-02 15:10:24 +0200 |
commit | 6302bacd324016ec72e42270bb34616db43f82b4 (patch) | |
tree | f59d308bae697bac49b0152907c6016f3e5800c9 /dev-perl/USB-LibUSB | |
parent | dev-perl/USB-LibUSB: Remove old (diff) | |
download | gentoo-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 ) " |