diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-09-09 03:02:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-09-09 03:02:15 +0000 |
commit | ab5ac66cc06f654347bf819d56b55e6bbb57a510 (patch) | |
tree | dbd63e062b36b74f40d0f2bee588a1682e8932a7 /net-fs | |
parent | I said, -' (diff) | |
download | gentoo-2-ab5ac66cc06f654347bf819d56b55e6bbb57a510.tar.gz gentoo-2-ab5ac66cc06f654347bf819d56b55e6bbb57a510.tar.bz2 gentoo-2-ab5ac66cc06f654347bf819d56b55e6bbb57a510.zip |
x86 stable for security #62476
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/samba-3.0.6-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/samba/samba-3.0.6-r4.ebuild b/net-fs/samba/samba-3.0.6-r4.ebuild index 6e2e8e6c5135..a37eec4da448 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.6 2004/09/09 01:05:32 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.6-r4.ebuild,v 1.7 2004/09/09 03:02:15 vapier Exp $ inherit eutils flag-o-matic @@ -49,7 +49,7 @@ 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="amd64 arm hppa ia64 ~mips ppc ~sparc ~x86 alpha" +KEYWORDS="amd64 arm hppa ia64 ~mips ppc ~sparc x86 alpha" src_unpack() { local i |