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 BAE761388C0 for ; Mon, 22 Feb 2016 11:52:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE0D8E0814; Mon, 22 Feb 2016 11:52:41 +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 7B789E0814 for ; Mon, 22 Feb 2016 11:52:41 +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 3F898340AA9 for ; Mon, 22 Feb 2016 11:52:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3299214CD for ; Mon, 22 Feb 2016 11:52:36 +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: <1456142534.ba98b4aa281535eb9650e6118c313d3db4cd2e18.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.14.ebuild X-VCS-Directories: sys-libs/musl/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: ba98b4aa281535eb9650e6118c313d3db4cd2e18 X-VCS-Branch: master Date: Mon, 22 Feb 2016 11:52:36 +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: a09cbaab-a393-4861-9e29-ea373dd98050 X-Archives-Hash: 7871e68dfb079a38ce660a3c18f2d3f4 commit: ba98b4aa281535eb9650e6118c313d3db4cd2e18 Author: Anthony G. Basile gentoo org> AuthorDate: Mon Feb 22 12:01:58 2016 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Feb 22 12:02:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba98b4aa sys-libs/musl: stable on amd64, arm, ppc and x86 Package-Manager: portage-2.2.26 sys-libs/musl/musl-1.1.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/musl/musl-1.1.14.ebuild b/sys-libs/musl/musl-1.1.14.ebuild index 85bdc9b..98e65f4 100644 --- a/sys-libs/musl/musl-1.1.14.ebuild +++ b/sys-libs/musl/musl-1.1.14.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"