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 0C155139696 for ; Sat, 3 Jun 2017 19:36:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F8B7E0BEB; Sat, 3 Jun 2017 19:36:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2AB59E0BEB for ; Sat, 3 Jun 2017 19:36:48 +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 2BF0034185E for ; Sat, 3 Jun 2017 19:36:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F5F57472 for ; Sat, 3 Jun 2017 19:36:45 +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: <1496518602.a9e72a0c87910addfaa4fd8e48a9db9b68c7aca2.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/molsketch/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/molsketch/molsketch-0.4.1-r1.ebuild sci-chemistry/molsketch/molsketch-0.4.1.ebuild X-VCS-Directories: sci-chemistry/molsketch/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: a9e72a0c87910addfaa4fd8e48a9db9b68c7aca2 X-VCS-Branch: master Date: Sat, 3 Jun 2017 19:36:45 +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: 63090c21-b29c-493d-9bfa-6f2bbd53028a X-Archives-Hash: 186876ed62bd3ef0043e969699c33297 commit: a9e72a0c87910addfaa4fd8e48a9db9b68c7aca2 Author: Justin Lecher gentoo org> AuthorDate: Sat Jun 3 18:54:56 2017 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Jun 3 19:36:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9e72a0c sci-chemistry/molsketch: Fix installation location Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=620494 Package-Manager: Portage-2.3.6, Repoman-2.3.2 Signed-off-by: Justin Lecher gentoo.org> .../molsketch/{molsketch-0.4.1.ebuild => molsketch-0.4.1-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-chemistry/molsketch/molsketch-0.4.1.ebuild b/sci-chemistry/molsketch/molsketch-0.4.1-r1.ebuild similarity index 97% rename from sci-chemistry/molsketch/molsketch-0.4.1.ebuild rename to sci-chemistry/molsketch/molsketch-0.4.1-r1.ebuild index 1cd4ab221ee..c34e60a0106 100644 --- a/sci-chemistry/molsketch/molsketch-0.4.1.ebuild +++ b/sci-chemistry/molsketch/molsketch-0.4.1-r1.ebuild @@ -48,6 +48,7 @@ src_configure() { -DOPENBABEL2_INCLUDE_DIR="${EPREFIX}/usr/include/openbabel-2.0" -DCMAKE_DISABLE_FIND_PACKAGE_KDE4=ON -DENABLE_TESTS=$(usex test "ON" "OFF") + -DMSK_INSTALL_PREFIX=/usr ) cmake-utils_src_configure }