diff options
author | Mike Gardiner <obz@gentoo.org> | 2004-08-21 15:23:30 +0000 |
---|---|---|
committer | Mike Gardiner <obz@gentoo.org> | 2004-08-21 15:23:30 +0000 |
commit | 624ad15d0b62c8981c39f8d201800ad11b5c8eaa (patch) | |
tree | 10e6197076c29d52debf34c0080efd52a7fb77c7 /gnome-base/gconf/gconf-2.6.2.ebuild | |
parent | fix orbit dep (Manifest recommit) (diff) | |
download | gentoo-2-624ad15d0b62c8981c39f8d201800ad11b5c8eaa.tar.gz gentoo-2-624ad15d0b62c8981c39f8d201800ad11b5c8eaa.tar.bz2 gentoo-2-624ad15d0b62c8981c39f8d201800ad11b5c8eaa.zip |
Moved ORBit dep to orbit
Diffstat (limited to 'gnome-base/gconf/gconf-2.6.2.ebuild')
-rw-r--r-- | gnome-base/gconf/gconf-2.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-base/gconf/gconf-2.6.2.ebuild b/gnome-base/gconf/gconf-2.6.2.ebuild index e6fb94680276..044dd356f549 100644 --- a/gnome-base/gconf/gconf-2.6.2.ebuild +++ b/gnome-base/gconf/gconf-2.6.2.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.6.2.ebuild,v 1.7 2004/08/08 00:59:28 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.6.2.ebuild,v 1.8 2004/08/21 15:23:30 obz Exp $ inherit eutils gnome2 @@ -19,7 +19,7 @@ SLOT="2" KEYWORDS="x86 ~ppc ~alpha sparc hppa amd64 ~ia64 ~mips ppc64" RDEPEND=">=dev-libs/glib-2.0.1 - >=gnome-base/ORBit2-2.4 + >=gnome-base/orbit-2.4 >=dev-libs/libxml2-2 dev-libs/popt >=x11-libs/gtk+-2" |