diff options
author | Yixun Lan <dlan@gentoo.org> | 2014-08-18 08:33:51 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2014-08-18 08:33:51 +0000 |
commit | f9b58bdef363ea6490ef0254edac22f45d7d46bc (patch) | |
tree | 0ddcbf4b645cd2224a37aaaf92eb0cfe0f7795a7 /app-i18n | |
parent | Undo drop (bug #520160) (diff) | |
download | gentoo-2-f9b58bdef363ea6490ef0254edac22f45d7d46bc.tar.gz gentoo-2-f9b58bdef363ea6490ef0254edac22f45d7d46bc.tar.bz2 gentoo-2-f9b58bdef363ea6490ef0254edac22f45d7d46bc.zip |
rework dconf sed operation
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus/ChangeLog | 5 | ||||
-rw-r--r-- | app-i18n/ibus/ibus-1.5.8-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-i18n/ibus/ChangeLog b/app-i18n/ibus/ChangeLog index d7af72009462..670cbc616004 100644 --- a/app-i18n/ibus/ChangeLog +++ b/app-i18n/ibus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/ibus # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.149 2014/08/18 06:04:03 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.150 2014/08/18 08:33:51 dlan Exp $ + + 18 Aug 2014; Yixun Lan <dlan@gentoo.org> ibus-1.5.8-r1.ebuild: + rework dconf sed operation *ibus-1.5.8-r1 (18 Aug 2014) diff --git a/app-i18n/ibus/ibus-1.5.8-r1.ebuild b/app-i18n/ibus/ibus-1.5.8-r1.ebuild index ddc84ab4c081..3c088720b2f6 100644 --- a/app-i18n/ibus/ibus-1.5.8-r1.ebuild +++ b/app-i18n/ibus/ibus-1.5.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.5.8-r1.ebuild,v 1.1 2014/08/18 06:04:03 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.5.8-r1.ebuild,v 1.2 2014/08/18 08:33:51 dlan Exp $ EAPI=5 @@ -97,7 +97,7 @@ pkg_setup() { src_prepare() { # We run "dconf update" in pkg_postinst/postrm to avoid sandbox violations - sed -e 's/dconf update/$(NULL)/' \ + sed -e 's/dconf update/:/' \ -i data/dconf/Makefile.{am,in} || die use vala && vala_src_prepare } |