Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/efivar/
Date: Thu, 24 Sep 2015 07:59:37
Message-Id: 1443081496.2f2a41388fa1c5ba8b02d71b3a24488fe70da0f3.ago@gentoo
1 commit: 2f2a41388fa1c5ba8b02d71b3a24488fe70da0f3
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 24 07:58:16 2015 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 24 07:58:16 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f2a4138
7
8 sys-libs/efivar: ia64 stable wrt bug #556876
9
10 Package-Manager: portage-2.2.20.1
11 RepoMan-Options: --include-arches="ia64"
12
13 sys-libs/efivar/efivar-0.21.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-libs/efivar/efivar-0.21.ebuild b/sys-libs/efivar/efivar-0.21.ebuild
17 index 8c1a644..315212d 100644
18 --- a/sys-libs/efivar/efivar-0.21.ebuild
19 +++ b/sys-libs/efivar/efivar-0.21.ebuild
20 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/rhinstaller/${PN}/releases/download/${PV}/${P}.tar.b
21
22 LICENSE="GPL-2"
23 SLOT="0"
24 -KEYWORDS="amd64 ~ia64 x86"
25 +KEYWORDS="amd64 ia64 x86"
26
27 RDEPEND="dev-libs/popt"
28 DEPEND="${RDEPEND}"