From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 30DC713827E for ; Sun, 8 Dec 2013 17:39:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56541E09EF; Sun, 8 Dec 2013 17:39:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 960DEE09EB for ; Sun, 8 Dec 2013 17:39:30 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1A6233F4F0 for ; Sun, 8 Dec 2013 17:39:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7EC2EE55FE for ; Sun, 8 Dec 2013 17:39:28 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1386524208.010921609748a8198bde3be0061201c125613937.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/xraylib/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/xraylib/xraylib-2.16.0.ebuild X-VCS-Directories: sci-libs/xraylib/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 010921609748a8198bde3be0061201c125613937 X-VCS-Branch: master Date: Sun, 8 Dec 2013 17:39:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 88c174ff-154d-4688-af4d-c8b59a361485 X-Archives-Hash: 57f163373a7c56febb494688060bffc3 commit: 010921609748a8198bde3be0061201c125613937 Author: Chris Kerr cam ac uk> AuthorDate: Wed Dec 4 08:33:59 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Dec 8 17:36:48 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=01092160 Changes suggested by @jlec --- sci-libs/xraylib/xraylib-2.16.0.ebuild | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/sci-libs/xraylib/xraylib-2.16.0.ebuild b/sci-libs/xraylib/xraylib-2.16.0.ebuild index b54c66f..c5cd4c6 100644 --- a/sci-libs/xraylib/xraylib-2.16.0.ebuild +++ b/sci-libs/xraylib/xraylib-2.16.0.ebuild @@ -4,7 +4,6 @@ EAPI=5 -AUTOTOOLS_IN_SOURCE_BUILD=1 AUTOTOOLS_AUTORECONF=true FORTRAN_NEEDED=fortran FORTRAN_STANDARD=2003 @@ -41,8 +40,8 @@ pkg_setup() { } src_prepare() { - autotools-utils_src_prepare java-pkg-opt-2_src_prepare + autotools-utils_src_prepare } src_configure() { @@ -59,12 +58,11 @@ src_configure() { } src_compile() { - if use fortran || use java - then # see https://github.com/tschoonj/xraylib/issues/11 - emake -j1 - else - emake + # see https://github.com/tschoonj/xraylib/issues/11 + if use fortran || use java; then + MAKEOPTS+="-j1" fi + autotools-utils_src_compile } src_install() {