commit:     23a6d6afdc18930408a08d8be379e6cc5244e3b5
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 11:10:35 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> 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
+}

Reply via email to