diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-05-30 20:04:48 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-05-30 20:04:48 +0000 |
commit | 9f7fb506073a14a8b8d898e7897cda5a1ab0c367 (patch) | |
tree | 5b92ee81baa8d2de092380726a45282dce9f82fe /net-libs/neon | |
parent | Fix via ChromiumOS from upstream for building with gcc-4.7. (diff) | |
download | gentoo-2-9f7fb506073a14a8b8d898e7897cda5a1ab0c367.tar.gz gentoo-2-9f7fb506073a14a8b8d898e7897cda5a1ab0c367.tar.bz2 gentoo-2-9f7fb506073a14a8b8d898e7897cda5a1ab0c367.zip |
Stable for HPPA (bug #417325).
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/neon')
-rw-r--r-- | net-libs/neon/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/neon/neon-0.29.6-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/neon/ChangeLog b/net-libs/neon/ChangeLog index 17e904c3733a..d2a3613b121d 100644 --- a/net-libs/neon/ChangeLog +++ b/net-libs/neon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/neon # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/neon/ChangeLog,v 1.38 2012/05/30 19:01:56 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/neon/ChangeLog,v 1.39 2012/05/30 20:04:48 jer Exp $ + + 30 May 2012; Jeroen Roovers <jer@gentoo.org> neon-0.29.6-r1.ebuild: + Stable for HPPA (bug #417325). 30 May 2012; Markus Meier <maekke@gentoo.org> neon-0.29.6-r1.ebuild: arm stable, bug #417325 diff --git a/net-libs/neon/neon-0.29.6-r1.ebuild b/net-libs/neon/neon-0.29.6-r1.ebuild index b199c933bc81..7a8eee1a01ec 100644 --- a/net-libs/neon/neon-0.29.6-r1.ebuild +++ b/net-libs/neon/neon-0.29.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/neon/neon-0.29.6-r1.ebuild,v 1.9 2012/05/30 19:01:56 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/neon/neon-0.29.6-r1.ebuild,v 1.10 2012/05/30 20:04:48 jer Exp $ EAPI="3" @@ -12,7 +12,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 x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc expat gnutls kerberos libproxy nls pkcs11 ssl static-libs zlib" IUSE_LINGUAS="cs de fr ja nn pl ru tr zh_CN" for lingua in ${IUSE_LINGUAS}; do |