From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 13C79139737 for ; Tue, 11 Aug 2015 12:45:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64D94141E5; Tue, 11 Aug 2015 12:45:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD7D4141E5 for ; Tue, 11 Aug 2015 12:45:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 05977340896 for ; Tue, 11 Aug 2015 12:45:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17021147 for ; Tue, 11 Aug 2015 12:45:05 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1439296905.b4d6c372627ada9f80b99e8e44ab3badc90ba52c.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/efivar/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/efivar/efivar-0.21.ebuild X-VCS-Directories: sys-libs/efivar/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: b4d6c372627ada9f80b99e8e44ab3badc90ba52c X-VCS-Branch: master Date: Tue, 11 Aug 2015 12:45:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cd518d56-adc0-4740-84fb-3ae8ad794d16 X-Archives-Hash: 83ce73a18879de9a8a7dad513d51e25e commit: b4d6c372627ada9f80b99e8e44ab3badc90ba52c Author: Mikle Kolyada gentoo org> AuthorDate: Tue Aug 11 12:41:45 2015 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue Aug 11 12:41:45 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4d6c372 sys-libs/efivar: x86 stable wrt bug #556876 Package-Manager: portage-2.2.20 sys-libs/efivar/efivar-0.21.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/efivar/efivar-0.21.ebuild b/sys-libs/efivar/efivar-0.21.ebuild index e6b040a..8c1a644 100644 --- a/sys-libs/efivar/efivar-0.21.ebuild +++ b/sys-libs/efivar/efivar-0.21.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/rhinstaller/${PN}/releases/download/${PV}/${P}.tar.b LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ia64 ~x86" +KEYWORDS="amd64 ~ia64 x86" RDEPEND="dev-libs/popt" DEPEND="${RDEPEND}"