diff options
author | Joshua Kinard <kumba@gentoo.org> | 2009-03-06 04:08:57 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2009-03-06 04:08:57 +0000 |
commit | 4922bc3c6f6908e66e9f3307be8253cfdaeb6520 (patch) | |
tree | 53cb1db2e4817a397a1e16575bda4c38db01287e /net-fs | |
parent | Stable for HPPA (bug #259919). (diff) | |
download | gentoo-2-4922bc3c6f6908e66e9f3307be8253cfdaeb6520.tar.gz gentoo-2-4922bc3c6f6908e66e9f3307be8253cfdaeb6520.tar.bz2 gentoo-2-4922bc3c6f6908e66e9f3307be8253cfdaeb6520.zip |
Added ~mips to KEYWORDS
(Portage version: 2.1.6.7/cvs/Linux mips64)
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/mount-cifs/ChangeLog | 5 | ||||
-rw-r--r-- | net-fs/mount-cifs/mount-cifs-3.0.30.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-fs/mount-cifs/ChangeLog b/net-fs/mount-cifs/ChangeLog index cec5942f5d64..61aa0aec5cd4 100644 --- a/net-fs/mount-cifs/ChangeLog +++ b/net-fs/mount-cifs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-fs/mount-cifs # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/ChangeLog,v 1.20 2009/02/25 17:32:03 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/ChangeLog,v 1.21 2009/03/06 04:08:57 kumba Exp $ + + 06 Mar 2009; Joshua Kinard <kumba@gentoo.org> mount-cifs-3.0.30.ebuild: + Added ~mips to KEYWORDS 25 Feb 2009; Joseph Jezak <josejx@gentoo.org> mount-cifs-3.0.30.ebuild: Marked ppc/ppc64 stable for bug #243374. diff --git a/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild b/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild index 18cb37f0b103..5319075a602d 100644 --- a/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild +++ b/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.30.ebuild,v 1.7 2009/02/25 17:32:03 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild,v 1.8 2009/03/06 04:08:57 kumba Exp $ inherit toolchain-funcs @@ -9,7 +9,7 @@ HOMEPAGE="http://linux-cifs.samba.org/cifs/cifs_download.html" SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" IUSE="" DEPEND="!<net-fs/samba-3.0.25" |