diff options
Diffstat (limited to 'gnome-base/gconf')
-rw-r--r-- | gnome-base/gconf/gconf-1.0.1.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gnome-base/gconf/gconf-1.0.1.ebuild b/gnome-base/gconf/gconf-1.0.1.ebuild index c4965448b781..2880defbc6cb 100644 --- a/gnome-base/gconf/gconf-1.0.1.ebuild +++ b/gnome-base/gconf/gconf-1.0.1.ebuild @@ -13,11 +13,17 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/GConf/${A} HOMEPAGE="http://www.gnome.org/" DEPEND="nls? ( sys-devel/gettext ) + >=sys-libs/db-3.2.3h >=gnome-base/gnome-env-1.0 >=gnome-base/oaf-0.6.5 - >=x11-libs/gtk+-1.2.9 + >=gnome-base/gnome-libs-1.2.10 >=dev-util/guile-1.4" +DEPEND=">=sys-libs/db-3.2.3h + >=gnome-base/gnome-env-1.0 + >=gnome-base/oaf-0.6.5 + >=gnome-base/gnome-libs-1.2.10" + src_unpack() { unpack ${A} # for some reason, the GConf package doesn't come w/ an intl directory, |