diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-01-25 14:15:50 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-01-25 14:15:50 +0000 |
commit | ed5479899f655097cfa72fb2f9aa6dd1bfd6adb0 (patch) | |
tree | cac77cbd1567e0de25d58cfc5ee84adc2294be98 /eclass | |
parent | Stable on amd64 wrt bug #300610 (diff) | |
download | historical-ed5479899f655097cfa72fb2f9aa6dd1bfd6adb0.tar.gz historical-ed5479899f655097cfa72fb2f9aa6dd1bfd6adb0.tar.bz2 historical-ed5479899f655097cfa72fb2f9aa6dd1bfd6adb0.zip |
Use slotted dependencies where possible for future Gnome3 stuff.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gtk-sharp-module.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/gtk-sharp-module.eclass b/eclass/gtk-sharp-module.eclass index f1b68ac5b199..215a4689288e 100644 --- a/eclass/gtk-sharp-module.eclass +++ b/eclass/gtk-sharp-module.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-module.eclass,v 1.27 2010/11/18 09:06:18 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-module.eclass,v 1.28 2011/01/25 14:15:50 pacho Exp $ # @ECLASS: gtk-sharp-module.eclass # @MAINTAINER: @@ -193,7 +193,7 @@ case ${PF} in add_depend "~dev-dotnet/gnomevfs-sharp-${PV}" add_depend "~dev-dotnet/art-sharp-${PV}" add_depend ">=gnome-base/libgnomecanvas-${GNOMECANVAS_REQUIRED_VERSION}" - add_depend ">=x11-libs/gtk+-2.14.0" + add_depend ">=x11-libs/gtk+-2.14.0:2" ;; gconf-sharp-*) add_depend ">=gnome-base/gconf-${PV_MAJOR}" @@ -210,7 +210,7 @@ case ${PF} in # incompatible changes, requiring .so bumps. gnome-desktop-sharp # is locked to a specific .so.n version, so strict dependencies # may be required in the future (as it has in the past). - add_depend ">=gnome-base/gnome-desktop-${PV_MAJOR}" + add_depend ">=gnome-base/gnome-desktop-${PV_MAJOR}:2" ;; gnome-panel-sharp-*) add_depend ">=gnome-base/gnome-panel-${PV_MAJOR}" @@ -232,7 +232,7 @@ case ${PF} in add_depend ">=gnome-extra/nautilus-cd-burner-2.24.0" ;; rsvg-sharp-*) - add_depend ">=gnome-base/librsvg-${RSVG_REQUIRED_VERSION}" + add_depend ">=gnome-base/librsvg-${RSVG_REQUIRED_VERSION}:2" ;; vte-sharp-*) add_depend ">=x11-libs/vte-${VTE_REQUIRED_VERSION}" |