commit:     f6ea7804594f6870b60d71a11cdc27aa404eb690
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 11:05:03 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Feb  1 17:12:19 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6ea7804

profiles: Mask tesseract[scrollview] on arches not supporting Java/SWT

 profiles/arch/alpha/package.use.mask         | 6 +++++-
 profiles/arch/arm/package.use.mask           | 6 +++++-
 profiles/arch/powerpc/ppc32/package.use.mask | 4 ++++
 profiles/arch/sparc/package.use.mask         | 6 +++++-
 4 files changed, 19 insertions(+), 3 deletions(-)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 7585e6d..af5c6ff 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -1,7 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# James Le Cuirot <ch...@gentoo.org) (30 Jan 2016)
+# scrollview requires Java, which is unsupported on Alpha.
+app-text/tesseract scrollview
+
 # Michael Weber <x...@gentoo.org> (09 Jan 2016)
 # no alpha support in media-libs/glfw
 app-text/mupdf opengl

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index 1eede1e..d939613 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -1,7 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# James Le Cuirot <ch...@gentoo.org) (30 Jan 2016)
+# scrollview requires SWT, which is currently unsupported on ARM.
+app-text/tesseract scrollview
+
 # Michael Weber <x...@gentoo.org> (09 Jan 2016)
 # no arm support in media-libs/glfw
 app-text/mupdf opengl

diff --git a/profiles/arch/powerpc/ppc32/package.use.mask 
b/profiles/arch/powerpc/ppc32/package.use.mask
index 1d78954..76b6de4 100644
--- a/profiles/arch/powerpc/ppc32/package.use.mask
+++ b/profiles/arch/powerpc/ppc32/package.use.mask
@@ -4,6 +4,10 @@
 
 # This file requires >=portage-2.1.1
 
+# James Le Cuirot <ch...@gentoo.org) (30 Jan 2016)
+# scrollview requires Java, which is unsupported on ppc.
+app-text/tesseract scrollview
+
 # James Le Cuirot <ch...@gentoo.org> (12 Jan 2015)
 # Java is no longer supported on ppc.
 app-text/texlive pdfannotextractor

diff --git a/profiles/arch/sparc/package.use.mask 
b/profiles/arch/sparc/package.use.mask
index fee2c84..9f4d02f 100644
--- a/profiles/arch/sparc/package.use.mask
+++ b/profiles/arch/sparc/package.use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,6 +6,10 @@
 # Missing keywords, bug #560382
 media-video/ffmpeg snappy
 
+# James Le Cuirot <ch...@gentoo.org) (30 Jan 2016)
+# scrollview requires Java, which is unsupported on SPARC.
+app-text/tesseract scrollview
+
 # Michael Weber <x...@gentoo.org> (09 Jan 2016)
 # no sparc support in media-libs/glfw
 app-text/mupdf opengl

Reply via email to