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 117761381DF for ; Wed, 17 Feb 2016 04:42:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F7BD21C00A; Wed, 17 Feb 2016 04:42:32 +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 0D57321C00A for ; Wed, 17 Feb 2016 04:42:31 +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 6A371340C57 for ; Wed, 17 Feb 2016 04:42:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 382FACEB for ; Wed, 17 Feb 2016 04:42:28 +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: <1455684698.0f41be14aee0960e2ee7fb8b9ab7a64fa5df5f6c.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.13.ebuild X-VCS-Directories: sys-libs/musl/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 0f41be14aee0960e2ee7fb8b9ab7a64fa5df5f6c X-VCS-Branch: master Date: Wed, 17 Feb 2016 04:42:28 +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: cf3fe05c-5169-4c0a-83ce-55d36419eb73 X-Archives-Hash: 905caf2f6f0c46a5716472a8a9e402ba commit: 0f41be14aee0960e2ee7fb8b9ab7a64fa5df5f6c Author: Anthony G. Basile gentoo org> AuthorDate: Wed Feb 17 04:51:38 2016 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Wed Feb 17 04:51:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f41be14 sys-libs/musl: version 1.1.13 stable on amd64, arm and x86 Package-Manager: portage-2.2.26 sys-libs/musl/musl-1.1.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/musl/musl-1.1.13.ebuild b/sys-libs/musl/musl-1.1.13.ebuild index 85bdc9b..c983947 100644 --- a/sys-libs/musl/musl-1.1.13.ebuild +++ b/sys-libs/musl/musl-1.1.13.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"