summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-06-18 20:35:22 +0000
committerMichał Górny <mgorny@gentoo.org>2014-06-18 20:35:22 +0000
commitb92daac76c88a6b4ce7b722389c21441c9514f11 (patch)
tree9fba746f5242ad345385221b4f36bb9b71e3a769 /net-fs
parentUpdate dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff)
downloadgentoo-2-b92daac76c88a6b4ce7b722389c21441c9514f11.tar.gz
gentoo-2-b92daac76c88a6b4ce7b722389c21441c9514f11.tar.bz2
gentoo-2-b92daac76c88a6b4ce7b722389c21441c9514f11.zip
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #513718.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/samba/ChangeLog6
-rw-r--r--net-fs/samba/samba-3.6.23-r1.ebuild24
2 files changed, 17 insertions, 13 deletions
diff --git a/net-fs/samba/ChangeLog b/net-fs/samba/ChangeLog
index 61ece871186a..9610a01a7c62 100644
--- a/net-fs/samba/ChangeLog
+++ b/net-fs/samba/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-fs/samba
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.672 2014/06/11 08:08:30 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.673 2014/06/18 20:35:22 mgorny Exp $
+
+ 18 Jun 2014; Michał Górny <mgorny@gentoo.org> samba-3.6.23-r1.ebuild:
+ Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
+ #513718.
*samba-3.6.23-r1 (11 Jun 2014)
diff --git a/net-fs/samba/samba-3.6.23-r1.ebuild b/net-fs/samba/samba-3.6.23-r1.ebuild
index 125bf8b875af..d7f5a572edf6 100644
--- a/net-fs/samba/samba-3.6.23-r1.ebuild
+++ b/net-fs/samba/samba-3.6.23-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.23-r1.ebuild,v 1.1 2014/06/11 08:08:30 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.23-r1.ebuild,v 1.2 2014/06/18 20:35:22 mgorny Exp $
EAPI=5
@@ -20,25 +20,25 @@ IUSE="acl addns ads +aio avahi caps +client cluster cups debug dmapi doc example
swat syslog +winbind"
DEPEND="dev-libs/popt
- >=sys-libs/talloc-2.0.5[${MULTILIB_USEDEP}]
- >=sys-libs/tdb-1.2.9[${MULTILIB_USEDEP}]
- >=sys-libs/tevent-0.9.18[${MULTILIB_USEDEP}]
- virtual/libiconv[${MULTILIB_USEDEP}]
- ads? ( virtual/krb5[${MULTILIB_USEDEP}] sys-fs/e2fsprogs
+ >=sys-libs/talloc-2.0.8-r1[${MULTILIB_USEDEP}]
+ >=sys-libs/tdb-1.2.13[${MULTILIB_USEDEP}]
+ >=sys-libs/tevent-0.9.19[${MULTILIB_USEDEP}]
+ >=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
+ ads? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] sys-fs/e2fsprogs
client? ( sys-apps/keyutils ) )
avahi? ( net-dns/avahi[dbus] )
- caps? ( sys-libs/libcap[${MULTILIB_USEDEP}] )
+ caps? ( >=sys-libs/libcap-2.22-r2[${MULTILIB_USEDEP}] )
client? ( !net-fs/mount-cifs
- dev-libs/iniparser[${MULTILIB_USEDEP}] )
+ >=dev-libs/iniparser-3.1-r1[${MULTILIB_USEDEP}] )
cluster? ( >=dev-db/ctdb-1.13 )
cups? ( net-print/cups )
debug? ( dev-libs/dmalloc )
dmapi? ( sys-apps/dmapi )
- fam? ( virtual/fam[${MULTILIB_USEDEP}] )
- ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] )
+ fam? ( >=virtual/fam-0-r1[${MULTILIB_USEDEP}] )
+ ldap? ( >=net-nds/openldap-2.4.38-r1[${MULTILIB_USEDEP}] )
ldb? ( sys-libs/ldb )
- pam? ( virtual/pam[${MULTILIB_USEDEP}]
- winbind? ( dev-libs/iniparser[${MULTILIB_USEDEP}] )
+ pam? ( >=virtual/pam-0-r1[${MULTILIB_USEDEP}]
+ winbind? ( >=dev-libs/iniparser-3.1-r1[${MULTILIB_USEDEP}] )
)
readline? ( >=sys-libs/readline-5.2 )
selinux? ( sec-policy/selinux-samba )