summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/i2c/ChangeLog6
-rw-r--r--sys-apps/i2c/i2c-2.8.7.ebuild4
-rw-r--r--sys-apps/i2c/i2c-2.9.0.ebuild4
-rw-r--r--sys-apps/i2c/i2c-2.9.1.ebuild4
-rw-r--r--sys-apps/i2c/i2c-2.9.2.ebuild4
5 files changed, 13 insertions, 9 deletions
diff --git a/sys-apps/i2c/ChangeLog b/sys-apps/i2c/ChangeLog
index d725d9300ed2..cfdcf7fa8268 100644
--- a/sys-apps/i2c/ChangeLog
+++ b/sys-apps/i2c/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/i2c
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/ChangeLog,v 1.41 2005/10/23 11:23:07 brix Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/ChangeLog,v 1.42 2005/11/21 19:59:52 blubb Exp $
+
+ 21 Nov 2005; Simon Stelling <blubb@gentoo.org> i2c-2.8.7.ebuild,
+ i2c-2.9.0.ebuild, i2c-2.9.1.ebuild, i2c-2.9.2.ebuild:
+ amd64 doesn't support 2.4 kernels, thus setting KEYWORDS="-amd64"
23 Oct 2005; Henrik Brix Andersen <brix@gentoo.org> i2c-2.9.2.ebuild:
Stable on x86, bug #108270.
diff --git a/sys-apps/i2c/i2c-2.8.7.ebuild b/sys-apps/i2c/i2c-2.8.7.ebuild
index a645158d5806..46ebb41fc28b 100644
--- a/sys-apps/i2c/i2c-2.8.7.ebuild
+++ b/sys-apps/i2c/i2c-2.8.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.7.ebuild,v 1.14 2005/08/18 18:54:32 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.7.ebuild,v 1.15 2005/11/21 19:59:52 blubb Exp $
inherit eutils toolchain-funcs
@@ -10,7 +10,7 @@ SRC_URI="http://www2.lm-sensors.nu/~lm78/archive/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 -ppc x86"
+KEYWORDS="-amd64 -ppc x86"
IUSE=""
DEPEND=""
diff --git a/sys-apps/i2c/i2c-2.9.0.ebuild b/sys-apps/i2c/i2c-2.9.0.ebuild
index 21179eca7096..d7a3ea51cc68 100644
--- a/sys-apps/i2c/i2c-2.9.0.ebuild
+++ b/sys-apps/i2c/i2c-2.9.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.9.0.ebuild,v 1.6 2005/08/18 18:54:32 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.9.0.ebuild,v 1.7 2005/11/21 19:59:52 blubb Exp $
inherit eutils toolchain-funcs
@@ -10,7 +10,7 @@ SRC_URI="http://www2.lm-sensors.nu/~lm78/archive/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 -ppc ~x86"
+KEYWORDS="-amd64 -ppc ~x86"
IUSE=""
DEPEND=""
diff --git a/sys-apps/i2c/i2c-2.9.1.ebuild b/sys-apps/i2c/i2c-2.9.1.ebuild
index 8cafe85caecd..b7b95fe57c60 100644
--- a/sys-apps/i2c/i2c-2.9.1.ebuild
+++ b/sys-apps/i2c/i2c-2.9.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.9.1.ebuild,v 1.5 2005/08/19 15:35:45 brix Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.9.1.ebuild,v 1.6 2005/11/21 19:59:52 blubb Exp $
inherit eutils toolchain-funcs linux-info
@@ -10,7 +10,7 @@ SRC_URI="http://www2.lm-sensors.nu/~lm78/archive/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 -ppc x86"
+KEYWORDS="-amd64 -ppc x86"
IUSE=""
diff --git a/sys-apps/i2c/i2c-2.9.2.ebuild b/sys-apps/i2c/i2c-2.9.2.ebuild
index be3be9f52426..e21bee5a9d52 100644
--- a/sys-apps/i2c/i2c-2.9.2.ebuild
+++ b/sys-apps/i2c/i2c-2.9.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.9.2.ebuild,v 1.2 2005/10/23 11:23:07 brix Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.9.2.ebuild,v 1.3 2005/11/21 19:59:52 blubb Exp $
inherit eutils toolchain-funcs linux-info
@@ -10,7 +10,7 @@ SRC_URI="http://www2.lm-sensors.nu/~lm78/archive/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 -ppc x86"
+KEYWORDS="-amd64 -ppc x86"
IUSE=""