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.4.2.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.4.2.ebuild')
-rw-r--r-- | app-i18n/uim/uim-1.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/uim/uim-1.4.2.ebuild b/app-i18n/uim/uim-1.4.2.ebuild index 6fb907ba0623..71e7708e0549 100644 --- a/app-i18n/uim/uim-1.4.2.ebuild +++ b/app-i18n/uim/uim-1.4.2.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.4.2.ebuild,v 1.6 2008/05/06 19:39:19 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.4.2.ebuild,v 1.7 2008/07/27 19:40:16 carlo Exp $ EAPI=1 inherit eutils qt3 multilib elisp-common flag-o-matic @@ -33,7 +33,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 ) !app-i18n/uim-svn !<app-i18n/prime-0.9.4" |