mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ada/templates-parser: support gcc:15
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
ADA_COMPAT=( gcc_12 gcc_13 gcc_14 )
|
||||
ADA_COMPAT=( gcc_{12..15} )
|
||||
PYTHON_COMPAT=( python3_{10..13} python3_13t )
|
||||
inherit ada python-any-r1 multiprocessing
|
||||
|
||||
@@ -36,7 +36,6 @@ test? (
|
||||
$(python_gen_any_dep '
|
||||
dev-ada/e3-testsuite[${PYTHON_USEDEP}]
|
||||
')
|
||||
dev-ada/gnatmem
|
||||
)"
|
||||
|
||||
REQUIRED_USE="
|
||||
@@ -136,7 +135,7 @@ src_test() {
|
||||
PRJ_TARGET=Linux \
|
||||
PRJ_BUILD=Release \
|
||||
TP_XMLADA=Disabled \
|
||||
PATH=".:${S}/.build/rbin/${CHOST}/release/relocatable:${PATH}" \
|
||||
PATH=".:${S}/.build/rbin/${CHOST}/release/relocatable:${S}/.build/bin/${CHOST}/release/relocatable:${PATH}" \
|
||||
./testsuite.py || die
|
||||
cd ..
|
||||
}
|
||||
Reference in New Issue
Block a user