diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-01-02 07:06:17 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-01-02 07:06:17 +0000 |
commit | 17ce6671f95d9639d952cffc11dfe30aae117dce (patch) | |
tree | a54b64321b058f8adf8931ecc2754981f352c674 /gnome-base | |
parent | Stable for HPPA (bug #203603). (diff) | |
download | gentoo-2-17ce6671f95d9639d952cffc11dfe30aae117dce.tar.gz gentoo-2-17ce6671f95d9639d952cffc11dfe30aae117dce.tar.bz2 gentoo-2-17ce6671f95d9639d952cffc11dfe30aae117dce.zip |
actually add the ldap use
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gconf/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-base/gconf/gconf-2.20.1-r1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/gnome-base/gconf/ChangeLog b/gnome-base/gconf/ChangeLog index 3cb8b43b6090..5338b15d0f0d 100644 --- a/gnome-base/gconf/ChangeLog +++ b/gnome-base/gconf/ChangeLog @@ -1,6 +1,10 @@ # 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.179 2008/01/01 21:45:46 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.180 2008/01/02 07:06:17 eva Exp $ + + 02 Jan 2008; Gilles Dartiguelongue <eva@gentoo.org> + gconf-2.20.1-r1.ebuild: + actually add the ldap use *gconf-2.20.1-r1 (01 Jan 2008) diff --git a/gnome-base/gconf/gconf-2.20.1-r1.ebuild b/gnome-base/gconf/gconf-2.20.1-r1.ebuild index 53cbbeba95c1..5586659d0a13 100644 --- a/gnome-base/gconf/gconf-2.20.1-r1.ebuild +++ b/gnome-base/gconf/gconf-2.20.1-r1.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.20.1-r1.ebuild,v 1.1 2008/01/01 21:45:46 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.20.1-r1.ebuild,v 1.2 2008/01/02 07:06:17 eva Exp $ inherit gnome2 autotools @@ -15,7 +15,7 @@ SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2" LICENSE="LGPL-2" SLOT="2" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="debug doc" +IUSE="debug doc ldap" RDEPEND=">=dev-libs/glib-2.10 >=x11-libs/gtk+-2.8.16 @@ -32,7 +32,7 @@ DOCS="AUTHORS ChangeLog NEWS README TODO" S="${WORKDIR}/${MY_P}" pkg_setup() { - G2CONF="${G2CONF} --enable-gtk $(use_enable debug)" + G2CONF="${G2CONF} --enable-gtk $(use_enable debug) $(use_with ldap openldap)" kill_gconf } |