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-physics/elk
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-physics/elk')
-rw-r--r--sci-physics/elk/ChangeLog4
-rw-r--r--sci-physics/elk/elk-1.4.22.ebuild2
2 files changed, 5 insertions, 1 deletions
diff --git a/sci-physics/elk/ChangeLog b/sci-physics/elk/ChangeLog
index 28ac97dff..2a837bcdd 100644
--- a/sci-physics/elk/ChangeLog
+++ b/sci-physics/elk/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 18 Jun 2013; Honza Macháček <Hloupy.Honza@centrum.cz> elk-1.4.22.ebuild:
+ The dependency on sci-libs/libxc adapted to its recent change in the upgrade
+ of sci-physics/abinit & friends.
+
21 Feb 2013; Justin Lecher <jlec@gentoo.org> elk-1.4.22.ebuild:
Use tc-getPKG_CONFIG from toolchain-funcs.eclass instead of plain pkg-config;
add missing dep on virtual/pkgconfig; cleaning of ebuild
diff --git a/sci-physics/elk/elk-1.4.22.ebuild b/sci-physics/elk/elk-1.4.22.ebuild
index ab7cd8dcd..5e99d05d3 100644
--- a/sci-physics/elk/elk-1.4.22.ebuild
+++ b/sci-physics/elk/elk-1.4.22.ebuild
@@ -19,7 +19,7 @@ RDEPEND="
lapack? (
virtual/blas
virtual/lapack )
- libxc? ( =sci-libs/libxc-1*[fortran] )
+ libxc? ( >=sci-libs/libxc-1.2.0-r1[fortran] )
mpi? ( virtual/mpi )"
DEPEND="${RDEPEND}
perl? ( dev-lang/perl )