media-plugins/kodi-vfs-libarchive: Use the "Matrix" branch for -9999
authorCraig Andrews <candrews@gentoo.org>
Mon, 6 Jan 2020 22:05:37 +0000 (17:05 -0500)
committerCraig Andrews <candrews@gentoo.org>
Mon, 6 Jan 2020 22:08:26 +0000 (17:08 -0500)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Craig Andrews <candrews@gentoo.org>
media-plugins/kodi-vfs-libarchive/kodi-vfs-libarchive-9999.ebuild

index 50952f01d397e67a0f674e4af2d3608f91acb586..ec2ee28f5f58fc34c5745054e12f66d4495e3a26 100644 (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}"