diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-03-24 00:14:05 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-03-24 00:14:05 +0000 |
commit | 2b536ff0a86e9b3bb110f2cf89568b76911453bf (patch) | |
tree | 50bfa7defa72efd83a502b697dd95896466f6c5f /sys-libs/musl | |
parent | Add proper x11-libs/libxcb[xkb] dependency. Fixes bug #544200 by Evgenij Badi... (diff) | |
download | gentoo-2-2b536ff0a86e9b3bb110f2cf89568b76911453bf.tar.gz gentoo-2-2b536ff0a86e9b3bb110f2cf89568b76911453bf.tar.bz2 gentoo-2-2b536ff0a86e9b3bb110f2cf89568b76911453bf.zip |
Stable on amd64, arm, ppc and x86.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-libs/musl')
-rw-r--r-- | sys-libs/musl/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/musl/musl-1.1.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/musl/ChangeLog b/sys-libs/musl/ChangeLog index e6fa5ae5dd11..ba5401384d2d 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.44 2015/03/21 16:42:19 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/ChangeLog,v 1.45 2015/03/24 00:14:05 blueness Exp $ + + 24 Mar 2015; Anthony G. Basile <blueness@gentoo.org> musl-1.1.7.ebuild: + Stable on amd64, arm, ppc and x86. *musl-1.1.7 (21 Mar 2015) diff --git a/sys-libs/musl/musl-1.1.7.ebuild b/sys-libs/musl/musl-1.1.7.ebuild index cbfa7dc37229..f421c614d450 100644 --- a/sys-libs/musl/musl-1.1.7.ebuild +++ b/sys-libs/musl/musl-1.1.7.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.7.ebuild,v 1.1 2015/03/21 16:42:19 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/musl-1.1.7.ebuild,v 1.2 2015/03/24 00:14:05 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" |