media-plugins/kodi-vfs-sftp: Use the "Matrix" branch for -9999
authorCraig Andrews <candrews@gentoo.org>
Mon, 6 Jan 2020 22:06:32 +0000 (17:06 -0500)
committerCraig Andrews <candrews@gentoo.org>
Mon, 6 Jan 2020 22:08:27 +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-sftp/kodi-vfs-sftp-9999.ebuild

index 478d045ff69b107b2c4b4efc16b2079a13874573..b613fa2c997e69d6e48e04cd251235d56aa93e51 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.sftp.git"
+       EGIT_BRANCH="Matrix"
        inherit git-r3
        ;;
 *)
@@ -33,6 +34,7 @@ DEPEND="
        ~media-libs/kodi-platform-9999
        ~media-tv/kodi-9999
        "
+RDEPEND="${DEPEND}"
 
 src_prepare(){
        [ -d depends ] && rm -rf depends || die