diff options
author | Michael McCabe <randy@gentoo.org> | 2004-05-21 00:58:10 +0000 |
---|---|---|
committer | Michael McCabe <randy@gentoo.org> | 2004-05-21 00:58:10 +0000 |
commit | 46e18379645cea1992f099623cf88f2aa9a842dc (patch) | |
tree | 220f755711471e1029a63501ffec69c156e1ebb9 /net-misc/neon | |
parent | Added patch to fix compilation with gcc-2. Removing old, unnecessary patches ... (diff) | |
download | gentoo-2-46e18379645cea1992f099623cf88f2aa9a842dc.tar.gz gentoo-2-46e18379645cea1992f099623cf88f2aa9a842dc.tar.bz2 gentoo-2-46e18379645cea1992f099623cf88f2aa9a842dc.zip |
Marked stable on s390
Diffstat (limited to 'net-misc/neon')
-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 115170827803..34a575904b14 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.31 2004/05/19 22:00:27 pauldv Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/ChangeLog,v 1.32 2004/05/21 00:58:10 randy Exp $ + + 20 May 2004; Michael McCabe <randy@gentoo.org> neon-0.24.6.ebuild: + Marked stable on s390 *neon-0.24.6 (19 May 2004) diff --git a/net-misc/neon/neon-0.24.6.ebuild b/net-misc/neon/neon-0.24.6.ebuild index 3beb666e234e..33049bf69a05 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.2 2004/05/20 08:06:17 pauldv Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.24.6.ebuild,v 1.3 2004/05/21 00:58:10 randy 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" +KEYWORDS="x86 ~ppc ~sparc amd64 s390" IUSE="ssl zlib expat" src_compile() { |