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 C8A4D13888F for ; Thu, 22 Oct 2015 11:07:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6AEAE0871; Thu, 22 Oct 2015 11:07:07 +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 72C27E0871 for ; Thu, 22 Oct 2015 11:07:07 +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 6AE3F34072E for ; Thu, 22 Oct 2015 11:07:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61CBB1377 for ; Thu, 22 Oct 2015 11:07:04 +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: <1445512398.28ed35354e673d185de1169aeda03f62f98fd832.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.12.ebuild X-VCS-Directories: sys-libs/musl/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 28ed35354e673d185de1169aeda03f62f98fd832 X-VCS-Branch: master Date: Thu, 22 Oct 2015 11:07:04 +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: b6c20e17-cc9b-4d36-9955-70124ff355d7 X-Archives-Hash: 6ba3f441bcdb0419052da2f182a81f36 commit: 28ed35354e673d185de1169aeda03f62f98fd832 Author: Anthony G. Basile gentoo org> AuthorDate: Thu Oct 22 11:12:58 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Thu Oct 22 11:13:18 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28ed3535 sys-libs/musl: version 1.1.12 stable on amd64 and x86 Package-Manager: portage-2.2.20.1 sys-libs/musl/musl-1.1.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/musl/musl-1.1.12.ebuild b/sys-libs/musl/musl-1.1.12.ebuild index 016d210..657955a 100644 --- a/sys-libs/musl/musl-1.1.12.ebuild +++ b/sys-libs/musl/musl-1.1.12.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"