summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2005-07-28 20:52:24 +0000
committerCaleb Tennis <caleb@gentoo.org>2005-07-28 20:52:24 +0000
commit8e2d58abfe4c64928c028b91663e84e11472632b (patch)
treefc24ed4b145c8cc7c89b35263b3b173e2b59f991 /app-doc/doxygen/doxygen-1.3.9.1.ebuild
parentinitial commit. Implementing CAPI, Lua and SLang support. (diff)
downloadgentoo-2-8e2d58abfe4c64928c028b91663e84e11472632b.tar.gz
gentoo-2-8e2d58abfe4c64928c028b91663e84e11472632b.tar.bz2
gentoo-2-8e2d58abfe4c64928c028b91663e84e11472632b.zip
Made qt dep explicit on qt3 per bug #100235
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-doc/doxygen/doxygen-1.3.9.1.ebuild')
-rw-r--r--app-doc/doxygen/doxygen-1.3.9.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/doxygen/doxygen-1.3.9.1.ebuild b/app-doc/doxygen/doxygen-1.3.9.1.ebuild
index 9fa0cde5cd0c..3302d343b6d4 100644
--- a/app-doc/doxygen/doxygen-1.3.9.1.ebuild
+++ b/app-doc/doxygen/doxygen-1.3.9.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.3.9.1.ebuild,v 1.13 2005/07/09 18:50:50 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.3.9.1.ebuild,v 1.14 2005/07/28 20:52:24 caleb Exp $
DESCRIPTION="Documentation and analysis tool for C++, C, Java, IDL, PHP and C#"
HOMEPAGE="http://www.doxygen.org/"
@@ -12,7 +12,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86"
IUSE="doc qt tetex"
RDEPEND="media-gfx/graphviz
- qt? ( x11-libs/qt )
+ qt? ( =x11-libs/qt-3* )
doc? ( tetex? ( virtual/tetex )
virtual/ghostscript )"
DEPEND=">=sys-apps/sed-4