diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-06-05 15:46:45 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-06-05 15:46:52 -0500 |
commit | d9541eceef95f8758d466afd02eae7fd33555717 (patch) | |
tree | 25d5db5abb41cca4388bd716296c8a36afe94994 /net-misc/openvswitch | |
parent | dev-python/ovs: 2.13.3 stable amd64/x86 (diff) | |
download | gentoo-d9541eceef95f8758d466afd02eae7fd33555717.tar.gz gentoo-d9541eceef95f8758d466afd02eae7fd33555717.tar.bz2 gentoo-d9541eceef95f8758d466afd02eae7fd33555717.zip |
net-misc/openvswitch: 2.15.0 fast stable for cve
Bug: https://bugs.gentoo.org/769995
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'net-misc/openvswitch')
-rw-r--r-- | net-misc/openvswitch/openvswitch-2.15.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/openvswitch/openvswitch-2.15.0.ebuild b/net-misc/openvswitch/openvswitch-2.15.0.ebuild index 7eaefd0c7740..7f44d4ded567 100644 --- a/net-misc/openvswitch/openvswitch-2.15.0.ebuild +++ b/net-misc/openvswitch/openvswitch-2.15.0.ebuild @@ -12,14 +12,14 @@ SRC_URI="https://www.openvswitch.org/releases/${P}.tar.gz" LICENSE="Apache-2.0 GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="debug modules monitor +ssl" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" ssl? ( dev-libs/openssl:0= ) ${PYTHON_DEPS} - ~dev-python/ovs-2.13.0[${PYTHON_USEDEP}] + ~dev-python/ovs-2.13.3[${PYTHON_USEDEP}] dev-python/twisted[conch,${PYTHON_USEDEP}] dev-python/zope-interface[${PYTHON_USEDEP}] debug? ( dev-lang/perl )" |