summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnome-base/gconf/gconf-1.2.1.ebuild3
-rw-r--r--gnome-base/gconf/gconf-2.2.0.ebuild3
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 () {