summaryrefslogtreecommitdiff
path: root/media-plugins/kodi-vfs-sacd/kodi-vfs-sacd-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-11-18 09:38:27 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-11-18 09:38:27 +0000
commit536c3711867ec947c1738f2c4b96f22e4863322d (patch)
tree697733f5cb713908dcf378e13fd15a798a906a91 /media-plugins/kodi-vfs-sacd/kodi-vfs-sacd-9999.ebuild
parentf65628136faa35d0c4d3b5e7332275c7b35fcd96 (diff)
gentoo resync : 18.11.2018
Diffstat (limited to 'media-plugins/kodi-vfs-sacd/kodi-vfs-sacd-9999.ebuild')
-rw-r--r--media-plugins/kodi-vfs-sacd/kodi-vfs-sacd-9999.ebuild12
1 files changed, 6 insertions, 6 deletions
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 e2af235a8561..5c8b40fee8b3 100644
--- a/media-plugins/kodi-vfs-sacd/kodi-vfs-sacd-9999.ebuild
+++ b/media-plugins/kodi-vfs-sacd/kodi-vfs-sacd-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,18 +6,18 @@ EAPI=6
inherit cmake-utils kodi-addon
DESCRIPTION="SACD VFS addon for Kodi"
-HOMEPAGE="https://github.com/notspiff/vfs.sacd"
+HOMEPAGE="https://github.com/xbmc/vfs.sacd"
SRC_URI=""
case ${PV} in
9999)
SRC_URI=""
- EGIT_REPO_URI="https://github.com/notspiff/vfs.sacd.git"
+ EGIT_REPO_URI="https://github.com/xbmc/vfs.sacd.git"
inherit git-r3
;;
*)
KEYWORDS="~amd64 ~x86"
- SRC_URI="https://github.com/notspiff/vfs.sacd/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://github.com/xbmc/vfs.sacd/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/vfs.sacd-${PV}"
;;
esac
@@ -28,6 +28,6 @@ IUSE=""
DEPEND="
=dev-libs/libplatform-2*
- =media-libs/kodi-platform-9999
- =media-tv/kodi-9999
+ ~media-libs/kodi-platform-9999
+ ~media-tv/kodi-9999
"