diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-04-07 16:03:31 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-04-07 16:03:31 +0000 |
commit | 1b5fc072e3ae60aeb26cc6f425dcb93eab020082 (patch) | |
tree | 6308673c944571aba2647253286d77ef7ddcba13 /media-tv | |
parent | Fixing samba deps (diff) | |
download | gentoo-2-1b5fc072e3ae60aeb26cc6f425dcb93eab020082.tar.gz gentoo-2-1b5fc072e3ae60aeb26cc6f425dcb93eab020082.tar.bz2 gentoo-2-1b5fc072e3ae60aeb26cc6f425dcb93eab020082.zip |
Fixing samba deps
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/xbmc/ChangeLog | 6 | ||||
-rw-r--r-- | media-tv/xbmc/xbmc-9.11-r3.ebuild | 4 | ||||
-rw-r--r-- | media-tv/xbmc/xbmc-9.11.ebuild | 4 | ||||
-rw-r--r-- | media-tv/xbmc/xbmc-9999.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/media-tv/xbmc/ChangeLog b/media-tv/xbmc/ChangeLog index 4de4f655fb92..d440ca5209d2 100644 --- a/media-tv/xbmc/ChangeLog +++ b/media-tv/xbmc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-tv/xbmc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v 1.48 2010/03/18 15:11:23 lxnay Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v 1.49 2010/04/07 16:03:31 patrick Exp $ + + 07 Apr 2010; Patrick Lauer <patrick@gentoo.org> xbmc-9.11.ebuild, + xbmc-9.11-r3.ebuild, xbmc-9999.ebuild: + Fixing samba deps *xbmc-9.11-r3 (18 Mar 2010) diff --git a/media-tv/xbmc/xbmc-9.11-r3.ebuild b/media-tv/xbmc/xbmc-9.11-r3.ebuild index 34066d117a60..1f6602de3873 100644 --- a/media-tv/xbmc/xbmc-9.11-r3.ebuild +++ b/media-tv/xbmc/xbmc-9.11-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9.11-r3.ebuild,v 1.1 2010/03/18 15:11:23 lxnay Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9.11-r3.ebuild,v 1.2 2010/04/07 16:03:31 patrick Exp $ EAPI="2" @@ -72,7 +72,7 @@ RDEPEND="virtual/opengl media-video/ffmpeg avahi? ( net-dns/avahi ) net-misc/curl - || ( net-fs/samba-libs[smbclient] <net-fs/samba-3.3 ) + || ( >=net-fs/samba-3.4.6[smbclient] <net-fs/samba-3.3 ) sys-apps/dbus sys-apps/hal sys-libs/zlib diff --git a/media-tv/xbmc/xbmc-9.11.ebuild b/media-tv/xbmc/xbmc-9.11.ebuild index dcac571ea182..a0605563805b 100644 --- a/media-tv/xbmc/xbmc-9.11.ebuild +++ b/media-tv/xbmc/xbmc-9.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9.11.ebuild,v 1.3 2010/01/17 21:26:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9.11.ebuild,v 1.4 2010/04/07 16:03:31 patrick Exp $ EAPI="2" @@ -72,7 +72,7 @@ RDEPEND="opengl? ( virtual/opengl ) media-video/ffmpeg avahi? ( net-dns/avahi ) net-misc/curl - || ( net-fs/samba-libs[smbclient] <net-fs/samba-3.3 ) + || ( >=net-fs/samba-3.4.6[smbclient] <net-fs/samba-3.3 ) sys-apps/dbus sys-apps/hal sys-libs/zlib diff --git a/media-tv/xbmc/xbmc-9999.ebuild b/media-tv/xbmc/xbmc-9999.ebuild index 1b8d20314595..9b69ae562c18 100644 --- a/media-tv/xbmc/xbmc-9999.ebuild +++ b/media-tv/xbmc/xbmc-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.49 2010/03/07 06:30:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.50 2010/04/07 16:03:31 patrick Exp $ EAPI="2" @@ -73,7 +73,7 @@ RDEPEND="virtual/opengl media-video/ffmpeg avahi? ( net-dns/avahi ) net-misc/curl - || ( net-fs/samba-libs[smbclient] <net-fs/samba-3.3 ) + || ( >=net-fs/samba-3.4.6[smbclient] <net-fs/samba-3.3 ) sys-apps/dbus sys-apps/hal sys-libs/zlib |