diff options
author | Christoph Mende <angelos@gentoo.org> | 2015-09-17 19:20:39 +0200 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2015-09-17 21:01:06 +0200 |
commit | 86cec2922af8e267dbcccde278327e6ad40b6c3e (patch) | |
tree | c9f4cf090b6edcbb312d731c06f72544f6c0a5f1 /eclass/gtk-sharp-module.eclass | |
parent | dev-dotnet/gkeyfile-sharp: Bump EAPI to 5, migrate to mono-env, support gtk-s... (diff) | |
download | gentoo-86cec2922af8e267dbcccde278327e6ad40b6c3e.tar.gz gentoo-86cec2922af8e267dbcccde278327e6ad40b6c3e.tar.bz2 gentoo-86cec2922af8e267dbcccde278327e6ad40b6c3e.zip |
gtk-sharp-module.eclass: Add support for gtk-sharp-2.12.21
Diffstat (limited to 'eclass/gtk-sharp-module.eclass')
-rw-r--r-- | eclass/gtk-sharp-module.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
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!" |