diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2012-03-24 16:46:12 -0600 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2012-03-24 16:46:12 -0600 |
commit | 447a8be03906f12aaebbef365e9321bb56221c2b (patch) | |
tree | fecc64c7cb094fa30d7989d14109075fc085fc87 | |
parent | Fixes bug #405455, again (diff) | |
download | sci-447a8be03906f12aaebbef365e9321bb56221c2b.tar.gz sci-447a8be03906f12aaebbef365e9321bb56221c2b.tar.bz2 sci-447a8be03906f12aaebbef365e9321bb56221c2b.zip |
Fixes bug #405455, again
(Portage version: 2.2.0_alpha95/git/Linux i686, unsigned Manifest commit)
-rw-r--r-- | sci-chemistry/votca-csg/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/votca-csg/votca-csg-9999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/votca-csg/ChangeLog b/sci-chemistry/votca-csg/ChangeLog index c5c213863..ed1263a7e 100644 --- a/sci-chemistry/votca-csg/ChangeLog +++ b/sci-chemistry/votca-csg/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-chemistry/votca-csg -# 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-csg-9999.ebuild: + Fixes bug #405455, again + 05 Nov 2011; Christoph Junghans <ottxor@gentoo.org> votca-csg-9999.ebuild: multilib support diff --git a/sci-chemistry/votca-csg/votca-csg-9999.ebuild b/sci-chemistry/votca-csg/votca-csg-9999.ebuild index 0f2173e14..29446815d 100644 --- a/sci-chemistry/votca-csg/votca-csg-9999.ebuild +++ b/sci-chemistry/votca-csg/votca-csg-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: $ @@ -36,7 +36,7 @@ RDEPEND="=sci-libs/votca-tools-${PV}[system-boost=] app-shells/bash" 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" |