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 | db4e9a782d8fa5934da35bdc6b3197df1fd84e61 (patch) | |
tree | cd54595451e461d2b67c30d23aa44fe3518b4ca2 /app-shells/pdksh/pdksh-5.2.14-r4.ebuild | |
parent | change virtual/glibc to virtual/libc (Manifest recommit) (diff) | |
download | gentoo-2-db4e9a782d8fa5934da35bdc6b3197df1fd84e61.tar.gz gentoo-2-db4e9a782d8fa5934da35bdc6b3197df1fd84e61.tar.bz2 gentoo-2-db4e9a782d8fa5934da35bdc6b3197df1fd84e61.zip |
change virtual/glibc to virtual/libc
Diffstat (limited to 'app-shells/pdksh/pdksh-5.2.14-r4.ebuild')
-rw-r--r-- | app-shells/pdksh/pdksh-5.2.14-r4.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-shells/pdksh/pdksh-5.2.14-r4.ebuild b/app-shells/pdksh/pdksh-5.2.14-r4.ebuild index e1e36c87ceb4..0b9cf50b00de 100644 --- a/app-shells/pdksh/pdksh-5.2.14-r4.ebuild +++ b/app-shells/pdksh/pdksh-5.2.14-r4.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/pdksh/pdksh-5.2.14-r4.ebuild,v 1.21 2004/06/24 22:24:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/pdksh-5.2.14-r4.ebuild,v 1.22 2004/06/29 03:55:58 vapier Exp $ inherit eutils @@ -9,12 +9,12 @@ HOMEPAGE="http://www.cs.mun.ca/~michael/pdksh/" SRC_URI="ftp://ftp.cs.mun.ca/pub/pdksh/${P}.tar.gz ftp://ftp.cs.mun.ca/pub/pdksh/${P}-patches.1" -SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ppc sparc alpha ~hppa ~mips amd64 ia64 ~ppc64 s390" +SLOT="0" +KEYWORDS="x86 ppc sparc ~mips alpha ~hppa amd64 ia64 ~ppc64 s390" IUSE="" -DEPEND=">=sys-libs/glibc-2.1.3 +DEPEND="virtual/libc sys-apps/coreutils" src_unpack() { |