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 8A55B1386F1 for ; Sun, 9 Aug 2015 23:42:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7C8DE07E6; Sun, 9 Aug 2015 23:41:59 +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 7F7D7E07E6 for ; Sun, 9 Aug 2015 23:41:59 +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 9E7903408FE for ; Sun, 9 Aug 2015 23:41:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DEA711F for ; Sun, 9 Aug 2015 23:41:55 +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: <1439163539.a11d4d85fc95155dd72f8e5a858a9b85ea99dcb0.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: a11d4d85fc95155dd72f8e5a858a9b85ea99dcb0 X-VCS-Branch: master Date: Sun, 9 Aug 2015 23:41:55 +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: 0ad319e4-2cab-421d-acd5-5ab8368f2f1a X-Archives-Hash: 56cbc6d445e8cda34f44a32660a5c0cd commit: a11d4d85fc95155dd72f8e5a858a9b85ea99dcb0 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Aug 9 23:38:59 2015 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Aug 9 23:38:59 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a11d4d85 sys-libs/efivar: amd64 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 bce0f4e..e6b040a 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}"