diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-08-13 15:34:25 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-08-13 15:34:25 +0000 |
commit | 7b050b78d5c698d7b9fd8b47a3e0152cdd0aef5f (patch) | |
tree | 4bc717660ce0a665c8eb173837544f8cc328c32d /net-ftp/ftpd/ftpd-0.17-r1.ebuild | |
parent | stable on alpha (diff) | |
download | gentoo-2-7b050b78d5c698d7b9fd8b47a3e0152cdd0aef5f.tar.gz gentoo-2-7b050b78d5c698d7b9fd8b47a3e0152cdd0aef5f.tar.bz2 gentoo-2-7b050b78d5c698d7b9fd8b47a3e0152cdd0aef5f.zip |
mark stable on alpha
Diffstat (limited to 'net-ftp/ftpd/ftpd-0.17-r1.ebuild')
-rw-r--r-- | net-ftp/ftpd/ftpd-0.17-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-ftp/ftpd/ftpd-0.17-r1.ebuild b/net-ftp/ftpd/ftpd-0.17-r1.ebuild index aa6d8e0ec050..e8f6f4a23057 100644 --- a/net-ftp/ftpd/ftpd-0.17-r1.ebuild +++ b/net-ftp/ftpd/ftpd-0.17-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ftpd-0.17-r1.ebuild,v 1.3 2003/07/13 11:55:51 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ftpd-0.17-r1.ebuild,v 1.4 2003/08/13 15:34:13 agriffis Exp $ inherit eutils @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/linux-${P}.tar.gz" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ~sparc" +KEYWORDS="x86 ~sparc alpha" DEPEND="ssl? ( dev-libs/openssl )" |