diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-23 22:57:32 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-23 23:01:20 +0200 |
commit | 81b10a723b20c7cfa1f97bde2fa386c8e18e63f7 (patch) | |
tree | 7c4f5b174d1116ed00b57fef32d7196f68727b7c /dev-perl/ParaDNS | |
parent | dev-perl/PAR: Version bump 1.017 (diff) | |
download | gentoo-81b10a723b20c7cfa1f97bde2fa386c8e18e63f7.tar.gz gentoo-81b10a723b20c7cfa1f97bde2fa386c8e18e63f7.tar.bz2 gentoo-81b10a723b20c7cfa1f97bde2fa386c8e18e63f7.zip |
dev-perl/ParaDNS: 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/ParaDNS')
-rw-r--r-- | dev-perl/ParaDNS/ParaDNS-2.0.0-r3.ebuild (renamed from dev-perl/ParaDNS/ParaDNS-2.0.0-r2.ebuild) | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/dev-perl/ParaDNS/ParaDNS-2.0.0-r2.ebuild b/dev-perl/ParaDNS/ParaDNS-2.0.0-r3.ebuild index f39727696356..d68954af0d91 100644 --- a/dev-perl/ParaDNS/ParaDNS-2.0.0-r2.ebuild +++ b/dev-perl/ParaDNS/ParaDNS-2.0.0-r3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=MSERGEANT DIST_VERSION=2.0 @@ -11,11 +11,13 @@ DESCRIPTION="a DNS lookup class for the Danga::Socket framework" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -DEPEND="dev-perl/Net-DNS - >=dev-perl/Danga-Socket-1.61" -RDEPEND="${DEPEND}" +RDEPEND=" + dev-perl/Net-DNS + >=dev-perl/Danga-Socket-1.61 +" +BDEPEND="${RDEPEND} +" PATCHES=( "${FILESDIR}/${PN}-2.0-net-dns-compat.patch" |