diff options
author | 2022-05-30 15:17:55 +0200 | |
---|---|---|
committer | 2022-05-30 15:18:15 +0200 | |
commit | 898c14e2dc2c7ad9c9e1624ab303780371df4ffe (patch) | |
tree | b2e2b802a89b5b520c29a0af3989b0fa9be6ee60 /media-video/ffmpeg | |
parent | sys-apps/systemd: builds on m68k (diff) | |
download | gentoo-898c14e2dc2c7ad9c9e1624ab303780371df4ffe.tar.gz gentoo-898c14e2dc2c7ad9c9e1624ab303780371df4ffe.tar.bz2 gentoo-898c14e2dc2c7ad9c9e1624ab303780371df4ffe.zip |
media-video/ffmpeg: marked ~x64-macos
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'media-video/ffmpeg')
-rw-r--r-- | media-video/ffmpeg/ffmpeg-4.4.2.ebuild | 2 | ||||
-rw-r--r-- | media-video/ffmpeg/ffmpeg-5.0.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-video/ffmpeg/ffmpeg-4.4.2.ebuild b/media-video/ffmpeg/ffmpeg-4.4.2.ebuild index 5d9c4833feb2..425b251814ba 100644 --- a/media-video/ffmpeg/ffmpeg-4.4.2.ebuild +++ b/media-video/ffmpeg/ffmpeg-4.4.2.ebuild @@ -64,7 +64,7 @@ LICENSE=" samba? ( GPL-3 ) " if [ "${PV#9999}" = "${PV}" ] ; then - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" fi # Options to use as use_enable in the foo[:bar] form. diff --git a/media-video/ffmpeg/ffmpeg-5.0.1.ebuild b/media-video/ffmpeg/ffmpeg-5.0.1.ebuild index 22a2b8e62697..7beebe3c0dac 100644 --- a/media-video/ffmpeg/ffmpeg-5.0.1.ebuild +++ b/media-video/ffmpeg/ffmpeg-5.0.1.ebuild @@ -64,7 +64,7 @@ LICENSE=" samba? ( GPL-3 ) " if [ "${PV#9999}" = "${PV}" ] ; then - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" fi # Options to use as use_enable in the foo[:bar] form. |