Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/efivar/
Date: Sun, 18 Nov 2018 11:27:31
Message-Id: 1542540440.cb3e41652b6513f1dca0e522aa462c7209320581.zlogene@gentoo
1 commit: cb3e41652b6513f1dca0e522aa462c7209320581
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 18 11:26:11 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 18 11:27:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb3e4165
7
8 sys-libs/efivar: Add ~arm keyword wrt bug #548942
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 sys-libs/efivar/efivar-30.ebuild | 4 ++--
14 sys-libs/efivar/efivar-31.ebuild | 4 ++--
15 sys-libs/efivar/efivar-32-r1.ebuild | 4 ++--
16 sys-libs/efivar/efivar-32.ebuild | 4 ++--
17 sys-libs/efivar/efivar-35.ebuild | 4 ++--
18 sys-libs/efivar/efivar-36.ebuild | 4 ++--
19 6 files changed, 12 insertions(+), 12 deletions(-)
20
21 diff --git a/sys-libs/efivar/efivar-30.ebuild b/sys-libs/efivar/efivar-30.ebuild
22 index b50a9b12bb8..e45c9ae1e97 100644
23 --- a/sys-libs/efivar/efivar-30.ebuild
24 +++ b/sys-libs/efivar/efivar-30.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2017 Gentoo Foundation
27 +# Copyright 1999-2018 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=6
31 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/rhinstaller/efivar/releases/download/${PV}/${P}.tar.
32
33 LICENSE="GPL-2"
34 SLOT="0/1"
35 -KEYWORDS="amd64 ~arm64 ia64 x86"
36 +KEYWORDS="amd64 ~arm ~arm64 ia64 x86"
37
38 RDEPEND="dev-libs/popt"
39 DEPEND="${RDEPEND}
40
41 diff --git a/sys-libs/efivar/efivar-31.ebuild b/sys-libs/efivar/efivar-31.ebuild
42 index 422efb851d2..6eccd1d7ed3 100644
43 --- a/sys-libs/efivar/efivar-31.ebuild
44 +++ b/sys-libs/efivar/efivar-31.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2018 Gentoo Foundation
47 +# Copyright 1999-2018 Gentoo Authors
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI=6
51 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/rhinstaller/efivar/releases/download/${PV}/${P}.tar.
52
53 LICENSE="GPL-2"
54 SLOT="0/1"
55 -KEYWORDS="amd64 ~arm64 ia64 x86"
56 +KEYWORDS="amd64 ~arm ~arm64 ia64 x86"
57
58 RDEPEND="dev-libs/popt"
59 DEPEND="${RDEPEND}
60
61 diff --git a/sys-libs/efivar/efivar-32-r1.ebuild b/sys-libs/efivar/efivar-32-r1.ebuild
62 index 2ae5a0644a8..b9a3ef43942 100644
63 --- a/sys-libs/efivar/efivar-32-r1.ebuild
64 +++ b/sys-libs/efivar/efivar-32-r1.ebuild
65 @@ -1,4 +1,4 @@
66 -# Copyright 1999-2018 Gentoo Foundation
67 +# Copyright 1999-2018 Gentoo Authors
68 # Distributed under the terms of the GNU General Public License v2
69
70 EAPI=6
71 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/rhinstaller/efivar/archive/${PV}/${P}.tar.gz"
72
73 LICENSE="GPL-2"
74 SLOT="0/1"
75 -KEYWORDS="~amd64 ~arm64 ~ia64 ~x86"
76 +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86"
77
78 RDEPEND="dev-libs/popt"
79 DEPEND="${RDEPEND}
80
81 diff --git a/sys-libs/efivar/efivar-32.ebuild b/sys-libs/efivar/efivar-32.ebuild
82 index 43993d90bc5..bec7c857931 100644
83 --- a/sys-libs/efivar/efivar-32.ebuild
84 +++ b/sys-libs/efivar/efivar-32.ebuild
85 @@ -1,4 +1,4 @@
86 -# Copyright 1999-2018 Gentoo Foundation
87 +# Copyright 1999-2018 Gentoo Authors
88 # Distributed under the terms of the GNU General Public License v2
89
90 EAPI=6
91 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/rhinstaller/efivar/archive/${PV}/${P}.tar.gz"
92
93 LICENSE="GPL-2"
94 SLOT="0/1"
95 -KEYWORDS="~amd64 ~arm64 ~ia64 ~x86"
96 +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86"
97
98 RDEPEND="dev-libs/popt"
99 DEPEND="${RDEPEND}
100
101 diff --git a/sys-libs/efivar/efivar-35.ebuild b/sys-libs/efivar/efivar-35.ebuild
102 index 93339047a52..b050cddcf60 100644
103 --- a/sys-libs/efivar/efivar-35.ebuild
104 +++ b/sys-libs/efivar/efivar-35.ebuild
105 @@ -1,4 +1,4 @@
106 -# Copyright 1999-2018 Gentoo Foundation
107 +# Copyright 1999-2018 Gentoo Authors
108 # Distributed under the terms of the GNU General Public License v2
109
110 EAPI=6
111 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/rhinstaller/efivar/releases/download/${PV}/${P}.tar.
112
113 LICENSE="GPL-2"
114 SLOT="0/1"
115 -KEYWORDS="~amd64 ~arm64 ~ia64 ~x86"
116 +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86"
117
118 RDEPEND="dev-libs/popt"
119 DEPEND="${RDEPEND}
120
121 diff --git a/sys-libs/efivar/efivar-36.ebuild b/sys-libs/efivar/efivar-36.ebuild
122 index 93339047a52..b050cddcf60 100644
123 --- a/sys-libs/efivar/efivar-36.ebuild
124 +++ b/sys-libs/efivar/efivar-36.ebuild
125 @@ -1,4 +1,4 @@
126 -# Copyright 1999-2018 Gentoo Foundation
127 +# Copyright 1999-2018 Gentoo Authors
128 # Distributed under the terms of the GNU General Public License v2
129
130 EAPI=6
131 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/rhinstaller/efivar/releases/download/${PV}/${P}.tar.
132
133 LICENSE="GPL-2"
134 SLOT="0/1"
135 -KEYWORDS="~amd64 ~arm64 ~ia64 ~x86"
136 +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86"
137
138 RDEPEND="dev-libs/popt"
139 DEPEND="${RDEPEND}