summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Tilley <lv@gentoo.org>2004-05-05 06:20:51 +0000
committerTravis Tilley <lv@gentoo.org>2004-05-05 06:20:51 +0000
commit2816dcb9b500a3e838f51d3dc199f3eb901996c0 (patch)
tree1777a88a1ddb75c60b508d37f30361a45396137c /sys-apps/x86info
parentAnd then there was 0.3. mono-debugger support was disabled in this release. W... (diff)
downloadgentoo-2-2816dcb9b500a3e838f51d3dc199f3eb901996c0.tar.gz
gentoo-2-2816dcb9b500a3e838f51d3dc199f3eb901996c0.tar.bz2
gentoo-2-2816dcb9b500a3e838f51d3dc199f3eb901996c0.zip
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?
Diffstat (limited to 'sys-apps/x86info')
-rw-r--r--sys-apps/x86info/ChangeLog10
-rw-r--r--sys-apps/x86info/x86info-1.11.ebuild6
-rw-r--r--sys-apps/x86info/x86info-1.12b.ebuild6
3 files changed, 14 insertions, 8 deletions
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 <lv@gentoo.org> 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=""