From: Christoph Mende Date: Thu, 17 Sep 2015 17:20:39 +0000 (+0200) Subject: gtk-sharp-module.eclass: Add support for gtk-sharp-2.12.21 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=86cec2922af8e267dbcccde278327e6ad40b6c3e;p=gentoo.git gtk-sharp-module.eclass: Add support for gtk-sharp-2.12.21 --- diff --git a/eclass/gtk-sharp-module.eclass b/eclass/gtk-sharp-module.eclass index 262c2c1ae792..772cbe57343c 100644 --- a/eclass/gtk-sharp-module.eclass +++ b/eclass/gtk-sharp-module.eclass @@ -136,7 +136,7 @@ case ${GTK_SHARP_MODULE} in add_depend "=dev-dotnet/gtk-sharp-${GTK_SHARP_REQUIRED_VERSION}*" add_depend "=dev-dotnet/gnome-sharp-2.24*" add_depend "gnome-base/gnome-desktop:2" - add_bdepend "=dev-dotnet/gtk-sharp-gapi-${GTK_SHARP_REQUIRED_VERSION}*" + add_bdepend "|| ( >=dev-dotnet/gtk-sharp-2.12.21 =dev-dotnet/gtk-sharp-gapi-${GTK_SHARP_REQUIRED_VERSION}* )" ;; *) eerror "Huh? Sonny boy, looks like your GTK_SHARP_MODULE is not on the approved list. BAILING!"