diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-06-14 18:35:00 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-06-14 18:35:00 +0000 |
commit | 13edb860a8e0e9e09e47d8d4fd1e8126fb9166a3 (patch) | |
tree | fecb76e0b4de0fb44524220dc089ca55653c00f7 /net-misc/neon | |
parent | Stable on amd64 wrt bug 178264 (diff) | |
download | gentoo-2-13edb860a8e0e9e09e47d8d4fd1e8126fb9166a3.tar.gz gentoo-2-13edb860a8e0e9e09e47d8d4fd1e8126fb9166a3.tar.bz2 gentoo-2-13edb860a8e0e9e09e47d8d4fd1e8126fb9166a3.zip |
Stable on amd64 wrt bug 178264
(Portage version: 2.1.2.9)
Diffstat (limited to 'net-misc/neon')
-rw-r--r-- | net-misc/neon/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/neon/neon-0.26.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/neon/ChangeLog b/net-misc/neon/ChangeLog index aac2f1ae0883..78c97d0b5288 100644 --- a/net-misc/neon/ChangeLog +++ b/net-misc/neon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/neon # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/ChangeLog,v 1.84 2007/06/13 17:13:43 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/ChangeLog,v 1.85 2007/06/14 18:35:00 angelos Exp $ + + 14 Jun 2007; Christoph Mende <angelos@gentoo.org> neon-0.26.3.ebuild: + Stable on amd64 wrt bug 178264 13 Jun 2007; Gustavo Zacarias <gustavoz@gentoo.org> neon-0.26.3.ebuild: Stable on sparc wrt #178264 diff --git a/net-misc/neon/neon-0.26.3.ebuild b/net-misc/neon/neon-0.26.3.ebuild index dc54f16992a9..e3ccb8db6656 100644 --- a/net-misc/neon/neon-0.26.3.ebuild +++ b/net-misc/neon/neon-0.26.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.26.3.ebuild,v 1.3 2007/06/13 17:13:43 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.26.3.ebuild,v 1.4 2007/06/14 18:35:00 angelos Exp $ inherit eutils libtool versionator autotools @@ -10,7 +10,7 @@ SRC_URI="http://www.webdav.org/neon/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="expat nls socks5 ssl zlib" RESTRICT="test" |