dev-ada/templates-parser: VariableOrderWrong

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

View File

@@ -1,4 +1,4 @@
# Copyright 2022-2023 Gentoo Authors
# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,6 +14,7 @@ SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="+shared static-libs"
RESTRICT="test"
RDEPEND="${ADA_DEPS}
@@ -22,7 +23,6 @@ RDEPEND="${ADA_DEPS}
DEPEND="${RDEPEND}
dev-ada/gprbuild[${ADA_USEDEP}]"
IUSE="+shared static-libs"
REQUIRED_USE="|| ( shared static-libs )
${ADA_REQUIRED_USE}"

View File

@@ -1,4 +1,4 @@
# Copyright 2022-2023 Gentoo Authors
# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,6 +14,7 @@ SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+shared static-libs"
RESTRICT="test"
RDEPEND="${ADA_DEPS}
@@ -22,7 +23,6 @@ RDEPEND="${ADA_DEPS}
DEPEND="${RDEPEND}
dev-ada/gprbuild[${ADA_USEDEP}]"
IUSE="+shared static-libs"
REQUIRED_USE="|| ( shared static-libs )
${ADA_REQUIRED_USE}"

View File

@@ -14,6 +14,7 @@ SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ~x86"
IUSE="+shared static-libs"
RESTRICT="test"
RDEPEND="${ADA_DEPS}
@@ -22,7 +23,6 @@ RDEPEND="${ADA_DEPS}
DEPEND="${RDEPEND}
dev-ada/gprbuild[${ADA_USEDEP}]"
IUSE="+shared static-libs"
REQUIRED_USE="|| ( shared static-libs )
${ADA_REQUIRED_USE}"