diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-23 00:13:20 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-23 00:13:20 +0000 |
commit | 629c99cdcaaa8393e12f6d6fe9d519d3fc6e01c0 (patch) | |
tree | 32896442eb0af6d59d1856cab0eeaa0b9f3295f2 /sys-fs/reiserfsprogs | |
parent | ebuild cleanup and initscript cleanup (diff) | |
download | historical-629c99cdcaaa8393e12f6d6fe9d519d3fc6e01c0.tar.gz historical-629c99cdcaaa8393e12f6d6fe9d519d3fc6e01c0.tar.bz2 historical-629c99cdcaaa8393e12f6d6fe9d519d3fc6e01c0.zip |
Remove arm keywords
Diffstat (limited to 'sys-fs/reiserfsprogs')
-rw-r--r-- | sys-fs/reiserfsprogs/reiserfsprogs-3.6.12-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/reiserfsprogs/reiserfsprogs-3.6.12-r1.ebuild b/sys-fs/reiserfsprogs/reiserfsprogs-3.6.12-r1.ebuild index 1b85fe9f2982..aceef485f357 100644 --- a/sys-fs/reiserfsprogs/reiserfsprogs-3.6.12-r1.ebuild +++ b/sys-fs/reiserfsprogs/reiserfsprogs-3.6.12-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/reiserfsprogs/reiserfsprogs-3.6.12-r1.ebuild,v 1.1 2004/02/12 22:10:28 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/reiserfsprogs/reiserfsprogs-3.6.12-r1.ebuild,v 1.2 2004/02/23 00:13:20 agriffis Exp $ inherit flag-o-matic eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.namesys.com/pub/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~mips ~ppc ~ppc64 ~arm ~sparc ~ia64 ~hppa" +KEYWORDS="~x86 ~amd64 ~mips ~ppc ~ppc64 ~sparc ~ia64 ~hppa" src_unpack() { unpack ${A} |