diff options
author | 2024-12-02 14:49:33 +0000 | |
---|---|---|
committer | 2024-12-02 14:49:33 +0000 | |
commit | 0f74e436bdd96277a7c0f72847d997fb7d1ce371 (patch) | |
tree | afbfeabc06222bd932057f4edccf8f4f6cf6ef13 /media-video | |
parent | media-video/rtmpdump: Stabilize 2.4_p20210219 arm64, #945661 (diff) | |
download | gentoo-0f74e436bdd96277a7c0f72847d997fb7d1ce371.tar.gz gentoo-0f74e436bdd96277a7c0f72847d997fb7d1ce371.tar.bz2 gentoo-0f74e436bdd96277a7c0f72847d997fb7d1ce371.zip |
media-video/rtmpdump: Stabilize 2.4_p20210219 arm, #945661
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/rtmpdump/rtmpdump-2.4_p20210219.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/rtmpdump/rtmpdump-2.4_p20210219.ebuild b/media-video/rtmpdump/rtmpdump-2.4_p20210219.ebuild index 8c900e0cdaba..1f4bc8628539 100644 --- a/media-video/rtmpdump/rtmpdump-2.4_p20210219.ebuild +++ b/media-video/rtmpdump/rtmpdump-2.4_p20210219.ebuild @@ -35,7 +35,7 @@ if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://git.ffmpeg.org/rtmpdump.git" inherit git-r3 else - KEYWORDS="~amd64 ~arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~amd64 arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" SRC_URI="https://git.ffmpeg.org/gitweb/rtmpdump.git/snapshot/f1b83c10d8beb43fcc70a6e88cf4325499f25857.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-f1b83c1" fi |