From 4d414496724d4525b4031f2232bc073da9e63ac1 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 5 Sep 2013 05:06:56 +0000 Subject: 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) --- media-tv/xbmc/ChangeLog | 7 ++++++- media-tv/xbmc/xbmc-12.1-r1.ebuild | 6 +++--- media-tv/xbmc/xbmc-12.2-r1.ebuild | 6 +++--- media-tv/xbmc/xbmc-9999.ebuild | 6 +++--- 4 files changed, 15 insertions(+), 10 deletions(-) (limited to 'media-tv') 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 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 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 ) -- cgit v1.2.3-65-gdbad