summaryrefslogtreecommitdiff
path: root/media-plugins/kodi-vfs-sacd
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /media-plugins/kodi-vfs-sacd
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'media-plugins/kodi-vfs-sacd')
-rw-r--r--media-plugins/kodi-vfs-sacd/Manifest2
-rw-r--r--media-plugins/kodi-vfs-sacd/kodi-vfs-sacd-9999.ebuild6
2 files changed, 5 insertions, 3 deletions
diff --git a/media-plugins/kodi-vfs-sacd/Manifest b/media-plugins/kodi-vfs-sacd/Manifest
index 127d14aef6b6..4990207cc48c 100644
--- a/media-plugins/kodi-vfs-sacd/Manifest
+++ b/media-plugins/kodi-vfs-sacd/Manifest
@@ -1,2 +1,2 @@
-EBUILD kodi-vfs-sacd-9999.ebuild 619 BLAKE2B 67a2ff8f85e17c25cee8dc8100ae8348944c6322fac2a60a5c379a467932237e5473a00d724977eb7f4ea7b760f5830f9cac9f737442c2e8b4a2680d2ed86a1b SHA512 54061667f3371b3324cc378e6cf9909c6d9cab5a6bd149be251ff284c3b5c6c7dfe7995e08760295490870cde536c3ffda8111a8b8fa6388e9e80e30395a69d0
+EBUILD kodi-vfs-sacd-9999.ebuild 655 BLAKE2B cd5502a4711e935ff7aff2214c6805fa552968d2c91857874d2953343dfcb7f52c1df6c076f00c2960c0908ff3eef598a07ffc1991e31b1d7a7b4d3af2e588c1 SHA512 eef594e74e016a9e44e8d6683084486fd5355f7e28086e432c349586e275257103fa8c94150a88feca0cddc1149567f226e9d8ed247feb508b281e924e9a4ee3
MISC metadata.xml 419 BLAKE2B 18019581cc35ab24aed35e146674d26ab57c18ad0d0468954f8dff16c2bff757d9a7acf718e5655fa96e02be9fd1a05d8f87f3c46b83fe09692b6f71677d89d4 SHA512 931961ed7c4a909bd1f15c7e02a3a37e7815b9ff293708aab813eaecca25ab38b8fc98872295b8dc6d46029d570dd238d68259f57504cba67601099f3f30dd55
diff --git a/media-plugins/kodi-vfs-sacd/kodi-vfs-sacd-9999.ebuild b/media-plugins/kodi-vfs-sacd/kodi-vfs-sacd-9999.ebuild
index a5726083a310..813a460bf5f8 100644
--- a/media-plugins/kodi-vfs-sacd/kodi-vfs-sacd-9999.ebuild
+++ b/media-plugins/kodi-vfs-sacd/kodi-vfs-sacd-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit cmake-utils kodi-addon
+inherit cmake kodi-addon
DESCRIPTION="SACD VFS addon for Kodi"
HOMEPAGE="https://github.com/xbmc/vfs.sacd"
@@ -13,6 +13,7 @@ case ${PV} in
9999)
SRC_URI=""
EGIT_REPO_URI="https://github.com/xbmc/vfs.sacd.git"
+ EGIT_BRANCH="Matrix"
inherit git-r3
;;
*)
@@ -31,3 +32,4 @@ DEPEND="
~media-libs/kodi-platform-9999
~media-tv/kodi-9999
"
+RDEPEND="${DEPEND}"