summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-06-16 00:07:47 +0000
committerAnthony G. Basile <blueness@gentoo.org>2013-06-16 00:07:47 +0000
commitf96e1619adb2f4989bb4950793dc3cc269e396b4 (patch)
tree4db39fe3194c3a8ac98a48204b34cdec6a6f85fd /virtual/libc
parentAdd ELIBC=musl and mask it as it can break systems (diff)
downloadgentoo-2-f96e1619adb2f4989bb4950793dc3cc269e396b4.tar.gz
gentoo-2-f96e1619adb2f4989bb4950793dc3cc269e396b4.tar.bz2
gentoo-2-f96e1619adb2f4989bb4950793dc3cc269e396b4.zip
Add new libc: sys-libs/musl
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'virtual/libc')
-rw-r--r--virtual/libc/ChangeLog8
-rw-r--r--virtual/libc/libc-0.ebuild5
2 files changed, 8 insertions, 5 deletions
diff --git a/virtual/libc/ChangeLog b/virtual/libc/ChangeLog
index 387abf5b1bc3..6f3b23185fcf 100644
--- a/virtual/libc/ChangeLog
+++ b/virtual/libc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for virtual/libc
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libc/ChangeLog,v 1.5 2012/04/27 23:16:17 aballier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/libc/ChangeLog,v 1.6 2013/06/16 00:07:47 blueness Exp $
+
+ 16 Jun 2013; Anthony G. Basile <blueness@gentoo.org> libc-0.ebuild:
+ Add new libc: sys-libs/musl
27 Apr 2012; Alexis Ballier <aballier@gentoo.org> libc-0.ebuild:
keyword ~amd64-fbsd
@@ -12,4 +15,3 @@
20 Apr 2011; Ulrich Mueller <ulm@gentoo.org> +libc-0.ebuild, +metadata.xml:
Initial import, bug 359001.
-
diff --git a/virtual/libc/libc-0.ebuild b/virtual/libc/libc-0.ebuild
index 4bff0762332b..aa5ada55d21b 100644
--- a/virtual/libc/libc-0.ebuild
+++ b/virtual/libc/libc-0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libc/libc-0.ebuild,v 1.4 2012/04/27 23:16:17 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libc/libc-0.ebuild,v 1.5 2013/06/16 00:07:47 blueness Exp $
EAPI=1
@@ -18,6 +18,7 @@ DEPEND=""
# a different SLOT for cross-compiling
RDEPEND="!prefix? (
elibc_glibc? ( sys-libs/glibc:2.2 )
+ elibc_musl? ( sys-libs/musl )
elibc_uclibc? ( sys-libs/uclibc )
elibc_FreeBSD? ( sys-freebsd/freebsd-lib )
)"