diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-09-05 05:06:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-09-05 05:06:56 +0000 |
commit | 4d414496724d4525b4031f2232bc073da9e63ac1 (patch) | |
tree | b2deedc055aa8254c42046d64dfba50e1db1fbe9 /media-tv | |
parent | Bump for makemkv-1.8.4, Bug 480738, also update for 1.8.3 tarball download url. (diff) | |
download | gentoo-2-4d414496724d4525b4031f2232bc073da9e63ac1.tar.gz gentoo-2-4d414496724d4525b4031f2232bc073da9e63ac1.tar.bz2 gentoo-2-4d414496724d4525b4031f2232bc073da9e63ac1.zip |
Require USE=sftp be set in libssh when we pull it in #483144 by Hendrik v. Raven.
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/xbmc/ChangeLog | 7 | ||||
-rw-r--r-- | media-tv/xbmc/xbmc-12.1-r1.ebuild | 6 | ||||
-rw-r--r-- | media-tv/xbmc/xbmc-12.2-r1.ebuild | 6 | ||||
-rw-r--r-- | media-tv/xbmc/xbmc-9999.ebuild | 6 |
4 files changed, 15 insertions, 10 deletions
diff --git a/media-tv/xbmc/ChangeLog b/media-tv/xbmc/ChangeLog index ad7b00535e55..f1f2859b14df 100644 --- a/media-tv/xbmc/ChangeLog +++ b/media-tv/xbmc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-tv/xbmc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v 1.195 2013/08/11 22:47:54 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v 1.196 2013/09/05 05:06:56 vapier Exp $ + + 05 Sep 2013; Mike Frysinger <vapier@gentoo.org> xbmc-12.1-r1.ebuild, + xbmc-12.2-r1.ebuild, xbmc-9999.ebuild: + Require USE=sftp be set in libssh when we pull it in #483144 by Hendrik v. + Raven. 11 Aug 2013; Alexis Ballier <aballier@gentoo.org> xbmc-11.0.ebuild, xbmc-12.1-r1.ebuild, xbmc-12.2-r1.ebuild, xbmc-9999.ebuild: diff --git a/media-tv/xbmc/xbmc-12.1-r1.ebuild b/media-tv/xbmc/xbmc-12.1-r1.ebuild index 334eb186caac..bc6c5bab6767 100644 --- a/media-tv/xbmc/xbmc-12.1-r1.ebuild +++ b/media-tv/xbmc/xbmc-12.1-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-12.1-r1.ebuild,v 1.4 2013/08/11 22:47:54 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-12.1-r1.ebuild,v 1.5 2013/09/05 05:06:56 vapier Exp $ -EAPI=5 +EAPI="5" # Does not work with py3 here # It might work with py:2.5 but I didn't test that @@ -98,7 +98,7 @@ COMMON_DEPEND="${PYTHON_DEPS} avahi? ( net-dns/avahi ) nfs? ( net-fs/libnfs ) webserver? ( net-libs/libmicrohttpd[messages] ) - sftp? ( net-libs/libssh ) + sftp? ( net-libs/libssh[sftp] ) net-misc/curl samba? ( >=net-fs/samba-3.4.6[smbclient] ) bluetooth? ( net-wireless/bluez ) diff --git a/media-tv/xbmc/xbmc-12.2-r1.ebuild b/media-tv/xbmc/xbmc-12.2-r1.ebuild index ebac4e0a794f..ae9860579e8c 100644 --- a/media-tv/xbmc/xbmc-12.2-r1.ebuild +++ b/media-tv/xbmc/xbmc-12.2-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-12.2-r1.ebuild,v 1.6 2013/08/11 22:47:54 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-12.2-r1.ebuild,v 1.7 2013/09/05 05:06:56 vapier Exp $ -EAPI=5 +EAPI="5" # Does not work with py3 here # It might work with py:2.5 but I didn't test that @@ -98,7 +98,7 @@ COMMON_DEPEND="${PYTHON_DEPS} avahi? ( net-dns/avahi ) nfs? ( net-fs/libnfs ) webserver? ( net-libs/libmicrohttpd[messages] ) - sftp? ( net-libs/libssh ) + sftp? ( net-libs/libssh[sftp] ) net-misc/curl samba? ( >=net-fs/samba-3.4.6[smbclient] ) bluetooth? ( net-wireless/bluez ) diff --git a/media-tv/xbmc/xbmc-9999.ebuild b/media-tv/xbmc/xbmc-9999.ebuild index cf6b7457f1b1..630ca1e7a4ac 100644 --- a/media-tv/xbmc/xbmc-9999.ebuild +++ b/media-tv/xbmc/xbmc-9999.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.150 2013/08/11 22:47:54 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.151 2013/09/05 05:06:56 vapier Exp $ -EAPI=5 +EAPI="5" # Does not work with py3 here # It might work with py:2.5 but I didn't test that @@ -96,7 +96,7 @@ COMMON_DEPEND="${PYTHON_DEPS} avahi? ( net-dns/avahi ) nfs? ( net-fs/libnfs ) webserver? ( net-libs/libmicrohttpd[messages] ) - sftp? ( net-libs/libssh ) + sftp? ( net-libs/libssh[sftp] ) net-misc/curl samba? ( >=net-fs/samba-3.4.6[smbclient] ) bluetooth? ( net-wireless/bluez ) |