commit: b0355411282a04db1b075d871464d84f7fcff04c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 2 14:49:32 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 2 14:49:32 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0355411
media-video/rtmpdump: Stabilize 2.4_p20210219 arm64, #945661
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-video/rtmpdump/rtmpdump-2.4_p20210219.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-video/rtmpdump/rtmpdump-2.4_p20210219.ebuild
b/media-video/rtmpdump/rtmpdump-2.4_p20210219.ebuild
index 8632f208c91f..8c900e0cdaba 100644
--- a/media-video/rtmpdump/rtmpdump-2.4_p20210219.ebuild
+++ b/media-video/rtmpdump/rtmpdump-2.4_p20210219.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
@@ -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