mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
dev-perl/DBIx-Class-InflateColumn-IP: Eapi bump
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
6059345b3b
commit
61b1955d33
@ -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"
|
||||||
)
|
)
|
||||||
Loading…
x
Reference in New Issue
Block a user