Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 564354 - media-tv/kodi: Rebuild on libnfs update
Summary: media-tv/kodi: Rebuild on libnfs update
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Xbox project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-28 20:47 UTC by Chris Mayo
Modified: 2015-11-08 03:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Mayo 2015-10-28 20:47:30 UTC
After libnfs is updated Kodi fails to browse nfs shares.

In next kodi ebuild suggest updating libnfs dependency to use slot operator.

--- a/media-tv/kodi/kodi-9999.ebuild
+++ b/media-tv/kodi/kodi-9999.ebuild
@@ -86,7 +86,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
 	>=media-video/ffmpeg-2.6:=[encode]
 	rtmp? ( media-video/rtmpdump )
 	avahi? ( net-dns/avahi )
-	nfs? ( net-fs/libnfs )
+	nfs? ( net-fs/libnfs:= )
 	webserver? ( net-libs/libmicrohttpd[messages] )
 	sftp? ( net-libs/libssh[sftp] )
 	net-misc/curl
Comment 1 wippie 2015-10-31 17:38:48 UTC
See https://bugs.gentoo.org/show_bug.cgi?id=564162