Skip to content

Commit

Permalink
dev-ada/xmlada: fix VariableScope
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <[email protected]>
  • Loading branch information
atupone committed May 19, 2021
1 parent 7a6ae6f commit afa320a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
8 changes: 0 additions & 8 deletions dev-ada/xmlada/xmlada-2020-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,8 @@ S="${WORKDIR}"/${MYP}

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

src_configure() {
econf --prefix="${D}"/usr
}

src_compile() {
build () {
echo gprbuild -j$(makeopts_jobs) -m -p -v -XLIBRARY_TYPE=$1 \
-XBUILD=Production -XPROCESSORS=$(makeopts_jobs) xmlada.gpr \
-largs ${LDFLAGS} \
-cargs ${ADAFLAGS}
gprbuild -j$(makeopts_jobs) -m -p -v -XLIBRARY_TYPE=$1 \
-XBUILD=Production -XPROCESSORS=$(makeopts_jobs) xmlada.gpr \
-largs ${LDFLAGS} \
Expand Down
6 changes: 1 addition & 5 deletions dev-ada/xmlada/xmlada-2020.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand Down Expand Up @@ -28,10 +28,6 @@ S="${WORKDIR}"/${MYP}

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

src_configure() {
econf --prefix="${D}"/usr
}

src_compile() {
build () {
echo gprbuild -j$(makeopts_jobs) -m -p -v -XLIBRARY_TYPE=$1 \
Expand Down

0 comments on commit afa320a

Please sign in to comment.