diff options
Diffstat (limited to 'app-text/pep/pep-2.8.ebuild')
-rw-r--r-- | app-text/pep/pep-2.8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/pep/pep-2.8.ebuild b/app-text/pep/pep-2.8.ebuild index c2c46c024a0e..55d9a06c5f97 100644 --- a/app-text/pep/pep-2.8.ebuild +++ b/app-text/pep/pep-2.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pep/pep-2.8.ebuild,v 1.5 2004/06/28 03:18:27 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pep/pep-2.8.ebuild,v 1.6 2004/07/01 12:01:31 eradicator Exp $ inherit eutils @@ -14,8 +14,8 @@ KEYWORDS="~x86 ~ppc ~sparc ~mips" IUSE="" DEPEND="app-arch/unzip - virtual/glibc" -RDEPEND="virtual/glibc" + virtual/libc" +RDEPEND="virtual/libc" S=${WORKDIR} |