dev-perl/DBIx-Class-UserStamp: eapi bump the

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2025-07-26 12:33:34 +02:00
parent 63b74214bd
commit 6059345b3b
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=JGOULAH DIST_AUTHOR=JGOULAH
DIST_VERSION=0.11 DIST_VERSION=0.11
@ -11,8 +11,6 @@ DESCRIPTION="Automatically set update and create user id fields"
SLOT="0" SLOT="0"
KEYWORDS="~amd64 ~x86" KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND=" RDEPEND="
dev-perl/Class-Accessor-Grouped dev-perl/Class-Accessor-Grouped
@ -22,10 +20,12 @@ RDEPEND="
BDEPEND="${RDEPEND} BDEPEND="${RDEPEND}
test? ( dev-perl/DBD-SQLite ) test? ( dev-perl/DBD-SQLite )
" "
PERL_RM_FILES=( PERL_RM_FILES=(
t/02pod.t t/02pod.t
t/03podcoverage.t t/03podcoverage.t
) )
PATCHES=( PATCHES=(
"${FILESDIR}/${PN}-0.11-no-dot-inc.patch" "${FILESDIR}/${PN}-0.11-no-dot-inc.patch"
) )