Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/musl/
Date: Mon, 31 Aug 2015 03:02:50
Message-Id: 1440990412.1e8c463627933332c03e2e6fcefdbd6a3c0588b1.blueness@gentoo
1 commit: 1e8c463627933332c03e2e6fcefdbd6a3c0588b1
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 03:06:34 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 03:06:52 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e8c4636
7
8 sys-libs/musl: stable on amd64, arm, ppc and x86.
9
10 Package-Manager: portage-2.2.20.1
11
12 sys-libs/musl/musl-1.1.11.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-libs/musl/musl-1.1.11.ebuild b/sys-libs/musl/musl-1.1.11.ebuild
16 index f7c9ef0..8fe6feb 100644
17 --- a/sys-libs/musl/musl-1.1.11.ebuild
18 +++ b/sys-libs/musl/musl-1.1.11.ebuild
19 @@ -23,7 +23,7 @@ HOMEPAGE="http://www.musl-libc.org/"
20 if [[ ${PV} != "9999" ]] ; then
21 PATCH_VER=""
22 SRC_URI="http://www.musl-libc.org/releases/${P}.tar.gz"
23 - KEYWORDS="-* ~amd64 ~arm ~mips ~ppc ~x86"
24 + KEYWORDS="-* amd64 arm ~mips ppc x86"
25 fi
26
27 LICENSE="MIT LGPL-2 GPL-2"