commit: 5b783a858038d988d1fb67b4fdec54a2b8704055
Author: Heather <Heather <AT> live <DOT> ru>
AuthorDate: Sun Jan 11 08:20:44 2015 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sun Jan 11 08:20:44 2015 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=5b783a85
QA
---
dev-util/mono-tools/mono-tools-9999.ebuild | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
diff --git a/dev-util/mono-tools/mono-tools-9999.ebuild
b/dev-util/mono-tools/mono-tools-9999.ebuild
index 65afdda..6875809 100644
--- a/dev-util/mono-tools/mono-tools-9999.ebuild
+++ b/dev-util/mono-tools/mono-tools-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 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 $
@@ -14,17 +14,14 @@ EGIT_REPO_URI="git://github.com/mono/${PN}.git"
LICENSE="GPL-2 MIT"
SLOT="0"
KEYWORDS=""
-IUSE="+webkit gtkhtml"
+IUSE="+webkit"
-RDEPEND="dev-lang/mono
- >=dev-dotnet/gtk-sharp-2.12.21
- >=dev-dotnet/gnome-sharp-2.24.2-r1
- gtkhtml? ( >=dev-dotnet/gtkhtml-sharp-2.24.0:2 )
- webkit? ( >=dev-dotnet/webkit-sharp-0.2-r1 )"
+RDEPEND=">=dev-dotnet/gtk-sharp-2.99
+ webkit? ( dev-dotnet/webkit-sharp )"
DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig"
-PATCHES=(
+PATCHES=(
"${FILESDIR}/${PN}-2.8-html-renderer-fixes.patch"
"${FILESDIR}/${P}_make_build_use_2_0.patch"
)
@@ -48,7 +45,6 @@ src_prepare() {
src_configure() {
econf --disable-dependency-tracking \
--disable-gecko \
- $(use_enable gtkhtml) \
$(use_enable webkit) \
--disable-monowebbrowser || die
}