Skip to content

Commit

Permalink
dev-ada/libadalang: Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Tupone <[email protected]>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
  • Loading branch information
atupone committed Nov 26, 2018
1 parent b851df5 commit fbef382
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dev-ada/libadalang/libadalang-2018.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"

S="${WORKDIR}"/${MYP}

PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
PATCHES=(
"${FILESDIR}"/${P}-gentoo.patch
"${FILESDIR}"/${PN}-2017-gentoo.patch
)

src_configure() {
ada/manage.py -v debug generate || die
Expand All @@ -52,4 +55,5 @@ src_install () {
$(use_enable static-libs static) \
install "${D}"usr || die
python_domodule build/python/libadalang.py
rm -r "${D}"usr/python || die
}

0 comments on commit fbef382

Please sign in to comment.