From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CD1DF1395E2 for ; Mon, 5 Dec 2016 12:06:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2673E0C46; Mon, 5 Dec 2016 12:06:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B7E1AE0C46 for ; Mon, 5 Dec 2016 12:06:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C43A2341142 for ; Mon, 5 Dec 2016 12:06:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67FEB24BD for ; Mon, 5 Dec 2016 12:06:45 +0000 (UTC) From: "Andrew Savchenko" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Savchenko" Message-ID: <1480939600.cfcc53f3d4734e98680e3f51444235c9fec38c21.bircoph@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/stardict/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/stardict/stardict-4.0.0_pre20160518.ebuild X-VCS-Directories: app-text/stardict/ X-VCS-Committer: bircoph X-VCS-Committer-Name: Andrew Savchenko X-VCS-Revision: cfcc53f3d4734e98680e3f51444235c9fec38c21 X-VCS-Branch: master Date: Mon, 5 Dec 2016 12:06:45 +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: e0f26a83-679c-4d8c-ad2e-1c3032154b54 X-Archives-Hash: 529efe5c2e971d5ad9a5d541d8574baf commit: cfcc53f3d4734e98680e3f51444235c9fec38c21 Author: Andrew Savchenko gentoo org> AuthorDate: Mon Dec 5 10:18:16 2016 +0000 Commit: Andrew Savchenko gentoo org> CommitDate: Mon Dec 5 12:06:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfcc53f3 app-text/stardict: update gtk/glib deps Package-Manager: portage-2.3.2 Signed-off-by: Andrew Savchenko gentoo.org> app-text/stardict/stardict-4.0.0_pre20160518.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app-text/stardict/stardict-4.0.0_pre20160518.ebuild b/app-text/stardict/stardict-4.0.0_pre20160518.ebuild index c638d0f..da192f9 100644 --- a/app-text/stardict/stardict-4.0.0_pre20160518.ebuild +++ b/app-text/stardict/stardict-4.0.0_pre20160518.ebuild @@ -31,11 +31,12 @@ pronounce python qqwry spell tools updateinfo +wikiparse +wordnet RESTRICT="test" COMMON_DEPEND=" - >=dev-libs/glib-2.16:2 + >=dev-libs/glib-2.32:2 dev-libs/libsigc++:2= + media-libs/libcanberra[gtk3] sys-libs/zlib:= x11-libs/gdk-pixbuf:2 - >=x11-libs/gtk+-2.20:2 + x11-libs/gtk+:3 x11-libs/libX11 x11-libs/pango espeak? ( >=app-accessibility/espeak-1.29 ) @@ -102,9 +103,11 @@ src_configure() { # Festival plugin crashes, bug 188684. Disable for now. gnome2_src_configure \ + --disable-darwin-support \ --disable-festival \ --disable-gnome-support \ --disable-gpe-support \ + --disable-maemo-support \ --disable-schemas-install \ --disable-scrollkeeper \ $(use_enable advertisement) \