diff options
author | Sam James <sam@gentoo.org> | 2020-10-07 17:04:59 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-07 17:07:02 +0000 |
commit | efdf771235ce9a0c62723f186f3afa04e5680b66 (patch) | |
tree | 2e272233b71723cfd85caf1e47b4d1ead7d30457 /media-video | |
parent | media-video/ffmpeg: fix ppc build for 4.3.1 (diff) | |
download | gentoo-efdf771235ce9a0c62723f186f3afa04e5680b66.tar.gz gentoo-efdf771235ce9a0c62723f186f3afa04e5680b66.tar.bz2 gentoo-efdf771235ce9a0c62723f186f3afa04e5680b66.zip |
media-video/ffmpeg: keyword ~ppc for 4.3.1, bug #728558
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/ffmpeg/ffmpeg-4.3.1.ebuild | 2 | ||||
-rw-r--r-- | media-video/ffmpeg/ffmpeg-4.3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-video/ffmpeg/ffmpeg-4.3.1.ebuild b/media-video/ffmpeg/ffmpeg-4.3.1.ebuild index f1f6178b251f..b3af83d2f534 100644 --- a/media-video/ffmpeg/ffmpeg-4.3.1.ebuild +++ b/media-video/ffmpeg/ffmpeg-4.3.1.ebuild @@ -59,7 +59,7 @@ LICENSE=" samba? ( GPL-3 ) " if [ "${PV#9999}" = "${PV}" ] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" fi # Options to use as use_enable in the foo[:bar] form. diff --git a/media-video/ffmpeg/ffmpeg-4.3.ebuild b/media-video/ffmpeg/ffmpeg-4.3.ebuild index b519b9bd21cb..8abd6793bed1 100644 --- a/media-video/ffmpeg/ffmpeg-4.3.ebuild +++ b/media-video/ffmpeg/ffmpeg-4.3.ebuild @@ -59,7 +59,7 @@ LICENSE=" samba? ( GPL-3 ) " if [ "${PV#9999}" = "${PV}" ] ; then - KEYWORDS="~amd64 ~arm64 ~mips ~ppc64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~amd64 ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" fi # Options to use as use_enable in the foo[:bar] form. |