diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-20 18:49:27 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-20 18:59:04 +0100 |
commit | f951e80c1c849d486590661afe019eb733f61072 (patch) | |
tree | b5c2edc5bd44cf6983c51c6791865049f5bd8c71 /dev-perl | |
parent | dev-perl/Net-ARP: Remove old (diff) | |
download | gentoo-f951e80c1c849d486590661afe019eb733f61072.tar.gz gentoo-f951e80c1c849d486590661afe019eb733f61072.tar.bz2 gentoo-f951e80c1c849d486590661afe019eb733f61072.zip |
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@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Net-Bonjour/Net-Bonjour-0.960.0-r1.ebuild (renamed from dev-perl/Net-Bonjour/Net-Bonjour-0.960.0.ebuild) | 19 |
1 files 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 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 |