commit:     bae2611871b903ebc689e0fb0a391af2cbf3eb1b
Author:     Heather <Heather <AT> live <DOT> ru>
AuthorDate: Mon Aug 10 12:01:01 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 12:01:01 2015 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=bae26118

correct gtkhtml case for mono-docbrowser

 dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r2.ebuild              | 2 +-
 dev-dotnet/dbus-sharp/dbus-sharp-0.8.1.ebuild                 | 2 +-
 dev-util/mono-docbrowser/mono-docbrowser-2.20130821-r1.ebuild | 7 ++++---
 dev-util/mono-docbrowser/mono-docbrowser-9999.ebuild          | 7 ++++---
 4 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r2.ebuild 
b/dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r2.ebuild
index e29b1d6..4a20b63 100644
--- a/dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r2.ebuild
+++ b/dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="5"
+EAPI=5
 inherit autotools mono-env dotnet eutils
 
 DESCRIPTION="D-Bus for .NET"

diff --git a/dev-dotnet/dbus-sharp/dbus-sharp-0.8.1.ebuild 
b/dev-dotnet/dbus-sharp/dbus-sharp-0.8.1.ebuild
index 85b8da8..ca5306f 100644
--- a/dev-dotnet/dbus-sharp/dbus-sharp-0.8.1.ebuild
+++ b/dev-dotnet/dbus-sharp/dbus-sharp-0.8.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="5"
+EAPI=5
 inherit autotools mono-env dotnet eutils
 
 DESCRIPTION="D-Bus for .NET"

diff --git a/dev-util/mono-docbrowser/mono-docbrowser-2.20130821-r1.ebuild 
b/dev-util/mono-docbrowser/mono-docbrowser-2.20130821-r1.ebuild
index 17d09a6..9a828cb 100644
--- a/dev-util/mono-docbrowser/mono-docbrowser-2.20130821-r1.ebuild
+++ b/dev-util/mono-docbrowser/mono-docbrowser-2.20130821-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-9999.ebuild $
 
@@ -17,9 +17,10 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="+webkit gtkhtml"
 
-RDEPEND=">=dev-dotnet/gtk-sharp-2.12.21
+# gtkhtml is currently deprecated in Gentoo tree
+RDEPEND=">=dev-dotnet/gtk-sharp-2.12.21:2
        >=dev-dotnet/gnome-sharp-2.24.2-r1
-       gtkhtml? ( >=dev-dotnet/gnome-desktop-sharp-2.26.0-r2:2[gtkhtml] )
+       gtkhtml? ( >=dev-dotnet/gnome-desktop-sharp-2.26.0-r2:2 )
        webkit? ( >=dev-dotnet/webkit-sharp-0.2-r1 )"
 DEPEND="${RDEPEND}
        sys-devel/gettext

diff --git a/dev-util/mono-docbrowser/mono-docbrowser-9999.ebuild 
b/dev-util/mono-docbrowser/mono-docbrowser-9999.ebuild
index 1e0e0c4..d309c2c 100644
--- a/dev-util/mono-docbrowser/mono-docbrowser-9999.ebuild
+++ b/dev-util/mono-docbrowser/mono-docbrowser-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-9999.ebuild $
 
@@ -16,9 +16,10 @@ SLOT="0"
 KEYWORDS=""
 IUSE="+webkit gtkhtml"
 
-RDEPEND=">=dev-dotnet/gtk-sharp-2.12.21
+# gtkhtml is currently deprecated in Gentoo tree
+RDEPEND=">=dev-dotnet/gtk-sharp-2.12.21:2
        >=dev-dotnet/gnome-sharp-2.24.2-r1
-       gtkhtml? ( >=dev-dotnet/gnome-desktop-sharp-2.26.0-r2:2[gtkhtml] )
+       gtkhtml? ( >=dev-dotnet/gnome-desktop-sharp-2.26.0-r2:2 )
        webkit? ( >=dev-dotnet/webkit-sharp-0.2-r1 )"
 DEPEND="${RDEPEND}
        sys-devel/gettext

Reply via email to