diff options
-rw-r--r-- | net-fs/samba/samba-3.0.6-r4.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-fs/samba/samba-3.0.6-r4.ebuild b/net-fs/samba/samba-3.0.6-r4.ebuild index 951826795d77..b960ac79e3f7 100644 --- a/net-fs/samba/samba-3.0.6-r4.ebuild +++ b/net-fs/samba/samba-3.0.6-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.6-r4.ebuild,v 1.2 2004/09/08 03:05:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.6-r4.ebuild,v 1.3 2004/09/08 03:32:34 vapier Exp $ inherit eutils flag-o-matic @@ -44,12 +44,12 @@ DEPEND="sys-devel/autoconf RDEPEND="ldap? dev-perl/perl-ldap ${_COMMON_DEPS} selinux? ( sec-policy/selinux-samba )" +LICENSE="GPL-2" +SLOT="0" # some archs are removed due to dependency tree integrity for ldap and # dev-perl/Crypt-SmbHash flags # should be: KEYWORDS="~arm ~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -KEYWORDS="~arm ~hppa ~ia64 ~mips ~sparc ~x86" -LICENSE="GPL-2" -SLOT="0" +KEYWORDS="~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" src_unpack() { local i |