diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2011-05-05 17:24:10 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2011-05-05 17:24:10 +0000 |
commit | baf22368c3b0d956b895300dada2ad5b49de03c7 (patch) | |
tree | 688d2c80a81f18b28b82660ba946f7a9d78d4066 /net-fs | |
parent | Use systemd eclass to install systemd units, wrt bug #366109. (diff) | |
download | gentoo-2-baf22368c3b0d956b895300dada2ad5b49de03c7.tar.gz gentoo-2-baf22368c3b0d956b895300dada2ad5b49de03c7.tar.bz2 gentoo-2-baf22368c3b0d956b895300dada2ad5b49de03c7.zip |
Specifying net-dns/avahi[dbus] dependency when avahi use flag is enabled, bug 364539
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/ChangeLog | 7 | ||||
-rw-r--r-- | net-fs/samba/samba-3.4.12.ebuild | 4 | ||||
-rw-r--r-- | net-fs/samba/samba-3.4.13.ebuild | 4 | ||||
-rw-r--r-- | net-fs/samba/samba-3.5.8-r1.ebuild | 4 | ||||
-rw-r--r-- | net-fs/samba/samba-3.5.8.ebuild | 4 |
5 files changed, 14 insertions, 9 deletions
diff --git a/net-fs/samba/ChangeLog b/net-fs/samba/ChangeLog index 5ddbc9f1a0ac..ce2438dcf123 100644 --- a/net-fs/samba/ChangeLog +++ b/net-fs/samba/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-fs/samba # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.470 2011/05/04 16:36:07 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.471 2011/05/05 17:24:10 vostorga Exp $ + + 05 May 2011; Víctor Ostorga <vostorga@gentoo.org> samba-3.4.12.ebuild, + samba-3.4.13.ebuild, samba-3.5.8.ebuild, samba-3.5.8-r1.ebuild: + Specifying net-dns/avahi[dbus] dependency when avahi use flag is enabled, + bug 364539 04 May 2011; Víctor Ostorga <vostorga@gentoo.org> samba-3.5.8-r1.ebuild, +files/3.5/samba-3.5.8-uclib-build.patch: diff --git a/net-fs/samba/samba-3.4.12.ebuild b/net-fs/samba/samba-3.4.12.ebuild index 001c08c2790e..b971bdd42ea5 100644 --- a/net-fs/samba/samba-3.4.12.ebuild +++ b/net-fs/samba/samba-3.4.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.4.12.ebuild,v 1.6 2011/03/05 13:43:19 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.4.12.ebuild,v 1.7 2011/05/05 17:24:10 vostorga Exp $ EAPI="2" @@ -29,7 +29,7 @@ DEPEND="dev-libs/popt virtual/libiconv ads? ( virtual/krb5 sys-fs/e2fsprogs client? ( sys-apps/keyutils ) ) - avahi? ( net-dns/avahi ) + avahi? ( net-dns/avahi[dbus] ) caps? ( sys-libs/libcap ) client? ( !net-fs/mount-cifs dev-libs/iniparser ) diff --git a/net-fs/samba/samba-3.4.13.ebuild b/net-fs/samba/samba-3.4.13.ebuild index fee83c9de7d2..9f05a64b2125 100644 --- a/net-fs/samba/samba-3.4.13.ebuild +++ b/net-fs/samba/samba-3.4.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.4.13.ebuild,v 1.1 2011/05/04 14:08:27 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.4.13.ebuild,v 1.2 2011/05/05 17:24:10 vostorga Exp $ EAPI="2" @@ -29,7 +29,7 @@ DEPEND="dev-libs/popt virtual/libiconv ads? ( virtual/krb5 sys-fs/e2fsprogs client? ( sys-apps/keyutils ) ) - avahi? ( net-dns/avahi ) + avahi? ( net-dns/avahi[dbus] ) caps? ( sys-libs/libcap ) client? ( !net-fs/mount-cifs dev-libs/iniparser ) diff --git a/net-fs/samba/samba-3.5.8-r1.ebuild b/net-fs/samba/samba-3.5.8-r1.ebuild index 2c63aeaf7c5c..c4b7cbe8d973 100644 --- a/net-fs/samba/samba-3.5.8-r1.ebuild +++ b/net-fs/samba/samba-3.5.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.8-r1.ebuild,v 1.3 2011/05/04 16:36:07 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.8-r1.ebuild,v 1.4 2011/05/05 17:24:10 vostorga Exp $ EAPI=4 @@ -30,7 +30,7 @@ DEPEND="dev-libs/popt virtual/libiconv ads? ( virtual/krb5 sys-fs/e2fsprogs client? ( sys-apps/keyutils ) ) - avahi? ( net-dns/avahi ) + avahi? ( net-dns/avahi[dbus] ) caps? ( sys-libs/libcap ) client? ( !net-fs/mount-cifs dev-libs/iniparser ) diff --git a/net-fs/samba/samba-3.5.8.ebuild b/net-fs/samba/samba-3.5.8.ebuild index 21ffa7c4f4e8..6f9bf745df04 100644 --- a/net-fs/samba/samba-3.5.8.ebuild +++ b/net-fs/samba/samba-3.5.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.8.ebuild,v 1.2 2011/03/15 16:01:17 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.8.ebuild,v 1.3 2011/05/05 17:24:10 vostorga Exp $ EAPI="2" @@ -29,7 +29,7 @@ DEPEND="dev-libs/popt virtual/libiconv ads? ( virtual/krb5 sys-fs/e2fsprogs client? ( sys-apps/keyutils ) ) - avahi? ( net-dns/avahi ) + avahi? ( net-dns/avahi[dbus] ) caps? ( sys-libs/libcap ) client? ( !net-fs/mount-cifs dev-libs/iniparser ) |