diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-17 18:18:13 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-17 18:34:45 +0200 |
commit | fd794d24a3915f79fdc2ea73114bb9c7dbb83746 (patch) | |
tree | 01476d67df36e521e6190fad7d93cad247a657a6 /dev-perl/Net-Subnet | |
parent | dev-perl/Net-SSLeay: Version bump 1.90 (diff) | |
download | gentoo-fd794d24a3915f79fdc2ea73114bb9c7dbb83746.tar.gz gentoo-fd794d24a3915f79fdc2ea73114bb9c7dbb83746.tar.bz2 gentoo-fd794d24a3915f79fdc2ea73114bb9c7dbb83746.zip |
dev-perl/Net-Subnet: 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-Subnet')
-rw-r--r-- | dev-perl/Net-Subnet/Net-Subnet-1.30.0-r2.ebuild (renamed from dev-perl/Net-Subnet/Net-Subnet-1.30.0-r1.ebuild) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-perl/Net-Subnet/Net-Subnet-1.30.0-r1.ebuild b/dev-perl/Net-Subnet/Net-Subnet-1.30.0-r2.ebuild index 6d625e4a5ccd..767da50d4694 100644 --- a/dev-perl/Net-Subnet/Net-Subnet-1.30.0-r1.ebuild +++ b/dev-perl/Net-Subnet/Net-Subnet-1.30.0-r2.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=JUERD DIST_VERSION=1.03 @@ -15,5 +15,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x RDEPEND=" >=dev-perl/Socket6-0.250.0 " -DEPEND="${RDEPEND}" +BDEPEND="${RDEPEND}" + PATCHES=( ${FILESDIR}/${PV}-pod-spelling.patch ) |