diff options
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/abinit/ChangeLog | 3 | ||||
-rw-r--r-- | sci-physics/abinit/abinit-6.12.1.ebuild | 7 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sci-physics/abinit/ChangeLog b/sci-physics/abinit/ChangeLog index 7255b062d..5af127920 100644 --- a/sci-physics/abinit/ChangeLog +++ b/sci-physics/abinit/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 23 Mar 2012; Honza Macháček <Hloupy.Honza@centrum.cz> abinit-6.12.1.ebuild: + Fortran setup improvement in 6.12.1 ebuild corrected, gui preparation corrected. + 23 Mar 2012; Honza Macháček <Hloupy.Honza@centrum.cz> abinit-6.12.1.ebuild, metadata.xml: Metadata updated, fortran setup in 6.12.1 ebuild improved. diff --git a/sci-physics/abinit/abinit-6.12.1.ebuild b/sci-physics/abinit/abinit-6.12.1.ebuild index 653a6ec03..59f0f98b8 100644 --- a/sci-physics/abinit/abinit-6.12.1.ebuild +++ b/sci-physics/abinit/abinit-6.12.1.ebuild @@ -4,7 +4,7 @@ EAPI="4" -inherit autotools-utils fortran-2 multilib toolchain-funcs +inherit autotools-utils flag-o-matic fortran-2 multilib toolchain-funcs DESCRIPTION="Find total energy, charge density and electronic structure using density functional theory" HOMEPAGE="http://www.abinit.org/" @@ -116,9 +116,8 @@ src_prepare() { if use gui; then epatch "${FILESDIR}"/6.12.1-gui-conf.patch -# pushd "${S}"/gui - pushd "${AUTOTOOLS_BUILD_DIR}" > /dev/null - "${S}"/gui/autogen.sh + pushd "${S}"/gui > /dev/null + ./autogen.sh popd fi } |