diff options
author | 2004-07-14 15:24:13 +0000 | |
---|---|---|
committer | 2004-07-14 15:24:13 +0000 | |
commit | 0a3940b9d33c8a8bb74b3e97ac24bbafe5d22214 (patch) | |
tree | ac0255826c8bb2bd846bd8ee35a620d84119d8e2 /gnome-extra/gconf-editor/gconf-editor-2.6.0.ebuild | |
parent | don't assign S=${WORKDIR}/${P} (diff) | |
download | historical-0a3940b9d33c8a8bb74b3e97ac24bbafe5d22214.tar.gz historical-0a3940b9d33c8a8bb74b3e97ac24bbafe5d22214.tar.bz2 historical-0a3940b9d33c8a8bb74b3e97ac24bbafe5d22214.zip |
sync IUSE (missing)
Diffstat (limited to 'gnome-extra/gconf-editor/gconf-editor-2.6.0.ebuild')
-rw-r--r-- | gnome-extra/gconf-editor/gconf-editor-2.6.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnome-extra/gconf-editor/gconf-editor-2.6.0.ebuild b/gnome-extra/gconf-editor/gconf-editor-2.6.0.ebuild index fb6f699a1816..2f3d17b6498a 100644 --- a/gnome-extra/gconf-editor/gconf-editor-2.6.0.ebuild +++ b/gnome-extra/gconf-editor/gconf-editor-2.6.0.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-extra/gconf-editor/gconf-editor-2.6.0.ebuild,v 1.7 2004/07/11 18:45:10 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gconf-editor/gconf-editor-2.6.0.ebuild,v 1.8 2004/07/14 15:24:13 agriffis Exp $ inherit gnome2 eutils @@ -10,6 +10,7 @@ HOMEPAGE="http://www.gnome.org/" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc ~sparc ~alpha hppa amd64 ~ia64 mips" +IUSE="" RDEPEND=">=gnome-base/gconf-1.2 >=x11-libs/gtk+-2.0.2" |