diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-05-19 22:16:36 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-05-19 22:16:36 +0200 |
commit | afa320a7bb192040aff9741ed4c2a3ec92fcda20 (patch) | |
tree | 99caa15ab9d7556cbe5c56901e259b53ed73bfc7 /dev-ada/xmlada | |
parent | x11-libs/gtk+: amd64 stable wrt bug #790695 (diff) | |
download | gentoo-afa320a7bb192040aff9741ed4c2a3ec92fcda20.tar.gz gentoo-afa320a7bb192040aff9741ed4c2a3ec92fcda20.tar.bz2 gentoo-afa320a7bb192040aff9741ed4c2a3ec92fcda20.zip |
dev-ada/xmlada: fix VariableScope
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ada/xmlada')
-rw-r--r-- | dev-ada/xmlada/xmlada-2020-r1.ebuild | 8 | ||||
-rw-r--r-- | dev-ada/xmlada/xmlada-2020.ebuild | 6 |
2 files changed, 1 insertions, 13 deletions
diff --git a/dev-ada/xmlada/xmlada-2020-r1.ebuild b/dev-ada/xmlada/xmlada-2020-r1.ebuild index 312be51fd25d..c1d2eca395dc 100644 --- a/dev-ada/xmlada/xmlada-2020-r1.ebuild +++ b/dev-ada/xmlada/xmlada-2020-r1.ebuild @@ -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} \ diff --git a/dev-ada/xmlada/xmlada-2020.ebuild b/dev-ada/xmlada/xmlada-2020.ebuild index 4fe97505e826..6092f980feaf 100644 --- a/dev-ada/xmlada/xmlada-2020.ebuild +++ b/dev-ada/xmlada/xmlada-2020.ebuild @@ -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 @@ -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 \ |