commit:     816c9ee1e601419aff905a3b6bba870d9ca47a81
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 23 09:26:30 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 23 15:00:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=816c9ee1

dev-perl/Lab-Measurement: Live ebuild update, EAPI=8

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/Lab-Measurement/Lab-Measurement-9999.ebuild | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/dev-perl/Lab-Measurement/Lab-Measurement-9999.ebuild 
b/dev-perl/Lab-Measurement/Lab-Measurement-9999.ebuild
index 77af54a6610..dd02cae0229 100644
--- a/dev-perl/Lab-Measurement/Lab-Measurement-9999.ebuild
+++ b/dev-perl/Lab-Measurement/Lab-Measurement-9999.ebuild
@@ -1,13 +1,13 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 DIST_EXAMPLES=( "examples/*" )
 
 if [[ "${PV}" != "9999" ]]; then
        DIST_VERSION=${PV%.0}
-       DIST_AUTHOR="AKHUETTEL"
+       DIST_AUTHOR=AKHUETTEL
        KEYWORDS="~amd64 ~x86"
        inherit perl-module
 else
@@ -21,10 +21,8 @@ DESCRIPTION="Measurement control and automation with Perl"
 HOMEPAGE="https://www.labmeasurement.de";
 
 SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
-DZIL_PLUGINS=( Git PodWeaver AuthorsFromGit RPM )
+DZIL_PLUGINS=( Git PodWeaver AuthorsFromGit RPM Test-ReportPrereqs )
 
 RDEPEND="
        virtual/perl-Carp
@@ -69,8 +67,7 @@ RDEPEND="
        dev-perl/Lab-VXI11
        dev-perl/USB-TMC
 "
-DEPEND="
-       ${RDEPEND}
+BDEPEND="${RDEPEND}
        virtual/perl-ExtUtils-MakeMaker
        test? (
                dev-perl/File-Slurper
@@ -82,6 +79,7 @@ DEPEND="
                dev-perl/aliased
        )
 "
+
 if [[ "${PV}" == "9999" ]]; then
        DEPEND="${DEPEND}
                dev-perl/Dist-Zilla"

Reply via email to