summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2012-02-23 17:04:57 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2012-02-23 17:04:57 +0000
commitf37deef5f09dec0f2959f9f3d2ad74765c47f616 (patch)
tree0510d4912daeef6526b185398f17cf3d1d95292a /sci-physics
parentStable for HPPA (bug #404727). (diff)
downloadgentoo-2-f37deef5f09dec0f2959f9f3d2ad74765c47f616.tar.gz
gentoo-2-f37deef5f09dec0f2959f9f3d2ad74765c47f616.tar.bz2
gentoo-2-f37deef5f09dec0f2959f9f3d2ad74765c47f616.zip
Fix dependency on app-doc/doxygen wrt converting useflag 'nodot' to 'dot'. Fixes bug 405455 by Marien Zwart <marienz@gentoo.org>
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/espresso/ChangeLog8
-rw-r--r--sci-physics/espresso/espresso-3.0.2.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/sci-physics/espresso/ChangeLog b/sci-physics/espresso/ChangeLog
index 6690906a589a..4df572ce4f90 100644
--- a/sci-physics/espresso/ChangeLog
+++ b/sci-physics/espresso/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-physics/espresso
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso/ChangeLog,v 1.4 2011/11/27 21:09:29 ottxor Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso/ChangeLog,v 1.5 2012/02/23 17:04:57 xarthisius Exp $
+
+ 23 Feb 2012; Kacper Kowalik <xarthisius@gentoo.org> espresso-3.0.2.ebuild:
+ Fix dependency on app-doc/doxygen wrt converting useflag 'nodot' to 'dot'.
+ Fixes bug 405455 by Marien Zwart <marienz@gentoo.org>
*espresso-3.0.2 (27 Nov 2011)
diff --git a/sci-physics/espresso/espresso-3.0.2.ebuild b/sci-physics/espresso/espresso-3.0.2.ebuild
index e6a1ad825c2f..3fa1fc0264f5 100644
--- a/sci-physics/espresso/espresso-3.0.2.ebuild
+++ b/sci-physics/espresso/espresso-3.0.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# 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.0.2.ebuild,v 1.1 2011/11/27 21:09:29 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso/espresso-3.0.2.ebuild,v 1.2 2012/02/23 17:04:57 xarthisius Exp $
EAPI=4
@@ -34,7 +34,7 @@ RDEPEND="
DEPEND="${RDEPEND}
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 )