diff options
author | 2020-03-15 19:49:16 +0100 | |
---|---|---|
committer | 2020-03-15 20:03:03 +0100 | |
commit | df23d347b6e37ceb91a83f701bf15ac473f93551 (patch) | |
tree | 0ef59bf79dfa0a54977f1bb047791256f8b2de8c | |
parent | dev-lang/go: ppc64 stable wrt bug #711552 (diff) | |
download | gentoo-df23d347b6e37ceb91a83f701bf15ac473f93551.tar.gz gentoo-df23d347b6e37ceb91a83f701bf15ac473f93551.tar.bz2 gentoo-df23d347b6e37ceb91a83f701bf15ac473f93551.zip |
media-video/ffmpeg: restore alpha, ia64, ppc and ppc64 keywords
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r-- | media-video/ffmpeg/ffmpeg-4.2.2.ebuild | 2 | ||||
-rw-r--r-- | media-video/ffmpeg/ffmpeg-9999.ebuild | 2 | ||||
-rw-r--r-- | profiles/arch/alpha/package.use.mask | 5 | ||||
-rw-r--r-- | profiles/arch/ia64/package.use.mask | 6 |
4 files changed, 13 insertions, 2 deletions
diff --git a/media-video/ffmpeg/ffmpeg-4.2.2.ebuild b/media-video/ffmpeg/ffmpeg-4.2.2.ebuild index 96cd4122b9ff..65766600f79f 100644 --- a/media-video/ffmpeg/ffmpeg-4.2.2.ebuild +++ b/media-video/ffmpeg/ffmpeg-4.2.2.ebuild @@ -59,7 +59,7 @@ LICENSE=" samba? ( GPL-3 ) " if [ "${PV#9999}" = "${PV}" ] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" fi # Options to use as use_enable in the foo[:bar] form. diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index fb6ebfa18866..65766600f79f 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -59,7 +59,7 @@ LICENSE=" samba? ( GPL-3 ) " if [ "${PV#9999}" = "${PV}" ] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" fi # Options to use as use_enable in the foo[:bar] form. diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index 306141fbaae4..dc78ae660900 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Thomas Deutschmann <whissi@gentoo.org> (2020-03-15) +# Mask USE=dav1d, media-libs/dav1d is not keyworded +# Mask USE=libaribb24, media-libs/aribb24 is not keyworded +media-video/ffmpeg dav1d libaribb24 libtesseract + # Andrey Utkin <andrey_utkin@gentoo.org> (2020-03-11) # USE=bpf depends on sys-devel/clang which is not keyworded on alpha. media-tv/v4l-utils bpf diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index 7178e0d3f675..d9317d892bf2 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -1,6 +1,12 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Thomas Deutschmann <whissi@gentoo.org> (2020-03-15) +# Mask USE=libtesseract, app-text/tesseract is not keyworded +# Mask USE=dav1d, media-libs/dav1d is not keyworded +# Mask USE=libaribb24, media-libs/aribb24 is not keyworded +media-video/ffmpeg dav1d libaribb24 libtesseract + # Mart Raudsepp <leio@gentoo.org> (2020-03-01) # Mask until app-text/gspell is keyworded mail-client/evolution spell |