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 C7AB0138247 for ; Wed, 22 Jan 2014 23:03:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F11BBE0AFF; Wed, 22 Jan 2014 23:03:29 +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 89295E0AFF for ; Wed, 22 Jan 2014 23:03:29 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B819233FB82 for ; Wed, 22 Jan 2014 23:03:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 8572D183B3 for ; Wed, 22 Jan 2014 23:03:27 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1390431804.0aeb938559243f0d73fb5a4447bcea799e997808.blueness@gentoo> Subject: [gentoo-commits] proj/hardened-dev:musl commit in: sys-apps/getent/ X-VCS-Repository: proj/hardened-dev X-VCS-Files: sys-apps/getent/getent-0.ebuild X-VCS-Directories: sys-apps/getent/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 0aeb938559243f0d73fb5a4447bcea799e997808 X-VCS-Branch: musl Date: Wed, 22 Jan 2014 23:03:27 +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: e68f85a2-770f-404f-a673-aadee9896722 X-Archives-Hash: e6c27009156a6a9c15cad17fb2781db4 commit: 0aeb938559243f0d73fb5a4447bcea799e997808 Author: Anthony G. Basile gentoo org> AuthorDate: Wed Jan 22 23:03:24 2014 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Wed Jan 22 23:03:24 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=0aeb9385 sys-apps/getent: stable for amd64 Package-Manager: portage-2.2.7 Manifest-Sign-Key: 0xF52D4BBA --- sys-apps/getent/getent-0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/getent/getent-0.ebuild b/sys-apps/getent/getent-0.ebuild index 98e8844..196a05c 100644 --- a/sys-apps/getent/getent-0.ebuild +++ b/sys-apps/getent/getent-0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then MY_P=${PN} else SRC_URI="http://dev.gentoo.org/~blueness/${PN}/${P}" - KEYWORDS="~amd64 ~arm ~m68k ~mips ~ppc ~sh ~sparc ~x86" + KEYWORDS="amd64 ~arm ~m68k ~mips ~ppc ~sh ~sparc ~x86" MY_P=${P} fi