diff options
Diffstat (limited to 'app-doc/doxygen/doxygen-1.5.4.ebuild')
-rw-r--r-- | app-doc/doxygen/doxygen-1.5.4.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-doc/doxygen/doxygen-1.5.4.ebuild b/app-doc/doxygen/doxygen-1.5.4.ebuild index c1e1c87ab4e8..575b75c36d5f 100644 --- a/app-doc/doxygen/doxygen-1.5.4.ebuild +++ b/app-doc/doxygen/doxygen-1.5.4.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.5.4.ebuild,v 1.14 2008/07/04 02:22:01 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.5.4.ebuild,v 1.15 2008/07/29 08:43:12 carlo Exp $ + +EAPI=1 inherit eutils flag-o-matic toolchain-funcs qt3 fdo-mime @@ -13,7 +15,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="debug doc nodot qt3 latex elibc_FreeBSD" -RDEPEND="qt3? ( $(qt_min_version 3.3) ) +RDEPEND="qt3? ( x11-libs/qt:3 ) latex? ( virtual/latex-base ) dev-lang/python virtual/libiconv |