summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n/ibus')
-rw-r--r--app-i18n/ibus/ChangeLog7
-rw-r--r--app-i18n/ibus/ibus-1.4.0-r1.ebuild7
2 files changed, 8 insertions, 6 deletions
diff --git a/app-i18n/ibus/ChangeLog b/app-i18n/ibus/ChangeLog
index c2f3d0baedf6..deab179220c2 100644
--- a/app-i18n/ibus/ChangeLog
+++ b/app-i18n/ibus/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-i18n/ibus
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.95 2011/12/23 07:59:07 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.96 2012/01/03 15:18:37 ssuominen Exp $
+
+ 03 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> ibus-1.4.0-r1.ebuild:
+ Empty py-compile script instead of symlinking it wrt #397497 by "arnk"
*ibus-1.4.0-r1 (23 Dec 2011)
diff --git a/app-i18n/ibus/ibus-1.4.0-r1.ebuild b/app-i18n/ibus/ibus-1.4.0-r1.ebuild
index 1a04f4235fe1..2c51b4ca9c7e 100644
--- a/app-i18n/ibus/ibus-1.4.0-r1.ebuild
+++ b/app-i18n/ibus/ibus-1.4.0-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.4.0-r1.ebuild,v 1.1 2011/12/23 07:59:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.4.0-r1.ebuild,v 1.2 2012/01/03 15:18:37 ssuominen Exp $
EAPI="3"
PYTHON_DEPEND="python? 2:2.5"
@@ -79,8 +79,7 @@ pkg_setup() {
}
src_prepare() {
- mv py-compile py-compile.orig || die
- ln -s "$(type -P true)" py-compile || die
+ >py-compile #397497
echo "ibus/_config.py" >> po/POTFILES.skip || die
sed -i -e "s/python/python2/" setup/ibus-setup.in ui/gtk/ibus-ui-gtk.in || die