diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-14 17:15:06 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-14 17:15:06 +0000 |
commit | a636e0efe643460480b8a86e3b82e81a900c5b6a (patch) | |
tree | d4338434fb33fb45136a59a0ef156c279a99bb8d /app-shells | |
parent | QA - Use mirror://. (Manifest recommit) (diff) | |
download | gentoo-2-a636e0efe643460480b8a86e3b82e81a900c5b6a.tar.gz gentoo-2-a636e0efe643460480b8a86e3b82e81a900c5b6a.tar.bz2 gentoo-2-a636e0efe643460480b8a86e3b82e81a900c5b6a.zip |
QA - Don't assign default S, add IUSE.
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/pdksh/pdksh-5.2.14-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/pdksh/pdksh-5.2.14-r4.ebuild b/app-shells/pdksh/pdksh-5.2.14-r4.ebuild index 3e6d61cb4b23..57bd176ecb29 100644 --- a/app-shells/pdksh/pdksh-5.2.14-r4.ebuild +++ b/app-shells/pdksh/pdksh-5.2.14-r4.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # 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.19 2004/04/15 23:46:36 randy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/pdksh-5.2.14-r4.ebuild,v 1.20 2004/06/14 17:15:06 kloeri Exp $ inherit eutils -S=${WORKDIR}/${P} DESCRIPTION="The Public Domain Korn Shell" HOMEPAGE="http://www.cs.mun.ca/~michael/pdksh/" SRC_URI="ftp://ftp.cs.mun.ca/pub/pdksh/${P}.tar.gz @@ -13,6 +12,7 @@ SRC_URI="ftp://ftp.cs.mun.ca/pub/pdksh/${P}.tar.gz SLOT="0" LICENSE="as-is" KEYWORDS="x86 ppc sparc alpha ~hppa ~mips amd64 ia64 ~ppc64 s390" +IUSE="" DEPEND=">=sys-libs/glibc-2.1.3 sys-apps/coreutils" |