diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-10-28 13:26:24 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-10-28 13:26:24 +0000 |
commit | 2da0f85b2b5c2f62bc739a2bb86e4ccbe03dc297 (patch) | |
tree | 938acb3f13d90f71cc4b7c4e17e230e7c2a67aee /net-libs | |
parent | Patch configure so that it doesn not link to netcdf unconditionally, thanks t... (diff) | |
download | gentoo-2-2da0f85b2b5c2f62bc739a2bb86e4ccbe03dc297.tar.gz gentoo-2-2da0f85b2b5c2f62bc739a2bb86e4ccbe03dc297.tar.bz2 gentoo-2-2da0f85b2b5c2f62bc739a2bb86e4ccbe03dc297.zip |
Stable on sparc wrt #109040
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libwww/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libwww/libwww-5.4.0-r4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/libwww/ChangeLog b/net-libs/libwww/ChangeLog index d64ceaaff1e9..6ddc4006869c 100644 --- a/net-libs/libwww/ChangeLog +++ b/net-libs/libwww/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libwww # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libwww/ChangeLog,v 1.38 2005/10/28 12:42:10 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libwww/ChangeLog,v 1.39 2005/10/28 13:26:24 gustavoz Exp $ + + 28 Oct 2005; Gustavo Zacarias <gustavoz@gentoo.org> + libwww-5.4.0-r4.ebuild: + Stable on sparc wrt #109040 28 Oct 2005; Fabian Groffen <grobian@gentoo.org> libwww-5.4.0-r4.ebuild: Marked ppc-macos for bug #109040 and removed ppc-macos conditional *libtoolize diff --git a/net-libs/libwww/libwww-5.4.0-r4.ebuild b/net-libs/libwww/libwww-5.4.0-r4.ebuild index 5df3ab2391d2..e559b25d35e5 100644 --- a/net-libs/libwww/libwww-5.4.0-r4.ebuild +++ b/net-libs/libwww/libwww-5.4.0-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libwww/libwww-5.4.0-r4.ebuild,v 1.2 2005/10/28 12:42:10 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libwww/libwww-5.4.0-r4.ebuild,v 1.3 2005/10/28 13:26:24 gustavoz Exp $ inherit eutils multilib libtool @@ -12,7 +12,7 @@ SRC_URI="http://www.w3.org/Library/Distribution/${MY_P}.tgz LICENSE="W3C" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc-macos ~ppc64 ~s390 ~sh sparc ~x86" IUSE="mysql ssl" RDEPEND="dev-lang/perl |