diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-01-14 22:31:53 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-01-14 22:31:53 +0100 |
commit | b09a6fc3459cd393c5ef35c5ff4c719e5885195f (patch) | |
tree | 4ab58d577bd96754a6b85aeeae9235e2e55e5abd | |
parent | dev-ada/xmlada: stabilize new and remove old (diff) | |
download | gentoo-b09a6fc3459cd393c5ef35c5ff4c719e5885195f.tar.gz gentoo-b09a6fc3459cd393c5ef35c5ff4c719e5885195f.tar.bz2 gentoo-b09a6fc3459cd393c5ef35c5ff4c719e5885195f.zip |
dev-ada/libgpr: stabilize all
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
-rw-r--r-- | dev-ada/libgpr/libgpr-22.0.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ada/libgpr/libgpr-23.0.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ada/libgpr/libgpr-22.0.0-r1.ebuild b/dev-ada/libgpr/libgpr-22.0.0-r1.ebuild index 6fcb61de1f14..9e4923a635c3 100644 --- a/dev-ada/libgpr/libgpr-22.0.0-r1.ebuild +++ b/dev-ada/libgpr/libgpr-22.0.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/AdaCore/${MYPN}/archive/refs/tags/v${PV}.tar.gz -> ${MYP}.tar.gz" LICENSE="GPL-3" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="+shared static-libs static-pic" RDEPEND="dev-ada/xmlada:=[shared?,static-libs?,static-pic?,${ADA_USEDEP}]" diff --git a/dev-ada/libgpr/libgpr-23.0.0.ebuild b/dev-ada/libgpr/libgpr-23.0.0.ebuild index 6fcb61de1f14..9e4923a635c3 100644 --- a/dev-ada/libgpr/libgpr-23.0.0.ebuild +++ b/dev-ada/libgpr/libgpr-23.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/AdaCore/${MYPN}/archive/refs/tags/v${PV}.tar.gz -> ${MYP}.tar.gz" LICENSE="GPL-3" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="+shared static-libs static-pic" RDEPEND="dev-ada/xmlada:=[shared?,static-libs?,static-pic?,${ADA_USEDEP}]" |