dev-perl/Emacs-PDE: EAPI bump

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2025-07-13 22:53:22 +02:00
parent 289b8364b1
commit b7d8f0f92b
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=YEWENBIN DIST_AUTHOR=YEWENBIN
DIST_VERSION="v${PV}" DIST_VERSION="v${PV}"
@ -19,10 +19,12 @@ DEPEND="dev-perl/Module-Build"
BDEPEND="${RDEPEND} BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.420.0 >=dev-perl/Module-Build-0.420.0
" "
src_configure() { src_configure() {
myconf="--elispdir=${D}${SITELISP}/pde" myconf="--elispdir=${D}${SITELISP}/pde"
perl-module_src_configure perl-module_src_configure
} }
src_test() { src_test() {
local MODULES=( local MODULES=(
"Emacs::PDE ${PV}" "Emacs::PDE ${PV}"