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 A54F31382C5 for ; Thu, 24 May 2018 02:26:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 658F1E077D; Thu, 24 May 2018 02:26:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 40F8CE077D for ; Thu, 24 May 2018 02:26:22 +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 6E65D335C0C for ; Thu, 24 May 2018 02:26:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89AD929E for ; Thu, 24 May 2018 02:26:18 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1527128768.131dffdf4f716ebdcde8ba3b44ab8fbe2ff85a97.tamiko@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/dealii/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/dealii/dealii-9.0.0.ebuild sci-libs/dealii/dealii-9999.ebuild X-VCS-Directories: sci-libs/dealii/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 131dffdf4f716ebdcde8ba3b44ab8fbe2ff85a97 X-VCS-Branch: master Date: Thu, 24 May 2018 02:26:18 +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: 234d94ec-d2b9-401a-8434-995227faea8e X-Archives-Hash: d7a5db6c9227ad6b9213b5b4b26c5cd0 commit: 131dffdf4f716ebdcde8ba3b44ab8fbe2ff85a97 Author: Matthias Maier gentoo org> AuthorDate: Thu May 24 02:26:08 2018 +0000 Commit: Matthias Maier gentoo org> CommitDate: Thu May 24 02:26:08 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=131dffdf sci-libs/dealii: remove superfluous configuration options Package-Manager: Portage-2.3.38, Repoman-2.3.9 sci-libs/dealii/dealii-9.0.0.ebuild | 1 - sci-libs/dealii/dealii-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/sci-libs/dealii/dealii-9.0.0.ebuild b/sci-libs/dealii/dealii-9.0.0.ebuild index 239cbd9bc..a41b1b2d0 100644 --- a/sci-libs/dealii/dealii-9.0.0.ebuild +++ b/sci-libs/dealii/dealii-9.0.0.ebuild @@ -92,7 +92,6 @@ src_configure() { -DDEAL_II_EXAMPLES_RELDIR="share/doc/${P}/examples" -DDEAL_II_LIBRARY_RELDIR="$(get_libdir)" -DDEAL_II_SHARE_RELDIR="share/${PN}" - -DDEAL_II_WITH_BZIP2=ON -DDEAL_II_WITH_ZLIB=ON -DDEAL_II_WITH_ADOLC="$(usex adolc)" -DDEAL_II_WITH_ASSIMP="$(usex assimp)" diff --git a/sci-libs/dealii/dealii-9999.ebuild b/sci-libs/dealii/dealii-9999.ebuild index 6992d107a..06c63c906 100644 --- a/sci-libs/dealii/dealii-9999.ebuild +++ b/sci-libs/dealii/dealii-9999.ebuild @@ -92,7 +92,6 @@ src_configure() { -DDEAL_II_EXAMPLES_RELDIR="share/doc/${P}/examples" -DDEAL_II_LIBRARY_RELDIR="$(get_libdir)" -DDEAL_II_SHARE_RELDIR="share/${PN}" - -DDEAL_II_WITH_BZIP2=ON -DDEAL_II_WITH_ZLIB=ON -DDEAL_II_WITH_ADOLC="$(usex adolc)" -DDEAL_II_WITH_ASSIMP="$(usex assimp)"