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-adaptive/
Date: Mon, 06 Jan 2020 22:08:37
Message-Id: 1578348507.c8937a494fee46f9d70dbec9df88239e9820547d.candrews@gentoo
1 commit: c8937a494fee46f9d70dbec9df88239e9820547d
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 6 22:07:34 2020 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 6 22:08:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8937a49
7
8 media-plugins/kodi-inputstream-adaptive: Use the "Matrix" branch
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 .../kodi-inputstream-adaptive/kodi-inputstream-adaptive-9999.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-9999.ebuild b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-9999.ebuild
17 index 55dcb1916c4..40578ef03e1 100644
18 --- a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-9999.ebuild
19 +++ b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-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 @@ -13,6 +13,7 @@ case ${PV} in
27 9999)
28 SRC_URI=""
29 EGIT_REPO_URI="https://github.com/peak3d/inputstream.adaptive.git"
30 + EGIT_BRANCH="Matrix"
31 inherit git-r3
32 ;;
33 *)