diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2012-03-24 16:45:12 -0600 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2012-03-24 16:45:12 -0600 |
commit | db55b7cbf9fc8bddd2f7e562eecab0e2adacaa9e (patch) | |
tree | 81bb4774e1649e9c9f4f35c0b2c79e588c37c986 | |
parent | Fixes bug #405455, again (diff) | |
download | sci-db55b7cbf9fc8bddd2f7e562eecab0e2adacaa9e.tar.gz sci-db55b7cbf9fc8bddd2f7e562eecab0e2adacaa9e.tar.bz2 sci-db55b7cbf9fc8bddd2f7e562eecab0e2adacaa9e.zip |
Fixes bug #405455, again
(Portage version: 2.2.0_alpha95/git/Linux i686, unsigned Manifest commit)
-rw-r--r-- | sci-libs/votca-tools/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/votca-tools/votca-tools-9999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/votca-tools/ChangeLog b/sci-libs/votca-tools/ChangeLog index 1c72cc111..2b6ae691e 100644 --- a/sci-libs/votca-tools/ChangeLog +++ b/sci-libs/votca-tools/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-libs/votca-tools -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 24 Mar 2012; Christoph Junghans <ottxor@gentoo.org> votca-tools-9999.ebuild: + Fixes bug #405455, again + 05 Nov 2011; Christoph Junghans <ottxor@gentoo.org> votca-tools-9999.ebuild: EAPI bump + multilib support diff --git a/sci-libs/votca-tools/votca-tools-9999.ebuild b/sci-libs/votca-tools/votca-tools-9999.ebuild index ccda98173..4004aee78 100644 --- a/sci-libs/votca-tools/votca-tools-9999.ebuild +++ b/sci-libs/votca-tools/votca-tools-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -33,7 +33,7 @@ RDEPEND="fftw? ( sci-libs/fftw:3.0 ) sqlite? ( dev-db/sqlite:3 )" DEPEND="${RDEPEND} - doc? ( app-doc/doxygen[-nodot] ) + doc? ( || ( <app-doc/doxygen-1.7.6.1[-nodot] >=app-doc/doxygen-1.7.6.1[dot] ) ) >=app-text/txt2tags-2.5 dev-util/pkgconfig" |