aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2012-03-24 16:42:15 -0600
committerChristoph Junghans <ottxor@gentoo.org>2012-03-24 16:42:15 -0600
commit8f0205d3d24a59f0363763c24db1edf513e9b91e (patch)
treefecba0179bd0235057f1869a12fef19eb32ef4e4
parent[sci-libs/openblas] Updated patch and removed useless and unclear ewarn. (diff)
downloadsci-8f0205d3d24a59f0363763c24db1edf513e9b91e.tar.gz
sci-8f0205d3d24a59f0363763c24db1edf513e9b91e.tar.bz2
sci-8f0205d3d24a59f0363763c24db1edf513e9b91e.zip
Fixes bug #405455, again
(Portage version: 2.2.0_alpha95/git/Linux i686, unsigned Manifest commit)
-rw-r--r--sci-physics/espresso/ChangeLog3
-rw-r--r--sci-physics/espresso/espresso-9999.ebuild2
2 files changed, 4 insertions, 1 deletions
diff --git a/sci-physics/espresso/ChangeLog b/sci-physics/espresso/ChangeLog
index cbb451433..412cdd4e5 100644
--- a/sci-physics/espresso/ChangeLog
+++ b/sci-physics/espresso/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 24 Mar 2012; Christoph Junghans <ottxor@gentoo.org> espresso-9999.ebuild:
+ Fixes bug #405455, again
+
22 Mar 2012; Christoph Junghans <ottxor@gentoo.org> espresso-9999.ebuild:
version bump
diff --git a/sci-physics/espresso/espresso-9999.ebuild b/sci-physics/espresso/espresso-9999.ebuild
index c8ba5bd9a..6305fa5db 100644
--- a/sci-physics/espresso/espresso-9999.ebuild
+++ b/sci-physics/espresso/espresso-9999.ebuild
@@ -35,7 +35,7 @@ RDEPEND="
DEPEND="${RDEPEND}
dev-lang/python
doc? (
- app-doc/doxygen[-nodot]
+ || ( <app-doc/doxygen-1.7.6.1[-nodot] >=app-doc/doxygen-1.7.6.1[dot] )
virtual/latex-base )"
DOCS=( AUTHORS NEWS README ChangeLog )