diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-06-07 11:22:12 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-06-07 11:22:12 +0000 |
commit | d9c1ee04f01d01157199402131a8f592b7b1190d (patch) | |
tree | 9e92e9070775ce27e6ad2d6f5d24facc14b1fd84 /gnome-base | |
parent | Removed old versions. (diff) | |
download | gentoo-2-d9c1ee04f01d01157199402131a8f592b7b1190d.tar.gz gentoo-2-d9c1ee04f01d01157199402131a8f592b7b1190d.tar.bz2 gentoo-2-d9c1ee04f01d01157199402131a8f592b7b1190d.zip |
revert errorneous commit, fix bug #193442.
(Portage version: 2.1.5.4)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gconf/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/gconf/gconf-2.22.0.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gnome-base/gconf/ChangeLog b/gnome-base/gconf/ChangeLog index 75b032599b0d..b407e7938f37 100644 --- a/gnome-base/gconf/ChangeLog +++ b/gnome-base/gconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-base/gconf # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.190 2008/05/18 12:37:45 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.191 2008/06/07 11:22:12 eva Exp $ + + 07 Jun 2008; Gilles Dartiguelongue <eva@gentoo.org> gconf-2.22.0.ebuild: + revert errorneous commit, fix bug #193442. 18 May 2008; Gilles Dartiguelongue <eva@gentoo.org> -gconf-2.18.0.1.ebuild, gconf-2.22.0.ebuild: diff --git a/gnome-base/gconf/gconf-2.22.0.ebuild b/gnome-base/gconf/gconf-2.22.0.ebuild index 4c00e1b87ba7..6520eb4f5652 100644 --- a/gnome-base/gconf/gconf-2.22.0.ebuild +++ b/gnome-base/gconf/gconf-2.22.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.22.0.ebuild,v 1.3 2008/06/06 15:15:17 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.22.0.ebuild,v 1.4 2008/06/07 11:22:12 eva Exp $ inherit eutils gnome2 @@ -18,6 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86- IUSE="debug doc ldap" RDEPEND=">=dev-libs/glib-2.10 + >=x11-libs/gtk+-2.8.16 >=gnome-base/orbit-2.4 >=dev-libs/libxml2-2 ldap? ( net-nds/openldap )" @@ -32,7 +33,7 @@ DOCS="AUTHORS ChangeLog NEWS README TODO" S="${WORKDIR}/${MY_P}" pkg_setup() { - G2CONF="${G2CONF} --disable-gtk $(use_enable debug) $(use_with ldap openldap)" + G2CONF="${G2CONF} --enable-gtk $(use_enable debug) $(use_with ldap openldap)" kill_gconf } |