summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-04-01 20:04:37 +0000
committerAnthony G. Basile <blueness@gentoo.org>2015-04-01 20:04:37 +0000
commit1785a3cfe7c4f3ddec3657988b854ee84dd294c5 (patch)
tree9402b2ce910721f5e4d19ab901a9c0734a88bbd0 /sys-libs
parentx86 stable, see bug 505168 (diff)
downloadgentoo-2-1785a3cfe7c4f3ddec3657988b854ee84dd294c5.tar.gz
gentoo-2-1785a3cfe7c4f3ddec3657988b854ee84dd294c5.tar.bz2
gentoo-2-1785a3cfe7c4f3ddec3657988b854ee84dd294c5.zip
Mark stable on all musl arches.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/musl/ChangeLog5
-rw-r--r--sys-libs/musl/musl-1.1.8.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/musl/ChangeLog b/sys-libs/musl/ChangeLog
index dfb5c82e32cb..b9217a857e91 100644
--- a/sys-libs/musl/ChangeLog
+++ b/sys-libs/musl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/musl
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/ChangeLog,v 1.49 2015/03/30 23:31:59 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/ChangeLog,v 1.50 2015/04/01 20:04:37 blueness Exp $
+
+ 01 Apr 2015; Anthony G. Basile <blueness@gentoo.org> musl-1.1.8.ebuild:
+ Mark stable on all musl arches.
*musl-1.1.8 (30 Mar 2015)
diff --git a/sys-libs/musl/musl-1.1.8.ebuild b/sys-libs/musl/musl-1.1.8.ebuild
index 42eba5a945fc..df329052126e 100644
--- a/sys-libs/musl/musl-1.1.8.ebuild
+++ b/sys-libs/musl/musl-1.1.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/musl-1.1.8.ebuild,v 1.1 2015/03/30 23:31:59 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/musl-1.1.8.ebuild,v 1.2 2015/04/01 20:04:37 blueness Exp $
EAPI=5
@@ -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"