mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
sys-cluster/TCL: update EAPI 7 -> 8
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Copyright 2019-2021 Gentoo Authors
|
# Copyright 2019-2021 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
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
@@ -41,14 +41,16 @@ src_configure() {
|
|||||||
$(use_enable instrumentation)
|
$(use_enable instrumentation)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if use debug && use instrumentation; then
|
||||||
|
myconf+=( "--enable-instrumentation-debug" )
|
||||||
|
else
|
||||||
|
myconf+=( "--disable-instrumentation-debug" )
|
||||||
|
fi
|
||||||
if use fti; then
|
if use fti; then
|
||||||
myconf+=( "--with-fti=${EPREFIX}/usr" )
|
myconf+=( "--with-fti=${EPREFIX}/usr" )
|
||||||
else
|
else
|
||||||
myconf+=( "--without-fti" )
|
myconf+=( "--without-fti" )
|
||||||
fi
|
fi
|
||||||
if use instrumentation; then
|
|
||||||
myconf+=( $(use_enable instrumentation-debug debug) )
|
|
||||||
fi
|
|
||||||
if use scr; then
|
if use scr; then
|
||||||
myconf+=( "--with-scr=${EPREFIX}/usr" )
|
myconf+=( "--with-scr=${EPREFIX}/usr" )
|
||||||
else
|
else
|
||||||
@@ -66,5 +68,5 @@ src_configure() {
|
|||||||
src_install() {
|
src_install() {
|
||||||
default
|
default
|
||||||
dodoc NEWS AUTHORS INSTALL
|
dodoc NEWS AUTHORS INSTALL
|
||||||
find "${ED}" -name '*.la' -delete || die
|
find "${ED}" -name '*.la' -delete || die
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user