From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 74243138A1A for ; Sun, 11 Jan 2015 08:20:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FFCBE08E6; Sun, 11 Jan 2015 08:20:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E6C5E08E6 for ; Sun, 11 Jan 2015 08:20:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 34CCD33FA71 for ; Sun, 11 Jan 2015 08:20:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0DBAF550 for ; Sun, 11 Jan 2015 08:20:49 +0000 (UTC) From: "Heather Cynede" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Heather Cynede" Message-ID: <1420964444.5b783a858038d988d1fb67b4fdec54a2b8704055.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: dev-util/mono-tools/ X-VCS-Repository: proj/dotnet X-VCS-Files: dev-util/mono-tools/mono-tools-9999.ebuild X-VCS-Directories: dev-util/mono-tools/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: 5b783a858038d988d1fb67b4fdec54a2b8704055 X-VCS-Branch: master Date: Sun, 11 Jan 2015 08:20:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d6f056ca-018b-47dc-b9de-8871e21665a7 X-Archives-Hash: 7e33513d79f5dc745a982a7babad9dab commit: 5b783a858038d988d1fb67b4fdec54a2b8704055 Author: Heather live ru> AuthorDate: Sun Jan 11 08:20:44 2015 +0000 Commit: Heather Cynede gentoo 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 }