diff options
author | Paul de Vrieze <pauldv@gentoo.org> | 2004-04-26 13:21:31 +0000 |
---|---|---|
committer | Paul de Vrieze <pauldv@gentoo.org> | 2004-04-26 13:21:31 +0000 |
commit | 9aaf6e934905830a1e219fa53a7ee537d3dc1701 (patch) | |
tree | 2401bc94371cf7c29e238fd5c6baa6c3250df5e3 /net-misc/neon/neon-0.24.4.ebuild | |
parent | arm KEYWORDS (diff) | |
download | gentoo-2-9aaf6e934905830a1e219fa53a7ee537d3dc1701.tar.gz gentoo-2-9aaf6e934905830a1e219fa53a7ee537d3dc1701.tar.bz2 gentoo-2-9aaf6e934905830a1e219fa53a7ee537d3dc1701.zip |
Mark 0.24.4 stable to be able to mark subversion stable
Diffstat (limited to 'net-misc/neon/neon-0.24.4.ebuild')
-rw-r--r-- | net-misc/neon/neon-0.24.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/neon/neon-0.24.4.ebuild b/net-misc/neon/neon-0.24.4.ebuild index 82fb15ecdc04..5c6174b11422 100644 --- a/net-misc/neon/neon-0.24.4.ebuild +++ b/net-misc/neon/neon-0.24.4.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.4.ebuild,v 1.3 2004/04/26 12:39:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.24.4.ebuild,v 1.4 2004/04/26 13:21:31 pauldv 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" +KEYWORDS="x86 ~ppc ~sparc ~amd64" IUSE="ssl zlib expat" src_compile() { |