From f651f541b712f3669964b03e62e809e5183b1859 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sun, 28 Jan 2007 17:50:33 +0000 Subject: Reverted to make install as emake install with a high -j fails on fbsd. (Portage version: 2.1.2-r4) --- dev-python/pycairo/ChangeLog | 5 ++++- dev-python/pycairo/pycairo-1.2.6.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-python/pycairo/ChangeLog b/dev-python/pycairo/ChangeLog index ab1fc723a0d8..44e9d682d282 100644 --- a/dev-python/pycairo/ChangeLog +++ b/dev-python/pycairo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pycairo # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycairo/ChangeLog,v 1.36 2007/01/26 22:16:26 eroyf Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycairo/ChangeLog,v 1.37 2007/01/28 17:50:33 uberlord Exp $ + + 28 Jan 2007; Roy Marples pycairo-1.2.6.ebuild: + Reverted to make install as emake install with a high -j fails on fbsd. 26 Jan 2007; Alexander H. Færøy pycairo-1.2.6.ebuild: Added ~mips; bug #161039 diff --git a/dev-python/pycairo/pycairo-1.2.6.ebuild b/dev-python/pycairo/pycairo-1.2.6.ebuild index a8d840dabb21..b255ed254da4 100644 --- a/dev-python/pycairo/pycairo-1.2.6.ebuild +++ b/dev-python/pycairo/pycairo-1.2.6.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/dev-python/pycairo/pycairo-1.2.6.ebuild,v 1.2 2007/01/26 22:16:26 eroyf Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycairo/pycairo-1.2.6.ebuild,v 1.3 2007/01/28 17:50:33 uberlord Exp $ WANT_AUTOCONF=latest WANT_AUTOMAKE=latest @@ -39,7 +39,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install || die "install failed" + make DESTDIR="${D}" install || die "install failed" if use examples ; then insinto /usr/share/doc/${PF}/examples -- cgit v1.2.3-65-gdbad