diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-05-09 20:13:07 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-05-09 20:13:07 +0000 |
commit | 603e95c68a8f0f69c37794b183907fa86275048a (patch) | |
tree | c250b5438d29971649db5782c789c2f889b1f28f /virtual/libc | |
parent | darkside says I should revert the previous commit. (diff) | |
download | gentoo-2-603e95c68a8f0f69c37794b183907fa86275048a.tar.gz gentoo-2-603e95c68a8f0f69c37794b183907fa86275048a.tar.bz2 gentoo-2-603e95c68a8f0f69c37794b183907fa86275048a.zip |
Revert previous commit.
(Portage version: 2.1.9.47/cvs/Linux x86_64)
Diffstat (limited to 'virtual/libc')
-rw-r--r-- | virtual/libc/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/libc/libc-0.ebuild | 4 |
2 files changed, 3 insertions, 6 deletions
diff --git a/virtual/libc/ChangeLog b/virtual/libc/ChangeLog index 124d2c402ffd..b3e7e2b33cb8 100644 --- a/virtual/libc/ChangeLog +++ b/virtual/libc/ChangeLog @@ -1,9 +1,6 @@ # ChangeLog for virtual/libc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/libc/ChangeLog,v 1.2 2011/05/09 19:45:51 ulm Exp $ - - 09 May 2011; Ulrich Mueller <ulm@gentoo.org> libc-0.ebuild: - prefix flag was missing from IUSE. +# $Header: /var/cvsroot/gentoo-x86/virtual/libc/ChangeLog,v 1.3 2011/05/09 20:13:07 ulm Exp $ *libc-0 (20 Apr 2011) diff --git a/virtual/libc/libc-0.ebuild b/virtual/libc/libc-0.ebuild index 84f4fc56e2b4..392b3d136753 100644 --- a/virtual/libc/libc-0.ebuild +++ b/virtual/libc/libc-0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.2 2011/05/09 19:45:51 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/libc/libc-0.ebuild,v 1.3 2011/05/09 20:13:07 ulm Exp $ EAPI=1 @@ -11,7 +11,7 @@ SRC_URI="" LICENSE="" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="prefix" +IUSE="" DEPEND="" # explicitly depend on SLOT 2.2 of glibc, because it sets |