diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-15 23:21:05 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-15 23:36:31 +0200 |
commit | 1a567d59ea32305dd851a49941ed50b1eee68a76 (patch) | |
tree | d931bd48309e1a89c0008aaaab6ff3d300364f25 /dev-perl/Net-RBLClient | |
parent | net-analyzer/monitoring-plugins: Stabilize 2.3.1 x86, #802318 (diff) | |
download | gentoo-1a567d59ea32305dd851a49941ed50b1eee68a76.tar.gz gentoo-1a567d59ea32305dd851a49941ed50b1eee68a76.tar.bz2 gentoo-1a567d59ea32305dd851a49941ed50b1eee68a76.zip |
dev-perl/Net-RBLClient: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Net-RBLClient')
-rw-r--r-- | dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r3.ebuild (renamed from dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild b/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r3.ebuild index 6e233217ad11..7c43e9bda6bf 100644 --- a/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild +++ b/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r3.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_AUTHOR=ABLUM DIST_VERSION=0.5 @@ -11,11 +11,11 @@ DESCRIPTION="Queries multiple Realtime Blackhole Lists in parallel" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ppc64 sparc x86" -IUSE="" -DEPEND="" RDEPEND="virtual/perl-Time-HiRes dev-perl/Net-DNS" +BDEPEND="${RDEPEND} +" S=${WORKDIR}/RBLCLient-${DIST_VERSION} # second capitialized 'l' is deliberate |