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 34F3B1388BF for ; Wed, 6 Jan 2016 07:53:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 930CDE0872; Wed, 6 Jan 2016 07:53:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 05852E086F for ; Wed, 6 Jan 2016 07:53:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EB30E340A61 for ; Wed, 6 Jan 2016 07:53:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2A28CFE for ; Wed, 6 Jan 2016 07:53:09 +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: <1452065208.f1c4863a854b6b11ce4dd142cf1208a959f752ee.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/openbabel-java/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/openbabel-java/metadata.xml sci-chemistry/openbabel-java/openbabel-java-9999.ebuild X-VCS-Directories: sci-chemistry/openbabel-java/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: f1c4863a854b6b11ce4dd142cf1208a959f752ee X-VCS-Branch: master Date: Wed, 6 Jan 2016 07:53:09 +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: 1001e22b-87a4-4670-a9d0-b3b2b84a3617 X-Archives-Hash: ba49c84b42950bacc37feca8040fbd69 commit: f1c4863a854b6b11ce4dd142cf1208a959f752ee Author: Justin Lecher gentoo org> AuthorDate: Wed Jan 6 07:26:48 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Jan 6 07:26:48 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f1c4863a sci-chemistry/openbabel-java: Respect CXXFLAGS Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> sci-chemistry/openbabel-java/metadata.xml | 2 +- sci-chemistry/openbabel-java/openbabel-java-9999.ebuild | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/openbabel-java/metadata.xml b/sci-chemistry/openbabel-java/metadata.xml index 9de1810..62495c4 100644 --- a/sci-chemistry/openbabel-java/metadata.xml +++ b/sci-chemistry/openbabel-java/metadata.xml @@ -1,4 +1,4 @@ - + sci-chemistry diff --git a/sci-chemistry/openbabel-java/openbabel-java-9999.ebuild b/sci-chemistry/openbabel-java/openbabel-java-9999.ebuild index 5bb2823..edad318 100644 --- a/sci-chemistry/openbabel-java/openbabel-java-9999.ebuild +++ b/sci-chemistry/openbabel-java/openbabel-java-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -30,6 +30,7 @@ src_configure() { local mycmakeargs=( -DCMAKE_INSTALL_RPATH= -DBINDINGS_ONLY=ON + -DOPTIMIZE_NATIVE=OFF -DBABEL_SYSTEM_LIBRARY="${EPREFIX}"/usr/$(get_libdir)/libopenbabel.so -DOB_MODULE_PATH="${EPREFIX}"/usr/$(get_libdir)/openbabel/"${PV}" -DLIB_INSTALL_DIR="${S}"/$(get_libdir)