diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-01-15 10:56:27 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-01-15 10:57:09 +0100 |
commit | 2ea2666e54ec4aca799587ea6eee537611a3a458 (patch) | |
tree | c863492a3ae0db3f31a4f7b1795c26f01cd3e6c6 /dev-ada | |
parent | dev-ada/templates-parser: stabilize 23.0.0 for amd64, x86 (diff) | |
download | gentoo-2ea2666e54ec4aca799587ea6eee537611a3a458.tar.gz gentoo-2ea2666e54ec4aca799587ea6eee537611a3a458.tar.bz2 gentoo-2ea2666e54ec4aca799587ea6eee537611a3a458.zip |
dev-ada/VSS: stabilize all
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ada')
-rw-r--r-- | dev-ada/VSS/VSS-22.0.0.ebuild | 4 | ||||
-rw-r--r-- | dev-ada/VSS/VSS-23.0.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ada/VSS/VSS-22.0.0.ebuild b/dev-ada/VSS/VSS-22.0.0.ebuild index 80f00cfae220..a59fe4ac8241 100644 --- a/dev-ada/VSS/VSS-22.0.0.ebuild +++ b/dev-ada/VSS/VSS-22.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz LICENSE="GPL-3 gcc-runtime-library-exception-3.1" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="test" RESTRICT="!test? ( test )" REQUIRED_USE="${ADA_REQUIRED_USE}" diff --git a/dev-ada/VSS/VSS-23.0.0.ebuild b/dev-ada/VSS/VSS-23.0.0.ebuild index 358f9471d2dc..7c3492e64841 100644 --- a/dev-ada/VSS/VSS-23.0.0.ebuild +++ b/dev-ada/VSS/VSS-23.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz LICENSE="GPL-3 gcc-runtime-library-exception-3.1" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="test" RESTRICT="!test? ( test )" REQUIRED_USE="${ADA_REQUIRED_USE}" |