diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-09-15 16:05:46 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-09-15 16:05:46 +0000 |
commit | b8cbf8166fb40115c5986cbe32c0c931ae307804 (patch) | |
tree | 3ccc468c492710ff0d905fc64ecc4e9157039a6a /gnome-base/gconf | |
parent | gnome 2.8 release, minor fixups in older ebuilds (Manifest recommit) (diff) | |
download | gentoo-2-b8cbf8166fb40115c5986cbe32c0c931ae307804.tar.gz gentoo-2-b8cbf8166fb40115c5986cbe32c0c931ae307804.tar.bz2 gentoo-2-b8cbf8166fb40115c5986cbe32c0c931ae307804.zip |
fix up
Diffstat (limited to 'gnome-base/gconf')
-rw-r--r-- | gnome-base/gconf/ChangeLog | 3 | ||||
-rw-r--r-- | gnome-base/gconf/gconf-2.8.0.1.ebuild | 8 |
2 files changed, 4 insertions, 7 deletions
diff --git a/gnome-base/gconf/ChangeLog b/gnome-base/gconf/ChangeLog index 7ad8502dfd2a..6f3c606c289f 100644 --- a/gnome-base/gconf/ChangeLog +++ b/gnome-base/gconf/ChangeLog @@ -1,12 +1,11 @@ # ChangeLog for gnome-base/gconf # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.85 2004/09/15 14:33:01 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.86 2004/09/15 16:05:46 foser Exp $ *gconf-2.8.0.1 (15 Sep 2004) 15 Sep 2004; foser <foser@gentoo.org> gconf-2.8.0.1.ebuild : Gnome 2.8 release - Add gtk USE 22 Aug 2004; Bryan Østergaard <kloeri@gentoo.org> gconf-2.6.2.ebuild: Stable on alpha. diff --git a/gnome-base/gconf/gconf-2.8.0.1.ebuild b/gnome-base/gconf/gconf-2.8.0.1.ebuild index 95e2c3b45793..4605fe343a94 100644 --- a/gnome-base/gconf/gconf-2.8.0.1.ebuild +++ b/gnome-base/gconf/gconf-2.8.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.8.0.1.ebuild,v 1.1 2004/09/15 14:33:02 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.8.0.1.ebuild,v 1.2 2004/09/15 16:05:46 foser Exp $ inherit eutils gnome2 @@ -13,7 +13,7 @@ DESCRIPTION="Gnome Configuration System and Daemon" HOMEPAGE="http://www.gnome.org/" SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2" -IUSE="doc gtk" +IUSE="doc" LICENSE="LGPL-2" SLOT="2" KEYWORDS="~x86 ~ppc ~alpha ~sparc ~hppa amd64 ~ia64 ~mips ~ppc64" @@ -22,7 +22,7 @@ RDEPEND=">=dev-libs/glib-2.0.1 >=gnome-base/orbit-2.4 >=dev-libs/libxml2-2 dev-libs/popt - gtk? ( >=x11-libs/gtk+-2 )" + >=x11-libs/gtk+-2" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0 @@ -32,8 +32,6 @@ DEPEND="${RDEPEND} MAKEOPTS="${MAKEOPTS} -j1" -G2CONF="${G2CONF} $(use_enable gtk)" - src_install() { gnome2_src_install |