From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9BAE4139695 for ; Sat, 20 May 2017 09:52:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08CACE0E7B; Sat, 20 May 2017 09:52:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DAD64E0E7B for ; Sat, 20 May 2017 09:52:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B85D03416B5 for ; Sat, 20 May 2017 09:52:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2393A7459 for ; Sat, 20 May 2017 09:52:01 +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: <1495273919.277720f7c8bbdb11e714fe05193d6ddaf73b0ebd.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/openbabel-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild X-VCS-Directories: sci-chemistry/openbabel-python/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 277720f7c8bbdb11e714fe05193d6ddaf73b0ebd X-VCS-Branch: master Date: Sat, 20 May 2017 09:52:01 +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: be78eb8c-df04-4ede-a0db-df3a63756cde X-Archives-Hash: e07b99ddb9769f3e56dfc857c63a7959 commit: 277720f7c8bbdb11e714fe05193d6ddaf73b0ebd Author: Justin Lecher gentoo org> AuthorDate: Sat May 20 09:40:34 2017 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat May 20 09:51:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=277720f7 sci-chemistry/openbabel-python: Fix sandbox issue Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=618956 Package-Manager: Portage-2.3.5, Repoman-2.3.2 Signed-off-by: Justin Lecher gentoo.org> sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild b/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild index e5b17f311bc..1e84b3a8794 100644 --- a/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild +++ b/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild @@ -61,6 +61,7 @@ src_configure() { -DPYTHON_INCLUDE_PATH="$(python_get_includedir)" -DPYTHON_LIBRARY="$(python_get_library_path)" -DENABLE_TESTS=ON + -DCMAKE_INSTALL_PREFIX="${D}" ) cmake-utils_src_configure