summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-05-13 02:26:45 +0200
committerThomas Deutschmann <whissi@gentoo.org>2019-05-13 02:37:54 +0200
commitf1ca7cbf5ae43a9ea78e6c5d61642240084e6e4e (patch)
tree8a41473f6b3ab5a616a125a9de221969c791aef6 /media-video/rtmpdump
parentdev-ruby/concurrent-ruby: x86 stable (bug #684084) (diff)
downloadgentoo-f1ca7cbf5ae43a9ea78e6c5d61642240084e6e4e.tar.gz
gentoo-f1ca7cbf5ae43a9ea78e6c5d61642240084e6e4e.tar.bz2
gentoo-f1ca7cbf5ae43a9ea78e6c5d61642240084e6e4e.zip
media-video/rtmpdump: x86 stable (bug #684614)
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'media-video/rtmpdump')
-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 4b64ffb70eca..374af6708cb6 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"
+ KEYWORDS="amd64 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