Skip to content

Commit

Permalink
dev-ada/libadalang: Verbose, remove GCC hack
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 12, 2018
1 parent 20e4c1a commit 04d05ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
10 changes: 0 additions & 10 deletions dev-ada/libadalang/files/libadalang-2017-gentoo.patch

This file was deleted.

9 changes: 3 additions & 6 deletions dev-ada/libadalang/libadalang-2017.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand All @@ -22,13 +22,10 @@ RDEPEND="dev-python/pyyaml
${PYTHON_DEPS}"
DEPEND="${RDEPEND}
dev-ada/langkit"
REQUIRED_USE="${PYTHON_REQUIRED_USE}
^^ ( gnat_2016 gnat_2017 )"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

S="${WORKDIR}"/${PN}-gps-src

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

src_prepare() {
default
rm -r ada/testsuite/tests/acats_parse || die
Expand All @@ -39,7 +36,7 @@ src_configure() {
}

src_compile() {
ada/manage.py build || die
ada/manage.py --verbosity=debug build || die
}

src_test () {
Expand Down

0 comments on commit 04d05ec

Please sign in to comment.