diff options
author | Matt Jolly <kangie@gentoo.org> | 2024-04-25 11:52:23 +1000 |
---|---|---|
committer | Matt Jolly <kangie@gentoo.org> | 2024-04-25 16:28:33 +1000 |
commit | fc1100eb45d59a712d5633a422a99d9ec248d1c3 (patch) | |
tree | 269760a372faf04ff647722bd986cf1649825cbc /media-video | |
parent | www-client/chromium: drop 123.0.6312.105 (diff) | |
download | gentoo-fc1100eb45d59a712d5633a422a99d9ec248d1c3.tar.gz gentoo-fc1100eb45d59a712d5633a422a99d9ec248d1c3.tar.bz2 gentoo-fc1100eb45d59a712d5633a422a99d9ec248d1c3.zip |
media-video/ffmpeg-chromium: keyword 124 and 125 for ~ppc64
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/ffmpeg-chromium/ffmpeg-chromium-124.ebuild | 2 | ||||
-rw-r--r-- | media-video/ffmpeg-chromium/ffmpeg-chromium-125.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-video/ffmpeg-chromium/ffmpeg-chromium-124.ebuild b/media-video/ffmpeg-chromium/ffmpeg-chromium-124.ebuild index 316bbbcc31a6..74a941cdeb9e 100644 --- a/media-video/ffmpeg-chromium/ffmpeg-chromium-124.ebuild +++ b/media-video/ffmpeg-chromium/ffmpeg-chromium-124.ebuild @@ -16,7 +16,7 @@ LICENSE=" " SLOT="${PV}" -KEYWORDS="amd64 ~arm arm64" +KEYWORDS="amd64 ~arm arm64 ~ppc64" # Options to use as use_enable in the foo[:bar] form. # This will feed configure with $(use_enable foo bar) diff --git a/media-video/ffmpeg-chromium/ffmpeg-chromium-125.ebuild b/media-video/ffmpeg-chromium/ffmpeg-chromium-125.ebuild index 8356541f8bcc..57ac8aece340 100644 --- a/media-video/ffmpeg-chromium/ffmpeg-chromium-125.ebuild +++ b/media-video/ffmpeg-chromium/ffmpeg-chromium-125.ebuild @@ -16,7 +16,7 @@ LICENSE=" " SLOT="${PV}" -KEYWORDS="~amd64 ~arm ~arm64" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64" # Options to use as use_enable in the foo[:bar] form. # This will feed configure with $(use_enable foo bar) |