summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2012-05-29 22:38:10 +0000
committerNaohiro Aota <naota@gentoo.org>2012-05-29 22:38:10 +0000
commit26ebd1de7a062a8009812823be7a144840bf70ba (patch)
tree8b116d3220025e252c43e8bb599d4ee865c60663 /app-i18n/uim/uim-1.7.3.ebuild
parentKeyword ~mips (diff)
downloadgentoo-2-26ebd1de7a062a8009812823be7a144840bf70ba.tar.gz
gentoo-2-26ebd1de7a062a8009812823be7a144840bf70ba.tar.bz2
gentoo-2-26ebd1de7a062a8009812823be7a144840bf70ba.zip
Update Makefile.in.in. #417553
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/uim/uim-1.7.3.ebuild')
-rw-r--r--app-i18n/uim/uim-1.7.3.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-i18n/uim/uim-1.7.3.ebuild b/app-i18n/uim/uim-1.7.3.ebuild
index 79d3fd7ec228..0645aa09690c 100644
--- a/app-i18n/uim/uim-1.7.3.ebuild
+++ b/app-i18n/uim/uim-1.7.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.7.3.ebuild,v 1.6 2012/05/21 10:03:18 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.7.3.ebuild,v 1.7 2012/05/29 22:38:10 naota Exp $
EAPI="4"
inherit autotools eutils multilib elisp-common flag-o-matic
@@ -146,6 +146,8 @@ src_prepare() {
#./autogen.sh
AT_NO_RECURSIVE=1 eautoreconf
+ cp po/Makefile.in.in qt/chardict/po || die
+ cp po/Makefile.in.in qt4/chardict/po || die
}
src_configure() {