commit: e0f0a0444bfc0a168f0be0ef58eaa50893337dbd Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sun Jul 31 13:21:57 2016 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Jul 31 13:23:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0f0a044
profiles: Mask USE="graphicsmagick" for sci-mathematics/octave on arm profiles/arch/arm/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index ed36552..2195762 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -2,6 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# David Seifert <[email protected]> (31 Jul 2016) +# media-gfx/graphicsmagick is not keyworded on arm, users will need +# to enable imagemagick flag and disable graphicsmagick use flag +# to enable conversion facilities +sci-mathematics/octave graphicsmagick + # Davide Pesavento <[email protected]> (28 Jul 2016) # The corresponding Qt5 modules are not keyworded on arm, and we don't want to # keyword them solely because of PyQt5 while there are no other in-tree users.
