From 49fd3a703e04b8cd609753cbd929d45375245aed Mon Sep 17 00:00:00 2001 From: Kacper Kowalik Date: Thu, 23 Feb 2012 17:01:36 +0000 Subject: Fix dependency on app-doc/doxygen wrt converting useflags 'nodot' to 'dot'. Fixes bug 405451 by Marien Zwart (Portage version: 2.2.0_alpha86/cvs/Linux x86_64) --- sci-chemistry/votca-csg/ChangeLog | 6 +++++- sci-chemistry/votca-csg/votca-csg-1.2.2.ebuild | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'sci-chemistry') 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 votca-csg-1.2.2.ebuild: + Fix dependency on app-doc/doxygen wrt converting useflags 'nodot' to 'dot'. + Fixes bug 405451 by Marien Zwart 05 Feb 2012; Christoph Junghans -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[dot] ) ) >=app-text/txt2tags-2.5 dev-util/pkgconfig" -- cgit v1.2.3-65-gdbad