diff options
author | Jason Wever <weeve@gentoo.org> | 2005-11-10 03:19:18 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2005-11-10 03:19:18 +0000 |
commit | e82286915d95b0a4fa6f3a5500d669718b984569 (patch) | |
tree | 621466d52effdfc424716a897fde87cb71e1dc2d /net-ftp | |
parent | Added ~sparc keyword as it went the way of the dodo in the version bump. (diff) | |
download | gentoo-2-e82286915d95b0a4fa6f3a5500d669718b984569.tar.gz gentoo-2-e82286915d95b0a4fa6f3a5500d669718b984569.tar.bz2 gentoo-2-e82286915d95b0a4fa6f3a5500d669718b984569.zip |
Stable on SPARC wrt bug #111573.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/ftpd/ChangeLog | 5 | ||||
-rw-r--r-- | net-ftp/ftpd/ftpd-0.17-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-ftp/ftpd/ChangeLog b/net-ftp/ftpd/ChangeLog index 3458eba2e1b6..fcb71342715e 100644 --- a/net-ftp/ftpd/ChangeLog +++ b/net-ftp/ftpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-ftp/ftpd # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ChangeLog,v 1.20 2005/11/10 02:16:17 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ChangeLog,v 1.21 2005/11/10 03:19:18 weeve Exp $ + + 10 Nov 2005; Jason Wever <weeve@gentoo.org> ftpd-0.17-r3.ebuild: + Stable on SPARC wrt bug #111573. 10 Nov 2005; Mark Loeser <halcy0n@gentoo.org> ftpd-0.17-r3.ebuild: Stable on x86; bug #111573 diff --git a/net-ftp/ftpd/ftpd-0.17-r3.ebuild b/net-ftp/ftpd/ftpd-0.17-r3.ebuild index db3776b15690..cea0f662e042 100644 --- a/net-ftp/ftpd/ftpd-0.17-r3.ebuild +++ b/net-ftp/ftpd/ftpd-0.17-r3.ebuild @@ -1,6 +1,6 @@ # 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-r3.ebuild,v 1.2 2005/11/10 02:16:17 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ftpd-0.17-r3.ebuild,v 1.3 2005/11/10 03:19:18 weeve Exp $ inherit eutils ssl-cert @@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/linux-${P}.tar.gz SLOT="0" LICENSE="as-is" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc x86" +KEYWORDS="~alpha ~amd64 ~ppc sparc x86" DEPEND="ssl? ( dev-libs/openssl )" |