diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-04-29 21:09:04 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-04-29 21:09:04 +0100 |
commit | 8f1089eacbc34d9c46516697c176b03261990a75 (patch) | |
tree | df35ac4159eff2846ef9138acf1e1f73b3829a40 /media-video | |
parent | dev-cpp/commoncpp2: stable 1.8.1-r4 for ppc, bug #684610 (diff) | |
download | gentoo-8f1089eacbc34d9c46516697c176b03261990a75.tar.gz gentoo-8f1089eacbc34d9c46516697c176b03261990a75.tar.bz2 gentoo-8f1089eacbc34d9c46516697c176b03261990a75.zip |
media-video/rtmpdump: stable 2.4_p20161210-r3 for ppc, bug #684614
Package-Manager: Portage-2.3.65, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'media-video')
-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 42acf5134f90..36fa7d61f84f 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="" + KEYWORDS="ppc" 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 |