mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-perl/Emacs-PDE: EAPI bump
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
289b8364b1
commit
b7d8f0f92b
@ -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}"
|
||||||
Loading…
x
Reference in New Issue
Block a user