diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-08-14 01:24:13 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-08-14 01:24:13 +0000 |
commit | 382c326a7eeb630e95da2ced702968b7e0c62ee3 (patch) | |
tree | 96caa63644ec344d39ea2df5a60b80a1e8a5c568 /app-i18n/uim/uim-0.4.2.1.ebuild | |
parent | grammar should be a requirement of all devs; postinst() grammar fixed (diff) | |
download | historical-382c326a7eeb630e95da2ced702968b7e0c62ee3.tar.gz historical-382c326a7eeb630e95da2ced702968b7e0c62ee3.tar.bz2 historical-382c326a7eeb630e95da2ced702968b7e0c62ee3.zip |
Force uim-default as default. Fixed bug #58656.
Diffstat (limited to 'app-i18n/uim/uim-0.4.2.1.ebuild')
-rw-r--r-- | app-i18n/uim/uim-0.4.2.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-i18n/uim/uim-0.4.2.1.ebuild b/app-i18n/uim/uim-0.4.2.1.ebuild index 77364e8d0915..84384d2d7f6d 100644 --- a/app-i18n/uim/uim-0.4.2.1.ebuild +++ b/app-i18n/uim/uim-0.4.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-0.4.2.1.ebuild,v 1.1 2004/07/30 23:45:36 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-0.4.2.1.ebuild,v 1.2 2004/08/14 01:24:13 usata Exp $ inherit eutils flag-o-matic @@ -28,6 +28,7 @@ src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${PN}-gtk-query-immodules-gentoo.diff + epatch ${FILESDIR}/${PN}-pinyin-big5-gentoo.diff use X || sed -i -e '/^SUBDIRS/s/xim//' Makefile.in || die } |