diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-19 10:47:48 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-19 10:47:48 +0000 |
commit | 32c785b6fd840e0a43c2871eac504c7095df961f (patch) | |
tree | 68a682caf04ca059160f396efee4c4fb5870e940 /net-ftp/ftpd | |
parent | Stable on amd64. (diff) | |
download | historical-32c785b6fd840e0a43c2871eac504c7095df961f.tar.gz historical-32c785b6fd840e0a43c2871eac504c7095df961f.tar.bz2 historical-32c785b6fd840e0a43c2871eac504c7095df961f.zip |
Stable on amd64.
Diffstat (limited to 'net-ftp/ftpd')
-rw-r--r-- | net-ftp/ftpd/ChangeLog | 5 | ||||
-rw-r--r-- | net-ftp/ftpd/ftpd-0.17-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-ftp/ftpd/ChangeLog b/net-ftp/ftpd/ChangeLog index af76ddefe0bd..0f55fece448f 100644 --- a/net-ftp/ftpd/ChangeLog +++ b/net-ftp/ftpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-ftp/ftpd # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ChangeLog,v 1.15 2004/08/14 13:41:20 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ChangeLog,v 1.16 2004/10/19 10:45:40 absinthe Exp $ + + 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> ftpd-0.17-r1.ebuild: + Stable on amd64. 14 Aug 2004; Sven Wegener <swegener@gentoo.org> files/ftp.xinetd: Fixed CVS Header. diff --git a/net-ftp/ftpd/ftpd-0.17-r1.ebuild b/net-ftp/ftpd/ftpd-0.17-r1.ebuild index 61675f633b08..4d79c28d935c 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 # 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.8 2004/06/24 22:45:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ftpd-0.17-r1.ebuild,v 1.9 2004/10/19 10:45:40 absinthe 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" +KEYWORDS="x86 sparc alpha amd64" DEPEND="ssl? ( dev-libs/openssl )" |