From 23a6d6afdc18930408a08d8be379e6cc5244e3b5 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sun, 18 Sep 2016 13:10:35 +0200 Subject: 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(-) (limited to 'media-video/gnome-subtitles') diff --git a/media-video/gnome-subtitles/gnome-subtitles-1.3.ebuild b/media-video/gnome-subtitles/gnome-subtitles-1.3.ebuild index 2e3eb1bf3599..e0373e1fc2f5 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 +} -- cgit v1.2.3-65-gdbad