commit: a54c1f382fcfa7efa82231aef8545fcb6e2af72e Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Fri Jul 3 15:22:34 2015 +0000 Commit: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org> CommitDate: Fri Jul 3 15:22:34 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a54c1f38
sci-libs/dealii - change the recorded version and soversion in the live build Package-Manager: portage-2.2.18 sci-libs/dealii/ChangeLog | 3 +++ sci-libs/dealii/dealii-9999.ebuild | 1 + 2 files changed, 4 insertions(+) diff --git a/sci-libs/dealii/ChangeLog b/sci-libs/dealii/ChangeLog index c900cbe..33cdaaa 100644 --- a/sci-libs/dealii/ChangeLog +++ b/sci-libs/dealii/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 03 Jul 2015; Matthias Maier <tam...@gentoo.org> dealii-9999.ebuild: + sci-libs/dealii - change the recorded version and soversion in the live build + 06 Jun 2015; Justin Lecher <j...@gentoo.org> dealii-8.1.0-r2.ebuild, dealii-8.2.1-r1.ebuild, dealii-9999.ebuild: sci-libs/dealii: Add SLOT operators diff --git a/sci-libs/dealii/dealii-9999.ebuild b/sci-libs/dealii/dealii-9999.ebuild index c00c383..f2617a7 100644 --- a/sci-libs/dealii/dealii-9999.ebuild +++ b/sci-libs/dealii/dealii-9999.ebuild @@ -68,6 +68,7 @@ src_configure() { local CMAKE_BUILD_TYPE=$(usex debug DebugRelease Release) local mycmakeargs=( + -DDEAL_II_PACKAGE_VERSION=9999 -DDEAL_II_ALLOW_AUTODETECTION=OFF -DDEAL_II_ALLOW_BUNDLED=OFF -DDEAL_II_ALLOW_PLATFORM_INTROSPECTION=OFF