diff options
author | Sam James <sam@gentoo.org> | 2023-06-12 05:39:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-12 05:39:45 +0100 |
commit | 416b296b101d9043e423d49a2aac0d9445a7d402 (patch) | |
tree | 929a9a22a02a92096c0829080f6bd247018684c3 /dev-libs | |
parent | net-vpn/tor: enable py3.12 (diff) | |
download | gentoo-416b296b101d9043e423d49a2aac0d9445a7d402.tar.gz gentoo-416b296b101d9043e423d49a2aac0d9445a7d402.tar.bz2 gentoo-416b296b101d9043e423d49a2aac0d9445a7d402.zip |
dev-libs/Ice: Stabilize 3.7.8-r2 amd64, #908386
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/Ice/Ice-3.7.8-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/Ice/Ice-3.7.8-r2.ebuild b/dev-libs/Ice/Ice-3.7.8-r2.ebuild index d5b02cf406ba..e3fdf719566d 100644 --- a/dev-libs/Ice/Ice-3.7.8-r2.ebuild +++ b/dev-libs/Ice/Ice-3.7.8-r2.ebuild @@ -24,7 +24,7 @@ SRC_URI="https://github.com/zeroc-ice/ice/archive/v${PV}.tar.gz -> ${P}.tar.gz doc? ( https://download.zeroc.com/Ice/$(ver_cut 1-2)/${PN}-3.7.1.pdf )" LICENSE="GPL-2" SLOT="0/37" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~x86" IUSE="debug doc examples php python ruby test" RESTRICT="test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" |