diff options
author | Kristopher Kersey <augustus@gentoo.org> | 2004-01-22 06:47:23 +0000 |
---|---|---|
committer | Kristopher Kersey <augustus@gentoo.org> | 2004-01-22 06:47:23 +0000 |
commit | f2083ee2a3507f5445fdc16973d79def4d1d508c (patch) | |
tree | e440384684906f1243312cc3c139ccb9bc6f1fb9 /net-misc/neon/neon-0.24.4.ebuild | |
parent | version bump, and switched to use_enable syntax instead. This closes bug #34... (diff) | |
download | gentoo-2-f2083ee2a3507f5445fdc16973d79def4d1d508c.tar.gz gentoo-2-f2083ee2a3507f5445fdc16973d79def4d1d508c.tar.bz2 gentoo-2-f2083ee2a3507f5445fdc16973d79def4d1d508c.zip |
Added ~amd64 keyword.
Diffstat (limited to 'net-misc/neon/neon-0.24.4.ebuild')
-rw-r--r-- | net-misc/neon/neon-0.24.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/neon/neon-0.24.4.ebuild b/net-misc/neon/neon-0.24.4.ebuild index ec831b9f38fb..f3e5e3a59185 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-2003 Gentoo Technologies, Inc. +# 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.1 2003/12/13 15:52:57 pauldv Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.24.4.ebuild,v 1.2 2004/01/22 06:47:23 augustus 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" +KEYWORDS="~x86 ~ppc ~sparc ~amd64" IUSE="ssl zlib expat" src_compile() { |