diff options
Diffstat (limited to 'sci-physics/espresso')
-rw-r--r-- | sci-physics/espresso/ChangeLog | 8 | ||||
-rw-r--r-- | sci-physics/espresso/espresso-3.0.2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sci-physics/espresso/ChangeLog b/sci-physics/espresso/ChangeLog index 6690906a589a..4df572ce4f90 100644 --- a/sci-physics/espresso/ChangeLog +++ b/sci-physics/espresso/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-physics/espresso -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso/ChangeLog,v 1.4 2011/11/27 21:09:29 ottxor Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso/ChangeLog,v 1.5 2012/02/23 17:04:57 xarthisius Exp $ + + 23 Feb 2012; Kacper Kowalik <xarthisius@gentoo.org> espresso-3.0.2.ebuild: + Fix dependency on app-doc/doxygen wrt converting useflag 'nodot' to 'dot'. + Fixes bug 405455 by Marien Zwart <marienz@gentoo.org> *espresso-3.0.2 (27 Nov 2011) diff --git a/sci-physics/espresso/espresso-3.0.2.ebuild b/sci-physics/espresso/espresso-3.0.2.ebuild index e6a1ad825c2f..3fa1fc0264f5 100644 --- a/sci-physics/espresso/espresso-3.0.2.ebuild +++ b/sci-physics/espresso/espresso-3.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso/espresso-3.0.2.ebuild,v 1.1 2011/11/27 21:09:29 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso/espresso-3.0.2.ebuild,v 1.2 2012/02/23 17:04:57 xarthisius Exp $ EAPI=4 @@ -34,7 +34,7 @@ RDEPEND=" DEPEND="${RDEPEND} 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 ) |