diff options
Diffstat (limited to 'net-ftp/ftpd/ftpd-0.17-r1.ebuild')
-rw-r--r-- | net-ftp/ftpd/ftpd-0.17-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-ftp/ftpd/ftpd-0.17-r1.ebuild b/net-ftp/ftpd/ftpd-0.17-r1.ebuild index 4d79c28d935c..9c1ed8d9b29b 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-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # 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.9 2004/10/19 10:45:40 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ftpd-0.17-r1.ebuild,v 1.10 2005/07/26 13:41:40 dholm 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 alpha amd64" +KEYWORDS="alpha amd64 ~ppc sparc x86" DEPEND="ssl? ( dev-libs/openssl )" |