diff options
Diffstat (limited to 'net-fs/samba/samba-3.0.1.ebuild')
-rw-r--r-- | net-fs/samba/samba-3.0.1.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net-fs/samba/samba-3.0.1.ebuild b/net-fs/samba/samba-3.0.1.ebuild index 87f53f3b696c..5ed3e858449c 100644 --- a/net-fs/samba/samba-3.0.1.ebuild +++ b/net-fs/samba/samba-3.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.1.ebuild,v 1.1 2003/12/20 18:55:00 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.1.ebuild,v 1.2 2003/12/24 01:42:27 brad_mssw Exp $ inherit eutils @@ -36,7 +36,11 @@ DEPEND="sys-devel/autoconf ${_COMMON_DEPS}" #IDEALX scripts are now using Net::LDAP RDEPEND="ldap? dev-perl/perl-ldap ${_COMMON_DEPS}" -KEYWORDS="~x86 ~ppc ~sparc ~mips ~hppa ~amd64 ~ppc64" +#KEYWORDS="~x86 ~ppc ~sparc ~mips ~hppa ~amd64 ~ppc64" +# THIS NEEDS TO DEPEND ON A linux-headers > 2.4.21, BUT ALL +# THOSE ARE MARKED -* IT DOES NOT COMPILE +# - Brad House <brad_mssw@gentoo.org> 12/23/2003 +KEYWORDS="-*" LICENSE="GPL-2" SLOT="0" |