diff options
Diffstat (limited to 'net-misc/neon')
-rw-r--r-- | net-misc/neon/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/neon/neon-0.26.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/neon/ChangeLog b/net-misc/neon/ChangeLog index bc7715acf62a..4f5eda3903e6 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.93 2007/12/28 17:55:34 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/ChangeLog,v 1.94 2007/12/29 14:51:54 ranger Exp $ + + 29 Dec 2007; Brent Baude <ranger@gentoo.org> neon-0.26.4.ebuild: + Marking neon-0.26.4 ppc64 for bug 203260 28 Dec 2007; Markus Meier <maekke@gentoo.org> neon-0.26.4.ebuild: x86 stable, bug #203260 diff --git a/net-misc/neon/neon-0.26.4.ebuild b/net-misc/neon/neon-0.26.4.ebuild index a957c1df3442..ee933ab96a99 100644 --- a/net-misc/neon/neon-0.26.4.ebuild +++ b/net-misc/neon/neon-0.26.4.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.4.ebuild,v 1.3 2007/12/28 17:55:34 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.26.4.ebuild,v 1.4 2007/12/29 14:51:54 ranger 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 kerberos nls socks5 ssl zlib" RESTRICT="test" |