diff options
author | Roy Marples <uberlord@gentoo.org> | 2007-01-28 17:50:33 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2007-01-28 17:50:33 +0000 |
commit | f651f541b712f3669964b03e62e809e5183b1859 (patch) | |
tree | 134e30feee184cfdf6ed14859e87d8be7c7be127 /dev-python/pycairo | |
parent | x11-misc/slock: Fix HOMEPAGE and remove old (diff) | |
download | gentoo-2-f651f541b712f3669964b03e62e809e5183b1859.tar.gz gentoo-2-f651f541b712f3669964b03e62e809e5183b1859.tar.bz2 gentoo-2-f651f541b712f3669964b03e62e809e5183b1859.zip |
Reverted to make install as emake install with a high -j fails on fbsd.
(Portage version: 2.1.2-r4)
Diffstat (limited to 'dev-python/pycairo')
-rw-r--r-- | dev-python/pycairo/ChangeLog | 5 | ||||
-rw-r--r-- | 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 <uberlord@gentoo.org> 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 <eroyf@gentoo.org> 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 |