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-peripheral-joystick/
Date: Sat, 01 Feb 2020 03:09:22
Message-Id: 1580526548.beeb621b2e9f5bb0c32795365c8caeee6484f788.candrews@gentoo
1 commit: beeb621b2e9f5bb0c32795365c8caeee6484f788
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 1 03:00:22 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=beeb621b
7
8 media-plugins/kodi-peripheral-joystick: 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 .../kodi-peripheral-joystick/kodi-peripheral-joystick-9999.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-9999.ebuild b/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-9999.ebuild
17 index 9b0ab5cbd9b..68cb4f25ec0 100644
18 --- a/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-9999.ebuild
19 +++ b/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-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/peripheral.joystick.git"
32 inherit git-r3
33 ;;