diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2023-02-02 02:03:59 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-02 04:49:39 +0000 |
commit | eb3cbacff12be389f2b9a414c1dd7af53963863b (patch) | |
tree | 5c94c91e31f9c35fc9d40f2406c12ebad408524b /net-misc | |
parent | dev-python/ovs: keyword 2.17.1_p1 for ~ppc64 (diff) | |
download | gentoo-eb3cbacff12be389f2b9a414c1dd7af53963863b.tar.gz gentoo-eb3cbacff12be389f2b9a414c1dd7af53963863b.tar.bz2 gentoo-eb3cbacff12be389f2b9a414c1dd7af53963863b.zip |
net-misc/openvswitch: keyword 2.17.2-r1 for ~ppc64
Tested on a POWER8 server with 802.1Q, 802.3ad and libvirt.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/openvswitch/openvswitch-2.17.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/openvswitch/openvswitch-2.17.2-r1.ebuild b/net-misc/openvswitch/openvswitch-2.17.2-r1.ebuild index fab5815f4556..c26ee73a3019 100644 --- a/net-misc/openvswitch/openvswitch-2.17.2-r1.ebuild +++ b/net-misc/openvswitch/openvswitch-2.17.2-r1.ebuild @@ -14,7 +14,7 @@ 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 ~ppc64 x86" IUSE="debug modules monitor +ssl" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |