diff options
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/mount-cifs/mount-cifs-3.0.25c.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/mount-cifs/mount-cifs-3.0.25c.ebuild b/net-fs/mount-cifs/mount-cifs-3.0.25c.ebuild index d8d68f37c0e2..c947fa79ea25 100644 --- a/net-fs/mount-cifs/mount-cifs-3.0.25c.ebuild +++ b/net-fs/mount-cifs/mount-cifs-3.0.25c.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.25c.ebuild,v 1.6 2007/12/17 22:03:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.25c.ebuild,v 1.7 2008/01/10 09:46:22 vapier Exp $ inherit toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz http://dev.gentooexperimental.org/~jakub/distfiles/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc64 sparc x86" +KEYWORDS="alpha amd64 ~arm hppa ia64 ppc64 ~s390 ~sh sparc x86" IUSE="" DEPEND="!<net-fs/samba-3.0.25" |