dev-ada/libgpr: VariableOrderWrong

Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2024-11-26 20:09:29 +01:00
parent cb06b2a934
commit 7b3da8a1e3
3 changed files with 11 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,6 +13,9 @@ DESCRIPTION="Ada library to handle GPRbuild project files"
HOMEPAGE="http://libre.adacore.com/"
SRC_URI="https://github.com/AdaCore/${MYPN}/archive/refs/tags/v${PV}.tar.gz
-> ${MYP}.tar.gz"
S="${WORKDIR}"/${MYP}
LICENSE="GPL-3"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
@@ -24,8 +27,6 @@ DEPEND="${RDEPEND}
REQUIRED_USE="${ADA_REQUIRED_USE}
|| ( shared static-libs static-pic )"
S="${WORKDIR}"/${MYP}
PATCHES=( "${FILESDIR}"/${PN}-2020-gentoo.patch )
src_prepare() {

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,6 +13,9 @@ DESCRIPTION="Ada library to handle GPRbuild project files"
HOMEPAGE="http://libre.adacore.com/"
SRC_URI="https://github.com/AdaCore/${MYPN}/archive/refs/tags/v${PV}.tar.gz
-> ${MYP}.tar.gz"
S="${WORKDIR}"/${MYP}
LICENSE="GPL-3"
SLOT="0/${PV}"
KEYWORDS="amd64 x86"
@@ -24,8 +27,6 @@ DEPEND="${RDEPEND}
REQUIRED_USE="${ADA_REQUIRED_USE}
|| ( shared static-libs static-pic )"
S="${WORKDIR}"/${MYP}
PATCHES=( "${FILESDIR}"/${PN}-2020-gentoo.patch )
src_prepare() {

View File

@@ -13,6 +13,9 @@ DESCRIPTION="Ada library to handle GPRbuild project files"
HOMEPAGE="http://libre.adacore.com/"
SRC_URI="https://github.com/AdaCore/${MYPN}/archive/refs/tags/v${PV}.tar.gz
-> ${MYP}.tar.gz"
S="${WORKDIR}"/${MYP}
LICENSE="GPL-3"
SLOT="0/${PV}"
KEYWORDS="amd64 ~x86"
@@ -24,8 +27,6 @@ DEPEND="${RDEPEND}
REQUIRED_USE="${ADA_REQUIRED_USE}
|| ( shared static-libs static-pic )"
S="${WORKDIR}"/${MYP}
PATCHES=( "${FILESDIR}"/${PN}-2020-gentoo.patch )
src_prepare() {