--- qimhangul-0.0.2.ebuild.orig 2005-08-24 01:04:09.000000000 +0900 +++ qimhangul-0.0.2.ebuild 2005-08-24 01:08:27.000000000 +0900 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-i18n/qimhangul/files/qimhangul-0.0.2-gentoo.patch,v 1.1 2005/12/04 03:40:31 usata Exp $ -inherit qt3 +inherit eutils qt3 DESCRIPTION="Korean input method plugin for Qt immodules" HOMEPAGE="http://kldp.net/projects/qimhangul/" @@ -21,6 +21,11 @@ fi } +src_unpack() { + unpack ${A} + epatch ${FILESDIR}/qimhangul-0.0.2.patch +} + src_compile() { ${QTDIR}/bin/qmake -makefile || die "qmake failed" emake -j1 || die "make failed."