diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-08-17 11:10:10 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-08-17 11:11:17 +0200 |
commit | ccaeb58aa22a63cb2180c3849d46fc6eeeecb1b8 (patch) | |
tree | 459c89bf17a3aa005a4dc684460987988ddbddf0 /gnome-base | |
parent | package.mask: remove obsolete security mask of dev-vcs/subversion (diff) | |
download | gentoo-ccaeb58aa22a63cb2180c3849d46fc6eeeecb1b8.tar.gz gentoo-ccaeb58aa22a63cb2180c3849d46fc6eeeecb1b8.tar.bz2 gentoo-ccaeb58aa22a63cb2180c3849d46fc6eeeecb1b8.zip |
gnome-base/gvfs: Restore the old samba behavior allowing from samba-3 (#549576#c13)
Package-Manager: portage-2.3.0
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gvfs/gvfs-1.28.3-r1.ebuild (renamed from gnome-base/gvfs/gvfs-1.28.3.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-base/gvfs/gvfs-1.28.3.ebuild b/gnome-base/gvfs/gvfs-1.28.3-r1.ebuild index 23471e9a2472..5656eda7d004 100644 --- a/gnome-base/gvfs/gvfs-1.28.3.ebuild +++ b/gnome-base/gvfs/gvfs-1.28.3-r1.ebuild @@ -21,7 +21,7 @@ REQUIRED_USE=" udisks? ( udev ) systemd? ( udisks ) " -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x86-solaris" # Can use libgphoto-2.5.0 as well. Automagic detection. RDEPEND=" @@ -47,7 +47,7 @@ RDEPEND=" >=app-pda/libplist-1:= ) mtp? ( >=media-libs/libmtp-1.1.6 ) nfs? ( >=net-fs/libnfs-1.9.7 ) - samba? ( >=net-fs/samba-4[client] ) + samba? ( || ( >=net-fs/samba-3.4.6[smbclient] >=net-fs/samba-4[client] ) ) systemd? ( sys-apps/systemd:0= ) udev? ( cdda? ( dev-libs/libcdio-paranoia ) |