diff options
-rw-r--r-- | app-mobilephone/gnokii/ChangeLog | 6 | ||||
-rw-r--r-- | app-mobilephone/gnokii/gnokii-0.6.22-r2.ebuild | 4 | ||||
-rw-r--r-- | app-mobilephone/gnokii/gnokii-0.6.26-r2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-mobilephone/gnokii/ChangeLog b/app-mobilephone/gnokii/ChangeLog index a7bfcac3263f..c759e111c6c1 100644 --- a/app-mobilephone/gnokii/ChangeLog +++ b/app-mobilephone/gnokii/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-mobilephone/gnokii # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v 1.81 2008/08/24 11:51:21 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v 1.82 2008/08/31 07:13:53 mrness Exp $ + + 31 Aug 2008; Alin Năstac <mrness@gentoo.org> gnokii-0.6.22-r2.ebuild, + gnokii-0.6.26-r2.ebuild: + Don't force -j1 on make (#235999). 24 Aug 2008; Markus Rothe <corsair@gentoo.org> gnokii-0.6.26-r2.ebuild: Stable on ppc64; bug #234787 diff --git a/app-mobilephone/gnokii/gnokii-0.6.22-r2.ebuild b/app-mobilephone/gnokii/gnokii-0.6.22-r2.ebuild index 6f6bc86c72ad..f74e8ebf4ae0 100644 --- a/app-mobilephone/gnokii/gnokii-0.6.22-r2.ebuild +++ b/app-mobilephone/gnokii/gnokii-0.6.22-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.22-r2.ebuild,v 1.7 2008/06/04 18:34:10 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.22-r2.ebuild,v 1.8 2008/08/31 07:13:53 mrness Exp $ WANT_AUTOMAKE="none" @@ -99,7 +99,7 @@ src_compile() { --disable-unix98test \ || die "configure failed" - emake -j1 || die "make failed" + emake || die "make failed" if use sms; then pushd "${S}/smsd" diff --git a/app-mobilephone/gnokii/gnokii-0.6.26-r2.ebuild b/app-mobilephone/gnokii/gnokii-0.6.26-r2.ebuild index f43cea2c84e2..9bfd72ef2b23 100644 --- a/app-mobilephone/gnokii/gnokii-0.6.26-r2.ebuild +++ b/app-mobilephone/gnokii/gnokii-0.6.26-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.26-r2.ebuild,v 1.2 2008/08/24 11:51:21 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.26-r2.ebuild,v 1.3 2008/08/31 07:13:53 mrness Exp $ WANT_AUTOMAKE="none" @@ -63,7 +63,7 @@ src_compile() { --enable-libpcsclite \ || die "configure failed" - emake -j1 || die "make failed" + emake || die "make failed" } src_install() { |