Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/openvswitch/
Date: Fri, 07 Jul 2017 11:40:50
Message-Id: 1499427334.4d06b2b3c242f139841a9cb53e8bc151289667e3.aballier@gentoo
1 commit: 4d06b2b3c242f139841a9cb53e8bc151289667e3
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 11:35:34 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 11:35:34 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d06b2b3
7
8 net-misc/openvswitch: drop ~arm64 keywords from older revisions that have broken deps there.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 net-misc/openvswitch/openvswitch-2.6.1.ebuild | 2 +-
13 net-misc/openvswitch/openvswitch-2.7.0-r1.ebuild | 2 +-
14 net-misc/openvswitch/openvswitch-2.7.0.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/net-misc/openvswitch/openvswitch-2.6.1.ebuild b/net-misc/openvswitch/openvswitch-2.6.1.ebuild
18 index 633eafb830f..9d7d5282fc3 100644
19 --- a/net-misc/openvswitch/openvswitch-2.6.1.ebuild
20 +++ b/net-misc/openvswitch/openvswitch-2.6.1.ebuild
21 @@ -13,7 +13,7 @@ SRC_URI="http://openvswitch.org/releases/${P}.tar.gz"
22
23 LICENSE="Apache-2.0 GPL-2"
24 SLOT="0"
25 -KEYWORDS="amd64 ~arm64 x86"
26 +KEYWORDS="amd64 x86"
27 IUSE="debug modules monitor +ssl"
28 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
29
30
31 diff --git a/net-misc/openvswitch/openvswitch-2.7.0-r1.ebuild b/net-misc/openvswitch/openvswitch-2.7.0-r1.ebuild
32 index b31520aeff5..ff4706e31ab 100644
33 --- a/net-misc/openvswitch/openvswitch-2.7.0-r1.ebuild
34 +++ b/net-misc/openvswitch/openvswitch-2.7.0-r1.ebuild
35 @@ -13,7 +13,7 @@ SRC_URI="http://openvswitch.org/releases/${P}.tar.gz"
36
37 LICENSE="Apache-2.0 GPL-2"
38 SLOT="0"
39 -KEYWORDS="~amd64 ~arm64 ~x86"
40 +KEYWORDS="~amd64 ~x86"
41 IUSE="debug modules monitor +ssl"
42 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
43
44
45 diff --git a/net-misc/openvswitch/openvswitch-2.7.0.ebuild b/net-misc/openvswitch/openvswitch-2.7.0.ebuild
46 index 8121efc668b..cdac856c6f7 100644
47 --- a/net-misc/openvswitch/openvswitch-2.7.0.ebuild
48 +++ b/net-misc/openvswitch/openvswitch-2.7.0.ebuild
49 @@ -13,7 +13,7 @@ SRC_URI="http://openvswitch.org/releases/${P}.tar.gz"
50
51 LICENSE="Apache-2.0 GPL-2"
52 SLOT="0"
53 -KEYWORDS="amd64 ~arm64 x86"
54 +KEYWORDS="amd64 x86"
55 IUSE="debug modules monitor +ssl"
56 REQUIRED_USE="${PYTHON_REQUIRED_USE}"