diff options
author | Craig Andrews <candrews@gentoo.org> | 2017-12-15 13:34:11 -0500 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2017-12-15 13:34:11 -0500 |
commit | cc41b72787e64f638988f76cc5a91be65223ac55 (patch) | |
tree | 9f883532b96d6e366920befcbc4540e372ca772b /media-tv | |
parent | games-board/gambit: 1.0.4 (diff) | |
download | gentoo-cc41b72787e64f638988f76cc5a91be65223ac55.tar.gz gentoo-cc41b72787e64f638988f76cc5a91be65223ac55.tar.bz2 gentoo-cc41b72787e64f638988f76cc5a91be65223ac55.zip |
media-tv/kodi: linux code moved to xbmc/platform/linux
See https://github.com/xbmc/xbmc/pull/13179
Package-Manager: Portage-2.3.18, Repoman-2.3.6
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/kodi/kodi-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-tv/kodi/kodi-9999.ebuild b/media-tv/kodi/kodi-9999.ebuild index 3d4c6f42f1e0..b262be3b69bd 100644 --- a/media-tv/kodi/kodi-9999.ebuild +++ b/media-tv/kodi/kodi-9999.ebuild @@ -190,7 +190,7 @@ src_prepare() { # avoid long delays when powerkit isn't running #348580 sed -i \ -e '/dbus_connection_send_with_reply_and_block/s:-1:3000:' \ - xbmc/linux/*.cpp || die + xbmc/platform/linux/*.cpp || die # Prepare tools and libs witch are configured with autotools during compile time AUTOTOOLS_DIRS=( |