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 CB740139A8D for ; Tue, 8 Sep 2015 22:15:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60FC3141CD; Tue, 8 Sep 2015 22:15:24 +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 EAC81141CD for ; Tue, 8 Sep 2015 22:15:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC9EB340945 for ; Tue, 8 Sep 2015 22:15:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B15CA17A for ; Tue, 8 Sep 2015 22:15:17 +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: <1441750784.4271c2ce70566e39993d0d62aadf6446b6c05277.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/musl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/musl/musl-1.1.11-r1.ebuild X-VCS-Directories: sys-libs/musl/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 4271c2ce70566e39993d0d62aadf6446b6c05277 X-VCS-Branch: master Date: Tue, 8 Sep 2015 22:15:17 +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: b38aa006-e580-471c-9d36-493a488c8b6c X-Archives-Hash: 9b6e32587c7c99b000d27d1d235f41ff commit: 4271c2ce70566e39993d0d62aadf6446b6c05277 Author: Anthony G. Basile gentoo org> AuthorDate: Tue Sep 8 22:19:20 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Tue Sep 8 22:19:44 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4271c2ce sys-libs/musl: 1.1.11-r1 stable on amd64, arm, ppc, x86. Package-Manager: portage-2.2.20.1 sys-libs/musl/musl-1.1.11-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/musl/musl-1.1.11-r1.ebuild b/sys-libs/musl/musl-1.1.11-r1.ebuild index 011baca..018860e 100644 --- a/sys-libs/musl/musl-1.1.11-r1.ebuild +++ b/sys-libs/musl/musl-1.1.11-r1.ebuild @@ -23,7 +23,7 @@ HOMEPAGE="http://www.musl-libc.org/" if [[ ${PV} != "9999" ]] ; then PATCH_VER="" SRC_URI="http://www.musl-libc.org/releases/${P}.tar.gz" - KEYWORDS="-* ~amd64 ~arm ~mips ~ppc ~x86" + KEYWORDS="-* amd64 arm ~mips ppc x86" fi LICENSE="MIT LGPL-2 GPL-2"