diff options
author | Ned Ludd <solar@gentoo.org> | 2004-08-26 16:13:13 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2004-08-26 16:13:13 +0000 |
commit | 4e16077e293ad56139dea1ed95f4521f2e4172b7 (patch) | |
tree | dfabe8352abe0cd6fa726926638d49471b275bdc /sys-fs/mtd/mtd-20040825.ebuild | |
parent | Added rxvt-unicode to the DIR_COLORS supported terminal list (Manifest recommit) (diff) | |
download | gentoo-2-4e16077e293ad56139dea1ed95f4521f2e4172b7.tar.gz gentoo-2-4e16077e293ad56139dea1ed95f4521f2e4172b7.tar.bz2 gentoo-2-4e16077e293ad56139dea1ed95f4521f2e4172b7.zip |
added ~mips ~arm ~amd64 back to KEYWORDS
Diffstat (limited to 'sys-fs/mtd/mtd-20040825.ebuild')
-rw-r--r-- | sys-fs/mtd/mtd-20040825.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/mtd/mtd-20040825.ebuild b/sys-fs/mtd/mtd-20040825.ebuild index 5326ade0fe7b..be1278eb6919 100644 --- a/sys-fs/mtd/mtd-20040825.ebuild +++ b/sys-fs/mtd/mtd-20040825.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd/mtd-20040825.ebuild,v 1.1 2004/08/26 15:48:02 tigger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd/mtd-20040825.ebuild,v 1.2 2004/08/26 16:13:13 solar Exp $ DESCRIPTION="JFFS2 is a log-structured file system designed for use on flash devices in embedded systems." HOMEPAGE="http://sources.redhat.com/jffs2/" SRC_URI="ftp://ftp.uk.linux.org/pub/people/dwmw2/mtd/cvs/${PN}-snapshot-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~mips ~arm ~amd64" IUSE="" S=${WORKDIR}/${PN} |