From 2816dcb9b500a3e838f51d3dc199f3eb901996c0 Mon Sep 17 00:00:00 2001 From: Travis Tilley Date: Wed, 5 May 2004 06:20:51 +0000 Subject: i have no idea what crack monkey marked these as installable on amd64, but 32bit assembly just wont work with a 64bit compiler, and we dont support multilib. how the hell did this even get marked /stable/ when it doesnt compile? --- sys-apps/x86info/ChangeLog | 10 ++++++++-- sys-apps/x86info/x86info-1.11.ebuild | 6 +++--- sys-apps/x86info/x86info-1.12b.ebuild | 6 +++--- 3 files changed, 14 insertions(+), 8 deletions(-) (limited to 'sys-apps/x86info') diff --git a/sys-apps/x86info/ChangeLog b/sys-apps/x86info/ChangeLog index 54528beeaca7..bcf158faf32b 100644 --- a/sys-apps/x86info/ChangeLog +++ b/sys-apps/x86info/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-apps/x86info -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/x86info/ChangeLog,v 1.3 2003/11/15 01:44:43 robbat2 Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/x86info/ChangeLog,v 1.4 2004/05/05 06:20:51 lv Exp $ + + 05 May 2004; Travis Tilley x86info-1.11.ebuild, + x86info-1.12b.ebuild: + I have no idea what the person who marked these as installable on amd64 was + thinking, but 32bit assembly just doesnt work with a 64bit compiler, and we + dont support multilib. *x86info-1.12b (14 Nov 2003) diff --git a/sys-apps/x86info/x86info-1.11.ebuild b/sys-apps/x86info/x86info-1.11.ebuild index c90e030cb7e5..a8d1f1d1089c 100644 --- a/sys-apps/x86info/x86info-1.11.ebuild +++ b/sys-apps/x86info/x86info-1.11.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-apps/x86info/x86info-1.11.ebuild,v 1.6 2004/02/23 00:54:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/x86info/x86info-1.11.ebuild,v 1.7 2004/05/05 06:20:51 lv Exp $ inherit eutils @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 amd64 -ppc -sparc -mips -alpha -hppa" +KEYWORDS="x86 -amd64 -ppc -sparc -mips -alpha -hppa" DEPEND="virtual/kernel" diff --git a/sys-apps/x86info/x86info-1.12b.ebuild b/sys-apps/x86info/x86info-1.12b.ebuild index 34ec5cd49064..e1b1069f767d 100644 --- a/sys-apps/x86info/x86info-1.12b.ebuild +++ b/sys-apps/x86info/x86info-1.12b.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-apps/x86info/x86info-1.12b.ebuild,v 1.2 2004/02/23 00:54:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/x86info/x86info-1.12b.ebuild,v 1.3 2004/05/05 06:20:51 lv Exp $ inherit eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://www.codemonkey.org.uk/projects/${PN}/" SRC_URI="${HOMEPAGE}/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 -ppc -sparc -mips -alpha -hppa" +KEYWORDS="~x86 -amd64 -ppc -sparc -mips -alpha -hppa" DEPEND="virtual/kernel" RDEPEND="" IUSE="" -- cgit v1.2.3-65-gdbad