diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-05-23 06:50:12 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-05-23 06:50:12 +0000 |
commit | 39e6b6778c7d3e19b38dd27cbfbcf7070dfaf6e7 (patch) | |
tree | 1b06465ffe4e79eb014c2a0b190199fe74c5228d /gnome-extra/bonobo-conf | |
parent | gtk 1.2 dependency listing fixes (diff) | |
download | historical-39e6b6778c7d3e19b38dd27cbfbcf7070dfaf6e7.tar.gz historical-39e6b6778c7d3e19b38dd27cbfbcf7070dfaf6e7.tar.bz2 historical-39e6b6778c7d3e19b38dd27cbfbcf7070dfaf6e7.zip |
gtk 1.2 dependency listing fixes
Diffstat (limited to 'gnome-extra/bonobo-conf')
-rw-r--r-- | gnome-extra/bonobo-conf/bonobo-conf-0.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-extra/bonobo-conf/bonobo-conf-0.14.ebuild b/gnome-extra/bonobo-conf/bonobo-conf-0.14.ebuild index 5d88a445feea..4ceaa9d31acf 100644 --- a/gnome-extra/bonobo-conf/bonobo-conf-0.14.ebuild +++ b/gnome-extra/bonobo-conf/bonobo-conf-0.14.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Mikael Hallendal <hallski@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bonobo-conf/bonobo-conf-0.14.ebuild,v 1.2 2002/04/12 16:58:45 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bonobo-conf/bonobo-conf-0.14.ebuild,v 1.3 2002/05/23 06:50:12 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Bonobo Configuration System" @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${P}.tar.gz HOMEPAGE="http://www.gnome.org/" RDEPEND="=dev-libs/glib-1.2* - >=x11-libs/gtk+-1.2.10-r4 + =x11-libs/gtk+-1.2* >=gnome-base/bonobo-1.0.15 >=gnome-base/oaf-0.6.6-r1" |