--- /usr/portage/net-libs/gnutls/gnutls-1.2.4.ebuild 2005-06-21 14:06:01.000000000 +0200 +++ gnutls-1.2.4.ebuild 2005-07-08 22:14:34.000000000 +0200 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-1.2.4.ebuild,v 1.4 2005/06/21 11:46:41 dragonheart Exp $ -inherit eutils gnuconfig +inherit eutils gnuconfig libtool DESCRIPTION="A TLS 1.0 and SSL 3.0 implementation for the GNU project" HOMEPAGE="http://www.gnutls.org/" @@ -14,7 +14,7 @@ # GPL-2 for the gnutls-extras library and LGPL for the gnutls library. SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~ppc-macos ~s390 ~sparc ~x86" # Removed keywords awaiting >=dev-libs/libtasn1-0.2.10 keywords (bug #61944) # ~ia64 ~hppa @@ -61,7 +61,7 @@ } src_install() { - emake DESTDIR=${D} install || die + emake -j1 DESTDIR=${D} install || die dodoc AUTHORS COPYING COPYING.LIB ChangeLog NEWS \ README THANKS doc/TODO