diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-07 13:35:34 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-07 13:35:34 +0200 |
commit | 4d06b2b3c242f139841a9cb53e8bc151289667e3 (patch) | |
tree | 3d0b4f669985757d7179eb71c945cc15c23ea66a /net-misc/openvswitch | |
parent | dev-qt/qtwebkit: remove ~arm64 keywords on 5.6.2. We have 5.7.1 and 5.6 has b... (diff) | |
download | gentoo-4d06b2b3c242f139841a9cb53e8bc151289667e3.tar.gz gentoo-4d06b2b3c242f139841a9cb53e8bc151289667e3.tar.bz2 gentoo-4d06b2b3c242f139841a9cb53e8bc151289667e3.zip |
net-misc/openvswitch: drop ~arm64 keywords from older revisions that have broken deps there.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'net-misc/openvswitch')
-rw-r--r-- | net-misc/openvswitch/openvswitch-2.6.1.ebuild | 2 | ||||
-rw-r--r-- | net-misc/openvswitch/openvswitch-2.7.0-r1.ebuild | 2 | ||||
-rw-r--r-- | net-misc/openvswitch/openvswitch-2.7.0.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/openvswitch/openvswitch-2.6.1.ebuild b/net-misc/openvswitch/openvswitch-2.6.1.ebuild index 633eafb830f2..9d7d5282fc39 100644 --- a/net-misc/openvswitch/openvswitch-2.6.1.ebuild +++ b/net-misc/openvswitch/openvswitch-2.6.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://openvswitch.org/releases/${P}.tar.gz" LICENSE="Apache-2.0 GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm64 x86" +KEYWORDS="amd64 x86" IUSE="debug modules monitor +ssl" REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/net-misc/openvswitch/openvswitch-2.7.0-r1.ebuild b/net-misc/openvswitch/openvswitch-2.7.0-r1.ebuild index b31520aeff5f..ff4706e31abe 100644 --- a/net-misc/openvswitch/openvswitch-2.7.0-r1.ebuild +++ b/net-misc/openvswitch/openvswitch-2.7.0-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://openvswitch.org/releases/${P}.tar.gz" LICENSE="Apache-2.0 GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~x86" IUSE="debug modules monitor +ssl" REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/net-misc/openvswitch/openvswitch-2.7.0.ebuild b/net-misc/openvswitch/openvswitch-2.7.0.ebuild index 8121efc668b4..cdac856c6f75 100644 --- a/net-misc/openvswitch/openvswitch-2.7.0.ebuild +++ b/net-misc/openvswitch/openvswitch-2.7.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://openvswitch.org/releases/${P}.tar.gz" LICENSE="Apache-2.0 GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm64 x86" +KEYWORDS="amd64 x86" IUSE="debug modules monitor +ssl" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |