commit:     f951e80c1c849d486590661afe019eb733f61072
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 20 17:49:27 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 20 17:59:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f951e80c

dev-perl/Net-Bonjour: EAPI=8 bump

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

 ...r-0.960.0.ebuild => Net-Bonjour-0.960.0-r1.ebuild} | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/dev-perl/Net-Bonjour/Net-Bonjour-0.960.0.ebuild 
b/dev-perl/Net-Bonjour/Net-Bonjour-0.960.0-r1.ebuild
similarity index 65%
rename from dev-perl/Net-Bonjour/Net-Bonjour-0.960.0.ebuild
rename to dev-perl/Net-Bonjour/Net-Bonjour-0.960.0-r1.ebuild
index 254ccdb39fc6..a7b083e6ebdf 100644
--- a/dev-perl/Net-Bonjour/Net-Bonjour-0.960.0.ebuild
+++ b/dev-perl/Net-Bonjour/Net-Bonjour-0.960.0-r1.ebuild
@@ -1,25 +1,26 @@
-# 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="CHLIGE"
-DIST_VERSION="0.96"
+DIST_AUTHOR=CHLIGE
+DIST_VERSION=0.96
 inherit perl-module
 
 DESCRIPTION="Module for DNS service discovery (Apple's Bonjour)"
 
 SLOT="0"
 KEYWORDS="~amd64 x86"
-IUSE="test examples"
-RESTRICT="!test? ( test )"
+IUSE="examples"
 
 RDEPEND="
        >=dev-perl/Net-DNS-0.500.0
-       >=virtual/perl-Socket-1.750.0"
-DEPEND="${RDEPEND}
+       >=virtual/perl-Socket-1.750.0
+"
+BDEPEND="${RDEPEND}
        virtual/perl-ExtUtils-MakeMaker
-       test? ( virtual/perl-Test-Simple )"
+       test? ( virtual/perl-Test-Simple )
+"
 
 src_install() {
        perl-module_src_install

Reply via email to