summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-09-18 13:10:35 +0200
committerPacho Ramos <pacho@gentoo.org>2016-09-18 13:36:47 +0200
commit23a6d6afdc18930408a08d8be379e6cc5244e3b5 (patch)
tree1b47004779d77b641d897f1ccc31d6cb0d6d80ac /media-video/gnome-subtitles
parentsci-biology/lagan: Remove old ebuilds (diff)
downloadgentoo-23a6d6afdc18930408a08d8be379e6cc5244e3b5.tar.gz
gentoo-23a6d6afdc18930408a08d8be379e6cc5244e3b5.tar.bz2
gentoo-23a6d6afdc18930408a08d8be379e6cc5244e3b5.zip
media-video/gnome-subtitles: Workaround parallel build bug (#508842), disable scrollkeeper.
Package-Manager: portage-2.3.0
Diffstat (limited to 'media-video/gnome-subtitles')
-rw-r--r--media-video/gnome-subtitles/gnome-subtitles-1.3.ebuild19
1 files 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 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
+}