summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2013-02-05 11:44:18 +0000
committerBen de Groot <yngwin@gentoo.org>2013-02-05 11:44:18 +0000
commita38645603a1bc4474fed939b41caab0a3fca5d1f (patch)
tree275871443ee8d77204519e5bd75dc6a5816908e1 /app-i18n/ibus-table
parentversion bump (diff)
downloadgentoo-2-a38645603a1bc4474fed939b41caab0a3fca5d1f.tar.gz
gentoo-2-a38645603a1bc4474fed939b41caab0a3fca5d1f.tar.bz2
gentoo-2-a38645603a1bc4474fed939b41caab0a3fca5d1f.zip
proper quoting
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-i18n/ibus-table')
-rw-r--r--app-i18n/ibus-table/ChangeLog5
-rw-r--r--app-i18n/ibus-table/ibus-table-1.5.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-i18n/ibus-table/ChangeLog b/app-i18n/ibus-table/ChangeLog
index ca87a604a485..4fd919c31040 100644
--- a/app-i18n/ibus-table/ChangeLog
+++ b/app-i18n/ibus-table/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-i18n/ibus-table
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table/ChangeLog,v 1.28 2013/02/05 11:42:55 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table/ChangeLog,v 1.29 2013/02/05 11:44:18 yngwin Exp $
+
+ 05 Feb 2013; Ben de Groot <yngwin@gentoo.org> ibus-table-1.5.0.ebuild:
+ proper quoting
*ibus-table-1.5.0 (05 Feb 2013)
diff --git a/app-i18n/ibus-table/ibus-table-1.5.0.ebuild b/app-i18n/ibus-table/ibus-table-1.5.0.ebuild
index 83033b31223c..88c1c2c5b78a 100644
--- a/app-i18n/ibus-table/ibus-table-1.5.0.ebuild
+++ b/app-i18n/ibus-table/ibus-table-1.5.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table/ibus-table-1.5.0.ebuild,v 1.1 2013/02/05 11:42:55 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table/ibus-table-1.5.0.ebuild,v 1.2 2013/02/05 11:44:18 yngwin Exp $
EAPI=5
PYTHON_DEPEND="2:2.5"
@@ -28,7 +28,7 @@ pkg_setup() {
}
src_prepare() {
- epatch ${FILESDIR}/${P}-pycompile.patch
+ epatch "${FILESDIR}"/${P}-pycompile.patch
mv py-compile py-compile.orig || die
ln -s "$(type -P true)" py-compile || die