diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-07-27 19:40:16 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-07-27 19:40:16 +0000 |
commit | 63a2630b4c1647c436dd7dae2c428258ac5a8916 (patch) | |
tree | 3dd4d46db401801b23a4c3d5ea8de5776d8ad48b /app-i18n/uim/uim-1.5.1.ebuild | |
parent | Fix for bug #224483. People with old kernels can use this once more. (diff) | |
download | historical-63a2630b4c1647c436dd7dae2c428258ac5a8916.tar.gz historical-63a2630b4c1647c436dd7dae2c428258ac5a8916.tar.bz2 historical-63a2630b4c1647c436dd7dae2c428258ac5a8916.zip |
QA: Get rid of deprecated qt_min_version().
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'app-i18n/uim/uim-1.5.1.ebuild')
-rw-r--r-- | app-i18n/uim/uim-1.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/uim/uim-1.5.1.ebuild b/app-i18n/uim/uim-1.5.1.ebuild index cc6defdf74f6..a09314ee0240 100644 --- a/app-i18n/uim/uim-1.5.1.ebuild +++ b/app-i18n/uim/uim-1.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.5.1.ebuild,v 1.3 2008/07/27 00:57:50 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.5.1.ebuild,v 1.4 2008/07/27 19:40:16 carlo Exp $ EAPI=1 inherit autotools eutils qt3 multilib elisp-common flag-o-matic @@ -35,7 +35,7 @@ RDEPEND="X? ( x11-libs/libX11 ncurses? ( sys-libs/ncurses ) nls? ( virtual/libintl ) prime? ( app-i18n/prime ) - qt3? ( $(qt_min_version 3.3.4) ) + qt3? ( x11-libs/qt:3 ) qt4? ( || ( x11-libs/qt-core:4 =x11-libs/qt-4.3*:4 ) ) !app-i18n/uim-svn !<app-i18n/prime-0.9.4" |