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 33B1F13877A for ; Fri, 20 Jun 2014 20:42:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E490E08FE; Fri, 20 Jun 2014 20:42:53 +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 BBC15E08FE for ; Fri, 20 Jun 2014 20:42:52 +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 B1D5634002B for ; Fri, 20 Jun 2014 20:42:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 7D1161831E for ; Fri, 20 Jun 2014 20:42:50 +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: <1403296993.4f73c0a246b78675babfe58eec1b9c1916b52484.blueness@gentoo> Subject: [gentoo-commits] proj/hardened-dev:musl commit in: sys-libs/libutempter/ X-VCS-Repository: proj/hardened-dev X-VCS-Files: sys-libs/libutempter/libutempter-1.1.6-r99.ebuild X-VCS-Directories: sys-libs/libutempter/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 4f73c0a246b78675babfe58eec1b9c1916b52484 X-VCS-Branch: musl Date: Fri, 20 Jun 2014 20:42:50 +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: 68b9c214-4a59-4e0f-832c-6d2987ad0a0e X-Archives-Hash: 493d635286c0db61378b0b9adbfe4912 commit: 4f73c0a246b78675babfe58eec1b9c1916b52484 Author: Anthony G. Basile gentoo org> AuthorDate: Fri Jun 20 20:43:13 2014 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Jun 20 20:43:13 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=4f73c0a2 sys-libs/libutempter: mark stable Package-Manager: portage-2.2.8-r1 Manifest-Sign-Key: 0xF52D4BBA --- sys-libs/libutempter/libutempter-1.1.6-r99.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libutempter/libutempter-1.1.6-r99.ebuild b/sys-libs/libutempter/libutempter-1.1.6-r99.ebuild index 65dcc7c..2d8734f 100644 --- a/sys-libs/libutempter/libutempter-1.1.6-r99.ebuild +++ b/sys-libs/libutempter/libutempter-1.1.6-r99.ebuild @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.altlinux.org/pub/people/ldv/${PN}/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="amd64 arm ~mips x86" IUSE="static-libs elibc_FreeBSD" RDEPEND="!sys-apps/utempter"