diff options
author | 2004-06-21 15:51:56 +0000 | |
---|---|---|
committer | 2004-06-21 15:51:56 +0000 | |
commit | 6c42f87d0bb56f5c2999b9e89e73c535fefedefc (patch) | |
tree | 9e629ff62cc7860fa1f276b454fa44832c8bbcbe /app-i18n/xcin/xcin-2.5.2.3.ebuild | |
parent | clean unneeded things in a native-uclibc envionment. Added dep of gzip and gl... (diff) | |
download | gentoo-2-6c42f87d0bb56f5c2999b9e89e73c535fefedefc.tar.gz gentoo-2-6c42f87d0bb56f5c2999b9e89e73c535fefedefc.tar.bz2 gentoo-2-6c42f87d0bb56f5c2999b9e89e73c535fefedefc.zip |
Applied libchewing patch. Special thanks to Palatis <palatis@gentoo.org.tw> and Benny Chuang <bennyc@gentoo.org>, closing bug #52133
Diffstat (limited to 'app-i18n/xcin/xcin-2.5.2.3.ebuild')
-rw-r--r-- | app-i18n/xcin/xcin-2.5.2.3.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-i18n/xcin/xcin-2.5.2.3.ebuild b/app-i18n/xcin/xcin-2.5.2.3.ebuild index 01e1063b944e..55d53428b6be 100644 --- a/app-i18n/xcin/xcin-2.5.2.3.ebuild +++ b/app-i18n/xcin/xcin-2.5.2.3.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/xcin/xcin-2.5.2.3.ebuild,v 1.6 2004/05/03 10:23:14 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/xcin/xcin-2.5.2.3.ebuild,v 1.7 2004/06/21 15:51:56 usata Exp $ + +inherit eutils IUSE="nls" @@ -17,7 +19,7 @@ S=${WORKDIR}/${PN} src_unpack () { unpack ${A} cd ${S}/po - patch -p0 < ${FILESDIR}/xcin-gentoo.patch || die + epatch ${FILESDIR}/${P}-gentoo.patch } src_compile() { |