summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2011-02-07 18:51:57 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2011-02-07 18:51:57 +0000
commit38e842f12657f8b735a38b0fa8b7ca966eeba856 (patch)
tree6b408857b0bc8ebc18dc832db86750c5275a2284 /sci-physics
parentVersion bump via perl-bump experimental tool. (diff)
downloadgentoo-2-38e842f12657f8b735a38b0fa8b7ca966eeba856.tar.gz
gentoo-2-38e842f12657f8b735a38b0fa8b7ca966eeba856.tar.bz2
gentoo-2-38e842f12657f8b735a38b0fa8b7ca966eeba856.zip
Fixed a forgotten flag, thanks Rafal Lalik bug #353740
(Portage version: 2.1.9.36/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/geant/ChangeLog5
-rw-r--r--sci-physics/geant/geant-4.9.4.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-physics/geant/ChangeLog b/sci-physics/geant/ChangeLog
index bb5a868960d6..ade0a7974de9 100644
--- a/sci-physics/geant/ChangeLog
+++ b/sci-physics/geant/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-physics/geant
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v 1.44 2011/01/22 02:28:43 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v 1.45 2011/02/07 18:51:57 bicatali Exp $
+
+ 07 Feb 2011; Sébastien Fabbro <bicatali@gentoo.org> geant-4.9.4.ebuild:
+ Fixed a forgotten flag, thanks Rafal Lalik bug #353740
*geant-4.9.4 (22 Jan 2011)
diff --git a/sci-physics/geant/geant-4.9.4.ebuild b/sci-physics/geant/geant-4.9.4.ebuild
index e42d2cff05a8..264d9b9dc810 100644
--- a/sci-physics/geant/geant-4.9.4.ebuild
+++ b/sci-physics/geant/geant-4.9.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.4.ebuild,v 1.1 2011/01/22 02:28:43 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.4.ebuild,v 1.2 2011/02/07 18:51:57 bicatali Exp $
EAPI=3
@@ -53,7 +53,7 @@ src_configure() {
$(cmake-utils_use_enable gdml GEANT4_USE_GDML)
$(cmake-utils_use_enable geant3 GEANT4_USE_GEANT3TOGEANT4)
$(cmake-utils_use_enable granular GEANT4_BUILD_GRANULAR_BUILD)
- $(cmake-utils_use_enable dawn GEANT4_USE_NETWORKVRML)
+ $(cmake-utils_use_enable vrml GEANT4_USE_NETWORKVRML)
$(cmake-utils_use_enable qt4 GEANT4_USE_QT)
$(cmake-utils_use_enable zlib GEANT4_USE_SYSTEM_ZLIB)
$(cmake-utils_use_build static-libs STATIC_LIBS)