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 D545313838B for ; Fri, 3 Oct 2014 00:10:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB0A7E087D; Fri, 3 Oct 2014 00:10:35 +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 7C2ADE087D for ; Fri, 3 Oct 2014 00:10:35 +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 79D47340092 for ; Fri, 3 Oct 2014 00:10:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 324916CE3 for ; Fri, 3 Oct 2014 00:10:33 +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: <1412295055.b556dd8c68066c4c78df47186b46b9198c2537d8.blueness@gentoo> Subject: [gentoo-commits] proj/hardened-dev:musl commit in: sys-apps/busybox/ X-VCS-Repository: proj/hardened-dev X-VCS-Files: sys-apps/busybox/busybox-1.22.1-r99.ebuild X-VCS-Directories: sys-apps/busybox/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: b556dd8c68066c4c78df47186b46b9198c2537d8 X-VCS-Branch: musl Date: Fri, 3 Oct 2014 00:10:33 +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: 50dcbc46-531e-4bf6-ae8a-e6b2e3eab340 X-Archives-Hash: 90f9e43cdc6e6aaa60e196aea897d742 commit: b556dd8c68066c4c78df47186b46b9198c2537d8 Author: Anthony G. Basile gentoo org> AuthorDate: Fri Oct 3 00:10:55 2014 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Oct 3 00:10:55 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=b556dd8c sys-apps/busybox: restrict keywords for 1.22.1-r99 to just ~amd64 ~arm ~mips ~x86 Package-Manager: portage-2.2.8-r2 Manifest-Sign-Key: 0xF52D4BBA --- sys-apps/busybox/busybox-1.22.1-r99.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/busybox/busybox-1.22.1-r99.ebuild b/sys-apps/busybox/busybox-1.22.1-r99.ebuild index da3efe1..a90ba1f 100644 --- a/sys-apps/busybox/busybox-1.22.1-r99.ebuild +++ b/sys-apps/busybox/busybox-1.22.1-r99.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == "9999" ]] ; then else MY_P=${PN}-${PV/_/-} SRC_URI="http://www.busybox.net/downloads/${MY_P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" + KEYWORDS="~amd64 ~arm ~mips ~x86" fi LICENSE="GPL-2"