diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-03-06 09:30:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-03-06 09:30:21 +0000 |
commit | b99b44218c20bfdb50c02254ce737d25d2701d4c (patch) | |
tree | 1e4da66264e98ef3e308fb9074c08f4b2951fadb /gnome-base | |
parent | bump, unstable (diff) | |
download | gentoo-2-b99b44218c20bfdb50c02254ce737d25d2701d4c.tar.gz gentoo-2-b99b44218c20bfdb50c02254ce737d25d2701d4c.tar.bz2 gentoo-2-b99b44218c20bfdb50c02254ce737d25d2701d4c.zip |
kill_gconf fix #16923
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gconf/gconf-1.2.1.ebuild | 3 | ||||
-rw-r--r-- | gnome-base/gconf/gconf-2.2.0.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gnome-base/gconf/gconf-1.2.1.ebuild b/gnome-base/gconf/gconf-1.2.1.ebuild index c5a90285f17c..ac8ff7682328 100644 --- a/gnome-base/gconf/gconf-1.2.1.ebuild +++ b/gnome-base/gconf/gconf-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-1.2.1.ebuild,v 1.11 2003/03/04 19:12:44 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-1.2.1.ebuild,v 1.12 2003/03/06 09:30:21 vapier Exp $ IUSE="doc" @@ -44,6 +44,7 @@ kill_gconf () { then /usr/bin/gconftool-2 --shutdown fi + return 0 } pkg_setup () { diff --git a/gnome-base/gconf/gconf-2.2.0.ebuild b/gnome-base/gconf/gconf-2.2.0.ebuild index 42faca3cade3..c3b237d07f77 100644 --- a/gnome-base/gconf/gconf-2.2.0.ebuild +++ b/gnome-base/gconf/gconf-2.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.2.0.ebuild,v 1.6 2003/03/04 19:12:44 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.2.0.ebuild,v 1.7 2003/03/06 09:30:21 vapier Exp $ IUSE="doc" @@ -46,6 +46,7 @@ kill_gconf () { then /usr/bin/gconftool-2 --shutdown fi + return 0 } pkg_setup () { |