diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-25 15:39:00 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-25 15:39:00 +0000 |
commit | d84ec948b234c1a23c41ea1df1112df92567e83b (patch) | |
tree | c8648380cdfb5706b86871a4ed91a0b3fe50deb3 /app-shells/pdksh/pdksh-5.2.14-r4.ebuild | |
parent | added ppc to keywords (diff) | |
download | gentoo-2-d84ec948b234c1a23c41ea1df1112df92567e83b.tar.gz gentoo-2-d84ec948b234c1a23c41ea1df1112df92567e83b.tar.bz2 gentoo-2-d84ec948b234c1a23c41ea1df1112df92567e83b.zip |
Added missing keywords
Diffstat (limited to 'app-shells/pdksh/pdksh-5.2.14-r4.ebuild')
-rw-r--r-- | app-shells/pdksh/pdksh-5.2.14-r4.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-shells/pdksh/pdksh-5.2.14-r4.ebuild b/app-shells/pdksh/pdksh-5.2.14-r4.ebuild index 6749efbcd035..492486adc9d6 100644 --- a/app-shells/pdksh/pdksh-5.2.14-r4.ebuild +++ b/app-shells/pdksh/pdksh-5.2.14-r4.ebuild @@ -1,12 +1,15 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/pdksh-5.2.14-r4.ebuild,v 1.3 2002/07/11 06:30:18 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/pdksh-5.2.14-r4.ebuild,v 1.4 2002/07/25 15:39:00 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="The Public Domain Korn Shell" SRC_URI="ftp://ftp.cs.mun.ca/pub/pdksh/${P}.tar.gz ftp://ftp.cs.mun.ca/pub/pdksh/${P}-patches.1" HOMEPAGE="http://ww.cs.mun.ca/~michael/pdksh/" +KEYWORDS="x86" +SLOT="0" +LICENSE="as-is" DEPEND=">=sys-libs/glibc-2.1.3" |