diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-29 04:00:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-29 04:00:30 +0000 |
commit | 0dbc2a1da9a0f5926772b5c630a9c15a990d5413 (patch) | |
tree | 5088d1532dc94fa3dfe933b6985f39a87f8c8374 /app-shells/ksh/ksh-93.20040229.ebuild | |
parent | version bump (Bug 33995) and java fix (diff) | |
download | historical-0dbc2a1da9a0f5926772b5c630a9c15a990d5413.tar.gz historical-0dbc2a1da9a0f5926772b5c630a9c15a990d5413.tar.bz2 historical-0dbc2a1da9a0f5926772b5c630a9c15a990d5413.zip |
change virtual/glibc to virtual/libc
Diffstat (limited to 'app-shells/ksh/ksh-93.20040229.ebuild')
-rw-r--r-- | app-shells/ksh/ksh-93.20040229.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/ksh/ksh-93.20040229.ebuild b/app-shells/ksh/ksh-93.20040229.ebuild index 4422411c9877..cdb5b9bee80d 100644 --- a/app-shells/ksh/ksh-93.20040229.ebuild +++ b/app-shells/ksh/ksh-93.20040229.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-shells/ksh/ksh-93.20040229.ebuild,v 1.5 2004/06/24 22:24:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ksh-93.20040229.ebuild,v 1.6 2004/06/29 03:55:36 vapier Exp $ inherit ccc eutils flag-o-matic @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~x86 ~sparc ~alpha arm s390" IUSE="static nls" -DEPEND="virtual/glibc +DEPEND="virtual/libc !app-shells/pdksh" S=${WORKDIR} |