diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-01-15 11:07:03 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-01-15 11:07:03 +0100 |
commit | 9fbe1b4d0169060e33ac8281f43eacf635e7b7af (patch) | |
tree | a9a5024dea17c2c1d06dd301f52d0fb851b2557d /dev-ada/VSS | |
parent | dev-ada/VSS: stabilize all (diff) | |
download | gentoo-9fbe1b4d0169060e33ac8281f43eacf635e7b7af.tar.gz gentoo-9fbe1b4d0169060e33ac8281f43eacf635e7b7af.tar.bz2 gentoo-9fbe1b4d0169060e33ac8281f43eacf635e7b7af.zip |
dev-ada/VSS: destabilize 23.0.0 for ~amd64, ~x86
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ada/VSS')
-rw-r--r-- | dev-ada/VSS/VSS-23.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ada/VSS/VSS-23.0.0.ebuild b/dev-ada/VSS/VSS-23.0.0.ebuild index 7c3492e64841..712d979fdb79 100644 --- a/dev-ada/VSS/VSS-23.0.0.ebuild +++ b/dev-ada/VSS/VSS-23.0.0.ebuild @@ -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}" |