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 0E63B138A1A for ; Thu, 22 Jan 2015 00:09:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE9B0E0904; Thu, 22 Jan 2015 00:09:45 +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 614ABE08F6 for ; Thu, 22 Jan 2015 00:09:44 +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 063B1340728 for ; Thu, 22 Jan 2015 00:09:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6AA41017F for ; Thu, 22 Jan 2015 00:09:40 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1421863772.9e24f8dfa38efc1e727175425552d03f67d0b6ce.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/dealii/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/dealii/ChangeLog sci-libs/dealii/dealii-9999.ebuild X-VCS-Directories: sci-libs/dealii/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 9e24f8dfa38efc1e727175425552d03f67d0b6ce X-VCS-Branch: master Date: Thu, 22 Jan 2015 00:09:40 +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: b32c2ba7-e4b7-4c63-80fb-58a7794bb2a0 X-Archives-Hash: 58103063d0db05fca96f26d758e57275 commit: 9e24f8dfa38efc1e727175425552d03f67d0b6ce Author: Matthias Maier gentoo org> AuthorDate: Wed Jan 21 18:09:32 2015 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Wed Jan 21 18:09:32 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9e24f8df sci-libs/dealii - fix typo in live ebuild Package-Manager: portage-2.2.15 --- sci-libs/dealii/ChangeLog | 3 +++ sci-libs/dealii/dealii-9999.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-libs/dealii/ChangeLog b/sci-libs/dealii/ChangeLog index c307156..7a8398c 100644 --- a/sci-libs/dealii/ChangeLog +++ b/sci-libs/dealii/ChangeLog @@ -3,6 +3,9 @@ # $Header: $ 21 Jan 2015; Matthias Maier dealii-9999.ebuild: + sci-libs/dealii - fix typo in live ebuild + + 21 Jan 2015; Matthias Maier dealii-9999.ebuild: sci-libs/dealii - update live ebuild *dealii-8.2.1 (14 Jan 2015) diff --git a/sci-libs/dealii/dealii-9999.ebuild b/sci-libs/dealii/dealii-9999.ebuild index 1716b48..01a7a1c 100644 --- a/sci-libs/dealii/dealii-9999.ebuild +++ b/sci-libs/dealii/dealii-9999.ebuild @@ -73,7 +73,7 @@ src_configure() { -DDEAL_II_ALLOW_PLATFORM_INTROSPECTION=OFF -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=OFF -DDEAL_II_LIBRARY_RELDIR="$(get_libdir)" - -DCMAKE_SHARE_RELDIR="share/${PN}" + -DDEAL_II_SHARE_RELDIR="share/${PN}" -DDEAL_II_DOCREADME_RELDIR="share/doc/${P}" -DDEAL_II_EXAMPLES_RELDIR="share/doc/${P}/examples" -DDEAL_II_WITH_BZIP2=ON