diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-11-07 01:11:36 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-11-07 01:11:36 +0000 |
commit | c1eb6add71710fec8408d2c5d61ca037969cc4f4 (patch) | |
tree | 8197fbc670941c20e00001eb952c300bec194150 /sys-fs/reiserfsprogs | |
parent | Update D-Bus dependancy to use new D-Bus bindings. (diff) | |
download | gentoo-2-c1eb6add71710fec8408d2c5d61ca037969cc4f4.tar.gz gentoo-2-c1eb6add71710fec8408d2c5d61ca037969cc4f4.tar.bz2 gentoo-2-c1eb6add71710fec8408d2c5d61ca037969cc4f4.zip |
dekeyword for big endian arches for now #154294
(Portage version: 2.1.2_rc1-r3)
Diffstat (limited to 'sys-fs/reiserfsprogs')
-rw-r--r-- | sys-fs/reiserfsprogs/reiserfsprogs-3.6.20.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-fs/reiserfsprogs/reiserfsprogs-3.6.20.ebuild b/sys-fs/reiserfsprogs/reiserfsprogs-3.6.20.ebuild index 69451654b503..90ad9eb03769 100644 --- a/sys-fs/reiserfsprogs/reiserfsprogs-3.6.20.ebuild +++ b/sys-fs/reiserfsprogs/reiserfsprogs-3.6.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/reiserfsprogs/reiserfsprogs-3.6.20.ebuild,v 1.1 2006/10/31 07:18:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/reiserfsprogs/reiserfsprogs-3.6.20.ebuild,v 1.2 2006/11/07 01:11:36 vapier Exp $ DESCRIPTION="Reiserfs Utilities" HOMEPAGE="http://www.namesys.com/" @@ -8,7 +8,8 @@ SRC_URI="http://www.namesys.com/pub/reiserfsprogs/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +# big endian has broken code (doesnt compile) #154294 +KEYWORDS="~alpha ~amd64 ~arm -hppa ~ia64 -mips -ppc -ppc64 -sparc ~x86" IUSE="" src_compile() { |