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 5DBCE1389F5 for ; Mon, 17 Nov 2014 12:06:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F26AE0DF8; Mon, 17 Nov 2014 12:06:23 +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 29690E0DF8 for ; Mon, 17 Nov 2014 12:06:23 +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 28D07340384 for ; Mon, 17 Nov 2014 12:06:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C33AA4FA for ; Mon, 17 Nov 2014 12:06:20 +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: <1416226114.eb06ad5b586d534a0293856c299c901467061c76.blueness@gentoo> Subject: [gentoo-commits] proj/hardened-dev:musl commit in: sys-apps/ldconfig/ X-VCS-Repository: proj/hardened-dev X-VCS-Files: sys-apps/ldconfig/ldconfig-0.1.ebuild X-VCS-Directories: sys-apps/ldconfig/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: eb06ad5b586d534a0293856c299c901467061c76 X-VCS-Branch: musl Date: Mon, 17 Nov 2014 12:06:20 +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: 4cf914e1-45e4-4307-93ec-63e4353b0455 X-Archives-Hash: 837316234c71f22b5915dd6391628724 commit: eb06ad5b586d534a0293856c299c901467061c76 Author: Anthony G. Basile gentoo org> AuthorDate: Mon Nov 17 12:08:34 2014 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Nov 17 12:08:34 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=eb06ad5b sys-apps/ldconfig: keyword mask as it breaks a system Package-Manager: portage-2.2.8-r2 Manifest-Sign-Key: 0xF52D4BBA --- sys-apps/ldconfig/ldconfig-0.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-apps/ldconfig/ldconfig-0.1.ebuild b/sys-apps/ldconfig/ldconfig-0.1.ebuild index bbbc42d..08abed3 100644 --- a/sys-apps/ldconfig/ldconfig-0.1.ebuild +++ b/sys-apps/ldconfig/ldconfig-0.1.ebuild @@ -10,7 +10,8 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64" +#KEYWORDS="~amd64" +KEYWORDS="" IUSE="" DEPEND=""