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 D0ACE138330 for ; Sun, 18 Sep 2016 11:37:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F09AE0B0D; Sun, 18 Sep 2016 11:37:06 +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 E57EDE0B0D for ; Sun, 18 Sep 2016 11:37:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 F1FC13408F9 for ; Sun, 18 Sep 2016 11:37:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50D772478 for ; Sun, 18 Sep 2016 11:37:03 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1474198607.23a6d6afdc18930408a08d8be379e6cc5244e3b5.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/gnome-subtitles/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/gnome-subtitles/gnome-subtitles-1.3.ebuild X-VCS-Directories: media-video/gnome-subtitles/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 23a6d6afdc18930408a08d8be379e6cc5244e3b5 X-VCS-Branch: master Date: Sun, 18 Sep 2016 11:37:03 +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: 974c7d17-fbd0-4490-ad5a-e1df1f1bf61d X-Archives-Hash: 3a1ed7ce12cd5a92f89453a2f3d3c077 commit: 23a6d6afdc18930408a08d8be379e6cc5244e3b5 Author: Pacho Ramos gentoo org> AuthorDate: Sun Sep 18 11:10:35 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Sep 18 11:36:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23a6d6af media-video/gnome-subtitles: Workaround parallel build bug (#508842), disable scrollkeeper. Package-Manager: portage-2.3.0 .../gnome-subtitles/gnome-subtitles-1.3.ebuild | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/media-video/gnome-subtitles/gnome-subtitles-1.3.ebuild b/media-video/gnome-subtitles/gnome-subtitles-1.3.ebuild index 2e3eb1b..e0373e1 100644 --- a/media-video/gnome-subtitles/gnome-subtitles-1.3.ebuild +++ b/media-video/gnome-subtitles/gnome-subtitles-1.3.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" -GCONF_DEBUG="no" +EAPI=6 GNOME2_LA_PUNT="yes" inherit mono-env gnome2 @@ -17,17 +16,21 @@ SLOT="0" IUSE="" KEYWORDS="~amd64 ~ppc ~x86" -RDEPEND=">=dev-lang/mono-1.1 +RDEPEND=" + >=dev-lang/mono-1.1 >=dev-dotnet/glade-sharp-2.12 >=dev-dotnet/gtk-sharp-2.12 >=dev-dotnet/gconf-sharp-2.12 media-libs/gstreamer:1.0 >=app-text/gtkspell-2.0:2 >=app-text/enchant-1.3 - media-libs/gst-plugins-base:1.0" + media-libs/gst-plugins-base:1.0 +" DEPEND="${RDEPEND} - app-text/scrollkeeper virtual/pkgconfig - app-text/gnome-doc-utils" + app-text/gnome-doc-utils +" -DOCS="AUTHORS ChangeLog NEWS README" +src_compile() { + MAKEOPTS="${MAKEOPTS} -j1" gnome2_src_compile #508842 +}