diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2012-03-24 22:38:49 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2012-03-24 22:38:49 +0000 |
commit | be61cfc48fc1d6b3a70d8baa892a581d4f87dfae (patch) | |
tree | 4e33902f1003aaeafa5627c300a9af7064bdfd71 /sci-physics/espresso | |
parent | Per Arfrever, add setuptools dependency. (diff) | |
download | gentoo-2-be61cfc48fc1d6b3a70d8baa892a581d4f87dfae.tar.gz gentoo-2-be61cfc48fc1d6b3a70d8baa892a581d4f87dfae.tar.bz2 gentoo-2-be61cfc48fc1d6b3a70d8baa892a581d4f87dfae.zip |
Fixes bug #405455, again
(Portage version: 2.2.0_alpha95/cvs/Linux i686)
Diffstat (limited to 'sci-physics/espresso')
-rw-r--r-- | sci-physics/espresso/ChangeLog | 5 | ||||
-rw-r--r-- | sci-physics/espresso/espresso-3.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-physics/espresso/ChangeLog b/sci-physics/espresso/ChangeLog index ead069aeaca2..83135113803d 100644 --- a/sci-physics/espresso/ChangeLog +++ b/sci-physics/espresso/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/espresso # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso/ChangeLog,v 1.6 2012/03/22 03:45:19 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso/ChangeLog,v 1.7 2012/03/24 22:38:49 ottxor Exp $ + + 24 Mar 2012; Christoph Junghans <ottxor@gentoo.org> espresso-3.1.0.ebuild: + Fixes bug #405455, again *espresso-3.1.0 (22 Mar 2012) diff --git a/sci-physics/espresso/espresso-3.1.0.ebuild b/sci-physics/espresso/espresso-3.1.0.ebuild index 6f06b12c6b90..2ffef264cb0d 100644 --- a/sci-physics/espresso/espresso-3.1.0.ebuild +++ b/sci-physics/espresso/espresso-3.1.0.ebuild @@ -1,6 +1,6 @@ # 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.1.0.ebuild,v 1.1 2012/03/22 03:45:19 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso/espresso-3.1.0.ebuild,v 1.2 2012/03/24 22:38:49 ottxor Exp $ EAPI=4 @@ -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 ) |