summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2019-05-15 18:26:50 +0300
committerMikle Kolyada <zlogene@gentoo.org>2019-05-15 18:26:50 +0300
commit41c53c39fdc9115ea477694e997d9a89f3916a39 (patch)
treeebc6d028ef1683959d1efeb1b4172a1b62662347 /media-video
parentnet-libs/libsrtp: amd64 stable wrt bug #684620 (diff)
downloadgentoo-41c53c39fdc9115ea477694e997d9a89f3916a39.tar.gz
gentoo-41c53c39fdc9115ea477694e997d9a89f3916a39.tar.bz2
gentoo-41c53c39fdc9115ea477694e997d9a89f3916a39.zip
media-video/rtmpdump: arm stable wrt bug #684614
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'media-video')
-rw-r--r--media-video/rtmpdump/rtmpdump-2.4_p20161210-r3.ebuild4
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 374af6708cb6..597b6842efc2 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 arm64 ppc ppc64 x86"
+ KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
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