diff options
author | 2005-07-31 09:01:32 +0000 | |
---|---|---|
committer | 2005-07-31 09:01:32 +0000 | |
commit | 29bc00e1b736c3d8e81f77596ddfce585917b254 (patch) | |
tree | 4e64933705231fab1004e543303e092d8500feb2 /app-i18n/qimhangul/qimhangul-0.0.1.ebuild | |
parent | Removed unnecessary patch file. (diff) | |
download | gentoo-2-29bc00e1b736c3d8e81f77596ddfce585917b254.tar.gz gentoo-2-29bc00e1b736c3d8e81f77596ddfce585917b254.tar.bz2 gentoo-2-29bc00e1b736c3d8e81f77596ddfce585917b254.zip |
Version bumped. Use qt3.eclass; bug #100235.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-i18n/qimhangul/qimhangul-0.0.1.ebuild')
-rw-r--r-- | app-i18n/qimhangul/qimhangul-0.0.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/qimhangul/qimhangul-0.0.1.ebuild b/app-i18n/qimhangul/qimhangul-0.0.1.ebuild index b50c71dee0e1..cac5cbe22e18 100644 --- a/app-i18n/qimhangul/qimhangul-0.0.1.ebuild +++ b/app-i18n/qimhangul/qimhangul-0.0.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/qimhangul/qimhangul-0.0.1.ebuild,v 1.4 2005/07/01 14:52:35 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/qimhangul/qimhangul-0.0.1.ebuild,v 1.5 2005/07/31 09:01:32 usata Exp $ -inherit eutils +inherit eutils qt3 DESCRIPTION="Korean input method plugin for Qt immodules" HOMEPAGE="http://kldp.net/projects/qimhangul/" @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND=">=x11-libs/qt-3.3.3-r1" +DEPEND="$(qt_min_version 3.3.3-r1)" pkg_setup() { if [ ! -e /usr/qt/3/plugins/inputmethods/libqimsw-none.so ] ; then |