diff options
Diffstat (limited to 'media-video/ffmpeg/ffmpeg-7.0.2.ebuild')
-rw-r--r-- | media-video/ffmpeg/ffmpeg-7.0.2.ebuild | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/media-video/ffmpeg/ffmpeg-7.0.2.ebuild b/media-video/ffmpeg/ffmpeg-7.0.2.ebuild index 6bb51288794a..467c8c4a6bb7 100644 --- a/media-video/ffmpeg/ffmpeg-7.0.2.ebuild +++ b/media-video/ffmpeg/ffmpeg-7.0.2.ebuild @@ -86,7 +86,7 @@ LICENSE=" " SLOT="0/${FFMPEG_SUBSLOT}" if [ "${PV#9999}" = "${PV}" ] ; then - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos" fi # Options to use as use_enable in the foo[:bar] form. @@ -434,15 +434,6 @@ multilib_src_configure() { # Conditional patch options use soc && myconf+=( --enable-v4l2-request --enable-libudev --enable-sand ) - # bug 842201 - use ia64 && tc-is-gcc && append-flags \ - -fno-tree-ccp \ - -fno-tree-dominator-opts \ - -fno-tree-fre \ - -fno-code-hoisting \ - -fno-tree-pre \ - -fno-tree-vrp - local ffuse=( "${FFMPEG_FLAG_MAP[@]}" ) use openssl && myconf+=( --enable-nonfree ) use samba && myconf+=( --enable-version3 ) |