diff options
author | 2007-12-28 17:55:34 +0000 | |
---|---|---|
committer | 2007-12-28 17:55:34 +0000 | |
commit | 7494ded701ebc228b4d7c22864475a7f77d472df (patch) | |
tree | 5f745363709f2fcb51a18ede640166f3b7613e57 /net-misc/neon | |
parent | Revert accidental commit of ssl-cert.eclass. (diff) | |
download | gentoo-2-7494ded701ebc228b4d7c22864475a7f77d472df.tar.gz gentoo-2-7494ded701ebc228b4d7c22864475a7f77d472df.tar.bz2 gentoo-2-7494ded701ebc228b4d7c22864475a7f77d472df.zip |
x86 stable, bug #203260
(Portage version: 2.1.4_rc11)
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 a88eac924bff..bc7715acf62a 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.92 2007/12/28 17:49:06 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/ChangeLog,v 1.93 2007/12/28 17:55:34 maekke Exp $ + + 28 Dec 2007; Markus Meier <maekke@gentoo.org> neon-0.26.4.ebuild: + x86 stable, bug #203260 28 Dec 2007; nixnut <nixnut@gentoo.org> neon-0.26.4.ebuild: Stable on ppc wrt bug 203560 diff --git a/net-misc/neon/neon-0.26.4.ebuild b/net-misc/neon/neon-0.26.4.ebuild index aca2d6004f4a..a957c1df3442 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.2 2007/12/28 17:49:06 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.26.4.ebuild,v 1.3 2007/12/28 17:55:34 maekke 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" |