diff options
author | Craig Andrews <candrews@gentoo.org> | 2020-01-31 22:00:22 -0500 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2020-01-31 22:09:08 -0500 |
commit | beeb621b2e9f5bb0c32795365c8caeee6484f788 (patch) | |
tree | 07319fc80dc4b88680d2110e1e12702d99c66b3f /media-plugins/kodi-peripheral-joystick | |
parent | sys-apps/util-linux: Synced live ebuild (diff) | |
download | gentoo-beeb621b2e9f5bb0c32795365c8caeee6484f788.tar.gz gentoo-beeb621b2e9f5bb0c32795365c8caeee6484f788.tar.bz2 gentoo-beeb621b2e9f5bb0c32795365c8caeee6484f788.zip |
media-plugins/kodi-peripheral-joystick: Use Matrix branch in -9999
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'media-plugins/kodi-peripheral-joystick')
-rw-r--r-- | media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-9999.ebuild b/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-9999.ebuild index 9b0ab5cbd9ba..68cb4f25ec01 100644 --- a/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-9999.ebuild +++ b/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,6 +12,7 @@ SRC_URI="" case ${PV} in 9999) SRC_URI="" + EGIT_BRANCH="Matrix" EGIT_REPO_URI="https://github.com/xbmc/peripheral.joystick.git" inherit git-r3 ;; |