Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/rtmpdump/
Date: Mon, 29 Apr 2019 20:09:34
Message-Id: 1556568544.8f1089eacbc34d9c46516697c176b03261990a75.slyfox@gentoo
1 commit: 8f1089eacbc34d9c46516697c176b03261990a75
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 29 20:09:04 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 29 20:09:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f1089ea
7
8 media-video/rtmpdump: stable 2.4_p20161210-r3 for ppc, bug #684614
9
10 Package-Manager: Portage-2.3.65, Repoman-2.3.12
11 RepoMan-Options: --include-arches="ppc"
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 media-video/rtmpdump/rtmpdump-2.4_p20161210-r3.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/media-video/rtmpdump/rtmpdump-2.4_p20161210-r3.ebuild b/media-video/rtmpdump/rtmpdump-2.4_p20161210-r3.ebuild
18 index 42acf5134f9..36fa7d61f84 100644
19 --- a/media-video/rtmpdump/rtmpdump-2.4_p20161210-r3.ebuild
20 +++ b/media-video/rtmpdump/rtmpdump-2.4_p20161210-r3.ebuild
21 @@ -29,12 +29,12 @@ PATCHES=(
22 )
23
24 if [[ ${PV} == *9999 ]] ; then
25 - KEYWORDS=""
26 + KEYWORDS="ppc"
27 SRC_URI=""
28 EGIT_REPO_URI="https://git.ffmpeg.org/rtmpdump.git"
29 inherit git-r3
30 else
31 - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
32 + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
33 SRC_URI="https://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz"
34 fi