diff options
author | 2024-05-05 16:26:34 -0700 | |
---|---|---|
committer | 2024-05-05 16:28:55 -0700 | |
commit | f2a6be91995797d43c877b3e10cac14e839668eb (patch) | |
tree | 524d8f6f47f069af8501329b6eb3bb5820b92b5e /net-misc | |
parent | dev-python/ovs: add 2.17.9 (diff) | |
download | gentoo-f2a6be91995797d43c877b3e10cac14e839668eb.tar.gz gentoo-f2a6be91995797d43c877b3e10cac14e839668eb.tar.bz2 gentoo-f2a6be91995797d43c877b3e10cac14e839668eb.zip |
net-misc/openvswitch: py312 support, fix dev-python/ovs dep, fix accidental direct to stable
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/openvswitch/openvswitch-2.17.9-r1.ebuild (renamed from net-misc/openvswitch/openvswitch-2.17.9.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/openvswitch/openvswitch-2.17.9.ebuild b/net-misc/openvswitch/openvswitch-2.17.9-r1.ebuild index 5443b1d05e16..1053a8bdd80b 100644 --- a/net-misc/openvswitch/openvswitch-2.17.9.ebuild +++ b/net-misc/openvswitch/openvswitch-2.17.9-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 MODULES_OPTIONAL_USE="modules" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit autotools linux-mod-r1 python-single-r1 systemd tmpfiles @@ -14,14 +14,14 @@ SRC_URI="https://www.openvswitch.org/releases/${P}.tar.gz" LICENSE="Apache-2.0 GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm64 ~ppc64 x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" IUSE="debug modules monitor +ssl unwind valgrind" REQUIRED_USE="${PYTHON_REQUIRED_USE}" # Check python/ovs/version.py in tarball for dev-python/ovs dep RDEPEND="${PYTHON_DEPS} $(python_gen_cond_dep ' - ~dev-python/ovs-2.17.1_p1[${PYTHON_USEDEP}] + ~dev-python/ovs-2.17.9[${PYTHON_USEDEP}] dev-python/twisted[${PYTHON_USEDEP}] dev-python/zope-interface[${PYTHON_USEDEP}] ') |