diff options
author | Jan Seidel <tuxus@gentoo.org> | 2004-01-18 22:56:01 +0000 |
---|---|---|
committer | Jan Seidel <tuxus@gentoo.org> | 2004-01-18 22:56:01 +0000 |
commit | 1a90a9b058640ae11604eab37f19171ea8c04da6 (patch) | |
tree | 490d8c1d4c1518e614d029093eabffa774be8dba /sys-fs/reiserfsprogs/reiserfsprogs-3.6.9.ebuild | |
parent | Added ~mips to KEYWORDS. (diff) | |
download | historical-1a90a9b058640ae11604eab37f19171ea8c04da6.tar.gz historical-1a90a9b058640ae11604eab37f19171ea8c04da6.tar.bz2 historical-1a90a9b058640ae11604eab37f19171ea8c04da6.zip |
Added ~mips to KEYWORDS.
Diffstat (limited to 'sys-fs/reiserfsprogs/reiserfsprogs-3.6.9.ebuild')
-rw-r--r-- | sys-fs/reiserfsprogs/reiserfsprogs-3.6.9.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/reiserfsprogs/reiserfsprogs-3.6.9.ebuild b/sys-fs/reiserfsprogs/reiserfsprogs-3.6.9.ebuild index 0003b8bfa4bf..234da029e160 100644 --- a/sys-fs/reiserfsprogs/reiserfsprogs-3.6.9.ebuild +++ b/sys-fs/reiserfsprogs/reiserfsprogs-3.6.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.9.ebuild,v 1.3 2003/12/04 23:31:13 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/reiserfsprogs/reiserfsprogs-3.6.9.ebuild,v 1.4 2004/01/18 22:55:43 tuxus Exp $ inherit flag-o-matic eutils @@ -13,7 +13,7 @@ HOMEPAGE="http://www.namesys.com" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~amd64 ~ppc ~sparc ~alpha ia64" +KEYWORDS="x86 ~amd64 ~ppc ~sparc ~alpha ia64 ~mips" src_compile() { ./configure --prefix=/ || die "Failed to configure" |