diff options
-rw-r--r-- | net-misc/neon/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/neon/neon-0.24.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/neon/ChangeLog b/net-misc/neon/ChangeLog index 8941a3725f3e..5bf051b6a25d 100644 --- a/net-misc/neon/ChangeLog +++ b/net-misc/neon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/neon # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/ChangeLog,v 1.34 2004/06/02 20:20:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/ChangeLog,v 1.35 2004/06/02 21:06:22 ciaranm Exp $ + + 02 Jun 2004; Ciaran McCreesh <ciaranm@gentoo.org> neon-0.24.6.ebuild: + Stable on sparc at klieber's request 02 Jun 2004; Aron Griffis <agriffis@gentoo.org> neon-0.24.6.ebuild: stable on alpha diff --git a/net-misc/neon/neon-0.24.6.ebuild b/net-misc/neon/neon-0.24.6.ebuild index b60d0732370b..9b2607ea86f2 100644 --- a/net-misc/neon/neon-0.24.6.ebuild +++ b/net-misc/neon/neon-0.24.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.24.6.ebuild,v 1.6 2004/06/02 20:20:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.24.6.ebuild,v 1.7 2004/06/02 21:06:22 ciaranm Exp $ S=${WORKDIR}/${P} DESCRIPTION="HTTP and WebDAV client library" @@ -12,7 +12,7 @@ DEPEND="expat? ( dev-libs/expat ) zlib? ( sys-libs/zlib )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc ~sparc amd64 s390 alpha" +KEYWORDS="x86 ppc sparc amd64 s390 alpha" IUSE="ssl zlib expat" src_compile() { |