diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-05-03 11:21:02 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-05-03 11:27:54 -0400 |
commit | dc6ef8fddada3d7e598dc45c1309af93ae0212ab (patch) | |
tree | 7c13cc07607852ac6505e471dc0249b851a72f9a /media-video/rtmpdump | |
parent | media-gfx/scrot: Drop old (diff) | |
download | gentoo-dc6ef8fddada3d7e598dc45c1309af93ae0212ab.tar.gz gentoo-dc6ef8fddada3d7e598dc45c1309af93ae0212ab.tar.bz2 gentoo-dc6ef8fddada3d7e598dc45c1309af93ae0212ab.zip |
media-video/rtmpdump: arm64 stable (bug #684614)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'media-video/rtmpdump')
-rw-r--r-- | media-video/rtmpdump/rtmpdump-2.4_p20161210-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/rtmpdump/rtmpdump-2.4_p20161210-r3.ebuild b/media-video/rtmpdump/rtmpdump-2.4_p20161210-r3.ebuild index 1df829d3bf59..90f06ea321a5 100644 --- a/media-video/rtmpdump/rtmpdump-2.4_p20161210-r3.ebuild +++ b/media-video/rtmpdump/rtmpdump-2.4_p20161210-r3.ebuild @@ -29,12 +29,12 @@ PATCHES=( ) if [[ ${PV} == *9999 ]] ; then - KEYWORDS="amd64 ppc ppc64" + KEYWORDS="amd64 arm64 ppc ppc64" SRC_URI="" EGIT_REPO_URI="https://git.ffmpeg.org/rtmpdump.git" inherit git-r3 else - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ppc ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm arm64 ~hppa ~mips ppc ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" SRC_URI="https://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz" fi |