diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 09:39:57 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 09:39:57 +0000 |
commit | 2b80b4a7be5cb3de08e31549e8c27636fec05a6f (patch) | |
tree | b86db4ff6e2363fdc06deae526601243bdc95629 /net-ftp/oftpd | |
parent | repoman'd (diff) | |
download | gentoo-2-2b80b4a7be5cb3de08e31549e8c27636fec05a6f.tar.gz gentoo-2-2b80b4a7be5cb3de08e31549e8c27636fec05a6f.tar.bz2 gentoo-2-2b80b4a7be5cb3de08e31549e8c27636fec05a6f.zip |
repoman'd
Diffstat (limited to 'net-ftp/oftpd')
-rw-r--r-- | net-ftp/oftpd/oftpd-0.3.6-r7.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-ftp/oftpd/oftpd-0.3.6-r7.ebuild b/net-ftp/oftpd/oftpd-0.3.6-r7.ebuild index c1e7d30ef77a..301c86098d0d 100644 --- a/net-ftp/oftpd/oftpd-0.3.6-r7.ebuild +++ b/net-ftp/oftpd/oftpd-0.3.6-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/oftpd-0.3.6-r7.ebuild,v 1.1 2002/05/04 03:42:50 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/oftpd-0.3.6-r7.ebuild,v 1.2 2002/07/17 09:39:57 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Secure, small, anonymous only ftpd" @@ -8,8 +8,10 @@ SRC_URI="http://www.time-travellers.org/oftpd/${P}.tar.gz" HOMEPAGE="http://www.time-travellers.org/oftpd" DEPEND="virtual/glibc" -LICENSE="as-is" + SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" src_compile() { # local myconf |