diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-07-25 18:00:21 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-07-25 18:00:21 +0000 |
commit | 2a2d2b3e8eb86989038fbcdb6d41ea8ee71b3807 (patch) | |
tree | e8ba2b286c335ef5c4cc5e593a09884b680f6f69 /app-dicts/qvortaro/qvortaro-0.3.0.ebuild | |
parent | Change qt dep for bug #100235 (diff) | |
download | historical-2a2d2b3e8eb86989038fbcdb6d41ea8ee71b3807.tar.gz historical-2a2d2b3e8eb86989038fbcdb6d41ea8ee71b3807.tar.bz2 historical-2a2d2b3e8eb86989038fbcdb6d41ea8ee71b3807.zip |
Change qt dep per bug #100235
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-dicts/qvortaro/qvortaro-0.3.0.ebuild')
-rw-r--r-- | app-dicts/qvortaro/qvortaro-0.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-dicts/qvortaro/qvortaro-0.3.0.ebuild b/app-dicts/qvortaro/qvortaro-0.3.0.ebuild index 8a4a88b26653..d08b3199648d 100644 --- a/app-dicts/qvortaro/qvortaro-0.3.0.ebuild +++ b/app-dicts/qvortaro/qvortaro-0.3.0.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-dicts/qvortaro/qvortaro-0.3.0.ebuild,v 1.4 2005/07/01 14:47:09 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/qvortaro/qvortaro-0.3.0.ebuild,v 1.5 2005/07/25 18:00:21 caleb Exp $ inherit eutils kde @@ -14,7 +14,7 @@ KEYWORDS="~x86 ~ppc" IUSE="" DEPEND="virtual/libc - >=x11-libs/qt-3.0.5" + $(qt_min_version 3.1)" S=${WORKDIR}/qVortaro-${PV} |