diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-02-23 17:01:36 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-02-23 17:01:36 +0000 |
commit | 49fd3a703e04b8cd609753cbd929d45375245aed (patch) | |
tree | 61e3bce71c5233112c1699cac90f7c11224b495e /sci-chemistry | |
parent | Fix dependency on app-doc/doxygen wrt converting useflags 'nodot' to 'dot'. F... (diff) | |
download | gentoo-2-49fd3a703e04b8cd609753cbd929d45375245aed.tar.gz gentoo-2-49fd3a703e04b8cd609753cbd929d45375245aed.tar.bz2 gentoo-2-49fd3a703e04b8cd609753cbd929d45375245aed.zip |
Fix dependency on app-doc/doxygen wrt converting useflags 'nodot' to 'dot'. Fixes bug 405451 by Marien Zwart <marienz@gentoo.org>
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/votca-csg/ChangeLog | 6 | ||||
-rw-r--r-- | sci-chemistry/votca-csg/votca-csg-1.2.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-chemistry/votca-csg/ChangeLog b/sci-chemistry/votca-csg/ChangeLog index e77098efb211..7fdff566e913 100644 --- a/sci-chemistry/votca-csg/ChangeLog +++ b/sci-chemistry/votca-csg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/votca-csg # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/ChangeLog,v 1.17 2012/02/05 01:14:07 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/ChangeLog,v 1.18 2012/02/23 17:01:36 xarthisius Exp $ + + 23 Feb 2012; Kacper Kowalik <xarthisius@gentoo.org> votca-csg-1.2.2.ebuild: + Fix dependency on app-doc/doxygen wrt converting useflags 'nodot' to 'dot'. + Fixes bug 405451 by Marien Zwart <marienz@gentoo.org> 05 Feb 2012; Christoph Junghans <ottxor@gentoo.org> -votca-csg-1.2.1.ebuild: remove old diff --git a/sci-chemistry/votca-csg/votca-csg-1.2.2.ebuild b/sci-chemistry/votca-csg/votca-csg-1.2.2.ebuild index 3b187bd13253..fb9a4eb030e5 100644 --- a/sci-chemistry/votca-csg/votca-csg-1.2.2.ebuild +++ b/sci-chemistry/votca-csg/votca-csg-1.2.2.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-chemistry/votca-csg/votca-csg-1.2.2.ebuild,v 1.5 2012/01/25 10:20:54 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/votca-csg-1.2.2.ebuild,v 1.6 2012/02/23 17:01:36 xarthisius Exp $ EAPI=4 @@ -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" |