mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-ada/libadalang: respect MAKEOPTS
Closes: https://bugs.gentoo.org/829758 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
@@ -6,7 +6,7 @@ EAPI=7
|
||||
PYTHON_COMPAT=( python3_{7,8,9} )
|
||||
ADA_COMPAT=( gnat_202{0,1} )
|
||||
|
||||
inherit ada python-single-r1
|
||||
inherit ada python-single-r1 multiprocessing
|
||||
|
||||
DESCRIPTION="high performance semantic engine for the Ada programming language"
|
||||
HOMEPAGE="https://libre.adacore.com/"
|
||||
@@ -64,6 +64,7 @@ src_configure() {
|
||||
src_compile() {
|
||||
${EPYTHON} manage.py build -v \
|
||||
--build-mode "prod" \
|
||||
-j$(makeopts_jobs) \
|
||||
--gargs "-cargs:C ${CFLAGS} -cargs:Ada ${ADAFLAGS}" \
|
||||
--library-types=${libType} || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user