aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHonza Macháček <Hloupy.Honza@centrum.cz>2013-06-18 15:54:29 +0200
committerHonza Macháček <Hloupy.Honza@centrum.cz>2013-06-18 15:54:29 +0200
commit83a6f8e906f3701f214c034c05285f7106cc5413 (patch)
tree48cdc250b87bae94a68d1f444ec97da057623f9c /sci-chemistry/freeon/freeon-9999.ebuild
parentMerge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/sci (diff)
parentsci-chemistry/modeller: Fix broken symlink, #473680 (diff)
downloadsci-83a6f8e906f3701f214c034c05285f7106cc5413.tar.gz
sci-83a6f8e906f3701f214c034c05285f7106cc5413.tar.bz2
sci-83a6f8e906f3701f214c034c05285f7106cc5413.zip
The dependency of several packages on sci-libs/libxc modified to reflect correctly the recent change in the upgrade of sci-physics/abinit & friends.
Diffstat (limited to 'sci-chemistry/freeon/freeon-9999.ebuild')
-rw-r--r--sci-chemistry/freeon/freeon-9999.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/sci-chemistry/freeon/freeon-9999.ebuild b/sci-chemistry/freeon/freeon-9999.ebuild
index 369e063f8..6d02d9380 100644
--- a/sci-chemistry/freeon/freeon-9999.ebuild
+++ b/sci-chemistry/freeon/freeon-9999.ebuild
@@ -31,11 +31,8 @@ DEPEND="${DEPEND}
virtual/pkgconfig"
src_prepare() {
- # Get rid of the obsolete internal hdf5
- rm -r "${S}"/Modules/hdf5-1.8.3
- # as well as of the internal lapack
- rm -r "${S}"/Modules/lapack
- epatch "${FILESDIR}"/"${P}"-no_internal_libs.patch
+ # Prevent the obsolete internal hdf5 breaking autoconf
+ epatch "${FILESDIR}"/"${P}"-no_internal_hdf5.patch
eautoreconf
}