aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 )