Skip to content

Commit

Permalink
dev-ada/libadalang: respect MAKEOPTS
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/829758
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <[email protected]>
  • Loading branch information
atupone committed Dec 23, 2021
1 parent a68007d commit b6a49cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-ada/libadalang/libadalang-22.0.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down Expand Up @@ -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
}
Expand Down

0 comments on commit b6a49cf

Please sign in to comment.