From 6302bacd324016ec72e42270bb34616db43f82b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Sat, 2 Oct 2021 15:07:32 +0200 Subject: [PATCH] dev-perl/USB-LibUSB: EAPI=8 bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel --- ...USB-LibUSB-0.90.0.ebuild => USB-LibUSB-0.90.0-r1.ebuild} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) rename dev-perl/USB-LibUSB/{USB-LibUSB-0.90.0.ebuild => USB-LibUSB-0.90.0-r1.ebuild} (86%) 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 similarity index 86% rename from dev-perl/USB-LibUSB/USB-LibUSB-0.90.0.ebuild rename to dev-perl/USB-LibUSB/USB-LibUSB-0.90.0-r1.ebuild index 6f216a3d776b6..2e7b842bd3ad2 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 ) "