diff options
author | Fabian Groffen <grobian@gentoo.org> | 2006-10-05 17:30:15 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2006-10-05 17:30:15 +0000 |
commit | 8272416808a68a0a8154666130de334b4e0a6e70 (patch) | |
tree | c490e2e40b118d3c9d6094396e54da082661d7d6 /net-libs/libwww/libwww-5.4.0-r3.ebuild | |
parent | Accepting maintainer role, and fixed whitespace error for repoman. (diff) | |
download | historical-8272416808a68a0a8154666130de334b4e0a6e70.tar.gz historical-8272416808a68a0a8154666130de334b4e0a6e70.tar.bz2 historical-8272416808a68a0a8154666130de334b4e0a6e70.zip |
Dropped ppc-macos keyword, see you in prefix.
Package-Manager: portage-2.1.1
Diffstat (limited to 'net-libs/libwww/libwww-5.4.0-r3.ebuild')
-rw-r--r-- | net-libs/libwww/libwww-5.4.0-r3.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-libs/libwww/libwww-5.4.0-r3.ebuild b/net-libs/libwww/libwww-5.4.0-r3.ebuild index ce13308b1821..52824c959587 100644 --- a/net-libs/libwww/libwww-5.4.0-r3.ebuild +++ b/net-libs/libwww/libwww-5.4.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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-r3.ebuild,v 1.5 2006/10/04 12:59:02 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libwww/libwww-5.4.0-r3.ebuild,v 1.6 2006/10/05 17:30:15 grobian Exp $ WANT_AUTOMAKE="1.4" WANT_AUTOCONF="latest" @@ -15,7 +15,7 @@ SRC_URI="http://www.w3.org/Library/Distribution/${MY_P}.tgz LICENSE="W3C" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 ppc-macos s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" IUSE="ssl mysql" RDEPEND="dev-lang/perl @@ -60,7 +60,6 @@ src_compile() { ${myconf} || die emake check-am || die - use ppc-macos && echo "#undef HAVE_APPKIT_APPKIT_H" >> wwwconf.h emake || die } |