diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-05-09 19:45:51 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-05-09 19:45:51 +0000 |
commit | 96ddd6782b64ed1d53cd136e8f931f5e3aebd2db (patch) | |
tree | 6233967d7fc83f52f6f8cc3be30f05e346a8be53 /virtual/libc | |
parent | Restore prefix USE flag, it is used. (diff) | |
download | gentoo-2-96ddd6782b64ed1d53cd136e8f931f5e3aebd2db.tar.gz gentoo-2-96ddd6782b64ed1d53cd136e8f931f5e3aebd2db.tar.bz2 gentoo-2-96ddd6782b64ed1d53cd136e8f931f5e3aebd2db.zip |
prefix flag was missing from IUSE.
(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, 6 insertions, 3 deletions
diff --git a/virtual/libc/ChangeLog b/virtual/libc/ChangeLog index fd143a92af8d..124d2c402ffd 100644 --- a/virtual/libc/ChangeLog +++ b/virtual/libc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/libc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/libc/ChangeLog,v 1.1 2011/04/20 18:04:52 ulm Exp $ +# $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. *libc-0 (20 Apr 2011) diff --git a/virtual/libc/libc-0.ebuild b/virtual/libc/libc-0.ebuild index c2beb8e9947d..84f4fc56e2b4 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.1 2011/04/20 18:04:52 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/libc/libc-0.ebuild,v 1.2 2011/05/09 19:45:51 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="" +IUSE="prefix" DEPEND="" # explicitly depend on SLOT 2.2 of glibc, because it sets |