dev-perl/DBIx-Class-InflateColumn-IP: Eapi bump

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2025-07-26 12:34:22 +02:00
parent 6059345b3b
commit 61b1955d33
No known key found for this signature in database
GPG Key ID: DC2B16215ED5412A

View File

@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors # Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=8
DIST_AUTHOR=ILMARI DIST_AUTHOR=ILMARI
DIST_VERSION=0.02003 DIST_VERSION=0.02003
@ -11,8 +11,6 @@ DESCRIPTION="Auto-create NetAddr::IP objects from columns"
SLOT="0" SLOT="0"
KEYWORDS="~amd64 ~x86" KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND=" RDEPEND="
dev-perl/NetAddr-IP dev-perl/NetAddr-IP
@ -21,11 +19,13 @@ RDEPEND="
BDEPEND="${RDEPEND} BDEPEND="${RDEPEND}
test? ( dev-perl/DBD-SQLite ) test? ( dev-perl/DBD-SQLite )
" "
PERL_RM_FILES=( PERL_RM_FILES=(
t/pod-coverage.t t/pod-coverage.t
t/pod-t. t/pod-t.
t/style-notabs.t t/style-notabs.t
) )
PATCHES=( PATCHES=(
"${FILESDIR}/${PN}-0.02003-no-dot-inc.patch" "${FILESDIR}/${PN}-0.02003-no-dot-inc.patch"
) )