diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-13 20:10:20 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-13 20:10:20 +0000 |
commit | b806491413a559b1dd16762c6321bb4ee7a7c5de (patch) | |
tree | 0e749da6d80870fc7cda1a71a898622a5fe01b2f /net-fs | |
parent | Moved games-arcade/marbleblastgolddemo to games-arcade/marbleblastgold-demo (diff) | |
download | gentoo-2-b806491413a559b1dd16762c6321bb4ee7a7c5de.tar.gz gentoo-2-b806491413a559b1dd16762c6321bb4ee7a7c5de.tar.bz2 gentoo-2-b806491413a559b1dd16762c6321bb4ee7a7c5de.zip |
Add dependency over virtual/libiconv as needed.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/ChangeLog | 5 | ||||
-rw-r--r-- | net-fs/samba/samba-3.0.22.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-fs/samba/ChangeLog b/net-fs/samba/ChangeLog index 0a164b264968..b9fb82803df5 100644 --- a/net-fs/samba/ChangeLog +++ b/net-fs/samba/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-fs/samba # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.231 2006/04/13 13:05:44 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.232 2006/04/13 20:10:20 flameeyes Exp $ + + 13 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> samba-3.0.22.ebuild: + Add dependency over virtual/libiconv as needed. 13 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> samba-3.0.22.ebuild: Add ~x86-fbsd keyword and make sys-apps/acl dep under kernel_linux conditional. diff --git a/net-fs/samba/samba-3.0.22.ebuild b/net-fs/samba/samba-3.0.22.ebuild index 2c0459c9f4e3..d44ea8bfd4c2 100644 --- a/net-fs/samba/samba-3.0.22.ebuild +++ b/net-fs/samba/samba-3.0.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.22.ebuild,v 1.9 2006/04/13 13:05:44 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.22.ebuild,v 1.10 2006/04/13 20:10:20 flameeyes Exp $ inherit eutils versionator @@ -29,6 +29,7 @@ SLOT="0" KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~x86-fbsd" RDEPEND="dev-libs/popt + virtual/libiconv acl? ( kernel_linux? ( sys-apps/acl ) ) cups? ( net-print/cups ) ldap? ( kerberos? ( virtual/krb5 ) net-nds/openldap ) |