diff options
author | Andrey Utkin <andrey_utkin@gentoo.org> | 2018-03-11 01:27:23 +0000 |
---|---|---|
committer | Andrey Utkin <andrey_utkin@gentoo.org> | 2018-03-11 01:30:14 +0000 |
commit | 75a993727d67848cc995d05705803dd529e2a770 (patch) | |
tree | fb31b77894db588bc6bd44a8140efc92a8e8df41 /profiles | |
parent | app-arch/pigz-2.3.4: hppa stable (diff) | |
download | gentoo-75a993727d67848cc995d05705803dd529e2a770.tar.gz gentoo-75a993727d67848cc995d05705803dd529e2a770.tar.bz2 gentoo-75a993727d67848cc995d05705803dd529e2a770.zip |
profiles: prefix/darwin/macos: unmask appkit USE flag of ffmpeg
Apple AppKit is available on macOS 10.0 and later, so it applies to all
existing sub-profiles.
Bug: https://bugs.gentoo.org/637482
Suggested-by: Alexis Ballier <aballier@gentoo.org>
Cc: prefix@gentoo.org
Cc: media-video@gentoo.org
Acked-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/prefix/darwin/macos/package.use.mask | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/profiles/prefix/darwin/macos/package.use.mask b/profiles/prefix/darwin/macos/package.use.mask index cd0aa4ef5dba..095bcbda726b 100644 --- a/profiles/prefix/darwin/macos/package.use.mask +++ b/profiles/prefix/darwin/macos/package.use.mask @@ -1,6 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Andrey Utkin <andrey_utkin@gentoo.org> (11 Mar 2018) +# This flag can be sensibly enabled only on macos +# hence it is masked in base profile. Bug #637482 +media-video/ffmpeg -appkit + # James Le Cuirot <chewi@gentoo.org> (29 Jul 2015) # JavaFX is included on Mac OS. I think a browser plugin is too but as # libjvm rather than libnpjp2 like on Linux so keep nsplugin masked. |