diff options
Diffstat (limited to 'media-video/ffmpeg-chromium/ffmpeg-chromium-128.ebuild')
-rw-r--r-- | media-video/ffmpeg-chromium/ffmpeg-chromium-128.ebuild | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/media-video/ffmpeg-chromium/ffmpeg-chromium-128.ebuild b/media-video/ffmpeg-chromium/ffmpeg-chromium-128.ebuild index 6b5bd6600a97..0669dac8dc36 100644 --- a/media-video/ffmpeg-chromium/ffmpeg-chromium-128.ebuild +++ b/media-video/ffmpeg-chromium/ffmpeg-chromium-128.ebuild @@ -16,7 +16,7 @@ LICENSE=" " SLOT="${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64" +KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64" # Options to use as use_enable in the foo[:bar] form. # This will feed configure with $(use_enable foo bar) @@ -140,15 +140,6 @@ src_configure() { # Bug #918997. Will probably be fixed upstream in the next release. use vulkan && append-ldflags -Wl,-z,muldefs - # 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[@]}" ) for i in "${ffuse[@]#+}" ; do |