Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-inputstream-rtmp/
Date: Sat, 01 Feb 2020 03:09:21
Message-Id: 1580526548.4a27a8f23e437269d2438e04140311d18b61cc94.candrews@gentoo
1 commit: 4a27a8f23e437269d2438e04140311d18b61cc94
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 1 03:01:34 2020 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 1 03:09:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a27a8f2
7
8 media-plugins/kodi-inputstream-rtmp: Use Matrix branch in -9999
9
10 Package-Manager: Portage-2.3.86, Repoman-2.3.20
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-9999.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-9999.ebuild b/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-9999.ebuild
17 index e38c1e39aac..9aabb1756ab 100644
18 --- a/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-9999.ebuild
19 +++ b/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -12,6 +12,7 @@ SRC_URI=""
27 case ${PV} in
28 9999)
29 SRC_URI=""
30 + EGIT_BRANCH="Matrix"
31 EGIT_REPO_URI="https://github.com/xbmc/inputstream.rtmp.git"
32 inherit git-r3
33 ;;