diff options
-rw-r--r-- | sci-physics/espresso/ChangeLog | 3 | ||||
-rw-r--r-- | sci-physics/espresso/espresso-9999.ebuild | 2 |
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 ) |