media-plugins/kodi-vfs-libarchive: Use the "Matrix" branch for -9999

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Craig Andrews <candrews@gentoo.org>
This commit is contained in:
Craig Andrews
2020-01-06 17:05:37 -05:00
parent 86f2a063b6
commit 777dcc6262

View File

@@ -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
@@ -13,6 +13,7 @@ case ${PV} in
9999)
SRC_URI=""
EGIT_REPO_URI="https://github.com/xbmc/vfs.libarchive.git"
EGIT_BRANCH="Matrix"
inherit git-r3
;;
*)
@@ -41,3 +42,4 @@ DEPEND="
)
~media-tv/kodi-9999
"
RDEPEND="${DEPEND}"