diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-03-08 05:20:49 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-03-08 05:20:49 +0000 |
commit | 77e46c7f9378609188d82156f15355bba616a804 (patch) | |
tree | d02a50094d9e86b1d821e7c1335220f15c03b2fa /app-dicts/gwaei | |
parent | Slotmove the former sunrise overlay version of nautilus-actions to prevent co... (diff) | |
download | gentoo-2-77e46c7f9378609188d82156f15355bba616a804.tar.gz gentoo-2-77e46c7f9378609188d82156f15355bba616a804.tar.bz2 gentoo-2-77e46c7f9378609188d82156f15355bba616a804.zip |
Non-maintainer commit: do not use gnome2_schemas_update --uninstall (bug #394731).
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'app-dicts/gwaei')
-rw-r--r-- | app-dicts/gwaei/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/gwaei/gwaei-3.0.2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-dicts/gwaei/ChangeLog b/app-dicts/gwaei/ChangeLog index 94e93fd8c502..c9ab5439ec80 100644 --- a/app-dicts/gwaei/ChangeLog +++ b/app-dicts/gwaei/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-dicts/gwaei -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/ChangeLog,v 1.23 2011/08/30 23:07:15 flameeyes Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/ChangeLog,v 1.24 2012/03/08 05:20:49 tetromino Exp $ + + 08 Mar 2012; Alexandre Rostovtsev <tetromino@gentoo.org> gwaei-3.0.2.ebuild: + Non-maintainer commit: do not use gnome2_schemas_update --uninstall (bug + #394731). *gwaei-3.0.2 (30 Aug 2011) diff --git a/app-dicts/gwaei/gwaei-3.0.2.ebuild b/app-dicts/gwaei/gwaei-3.0.2.ebuild index d56caccde170..24efc16c70e8 100644 --- a/app-dicts/gwaei/gwaei-3.0.2.ebuild +++ b/app-dicts/gwaei/gwaei-3.0.2.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-dicts/gwaei/gwaei-3.0.2.ebuild,v 1.1 2011/08/30 23:07:15 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/gwaei-3.0.2.ebuild,v 1.2 2012/03/08 05:20:49 tetromino Exp $ EAPI="4" @@ -70,6 +70,6 @@ pkg_postinst() { pkg_postrm() { if use gtk ; then - gnome2_schemas_update --uninstall + gnome2_schemas_update fi } |