diff options
author | Henrik Brix Andersen <brix@gentoo.org> | 2005-08-19 15:35:45 +0000 |
---|---|---|
committer | Henrik Brix Andersen <brix@gentoo.org> | 2005-08-19 15:35:45 +0000 |
commit | 0c9bbee1fe5f0e9cd3ee25c638c2e82460aba468 (patch) | |
tree | 7ded402830ff115f014e77db3ba2eec13074a1b5 /sys-apps/i2c | |
parent | Version bump. (diff) | |
download | gentoo-2-0c9bbee1fe5f0e9cd3ee25c638c2e82460aba468.tar.gz gentoo-2-0c9bbee1fe5f0e9cd3ee25c638c2e82460aba468.tar.bz2 gentoo-2-0c9bbee1fe5f0e9cd3ee25c638c2e82460aba468.zip |
No linux-2.4.x support for ppc.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-apps/i2c')
-rw-r--r-- | sys-apps/i2c/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/i2c/i2c-2.9.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/i2c/ChangeLog b/sys-apps/i2c/ChangeLog index a2263b4aba13..1deba9d36bf4 100644 --- a/sys-apps/i2c/ChangeLog +++ b/sys-apps/i2c/ChangeLog @@ -1,6 +1,9 @@ # 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.38 2005/08/19 10:19:05 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/ChangeLog,v 1.39 2005/08/19 15:35:45 brix Exp $ + + 19 Aug 2005; Henrik Brix Andersen <brix@gentoo.org> i2c-2.9.1.ebuild: + No linux-2.4.x support for ppc. 19 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> i2c-2.9.1.ebuild: Readded to ~ppc as a temporary fix. diff --git a/sys-apps/i2c/i2c-2.9.1.ebuild b/sys-apps/i2c/i2c-2.9.1.ebuild index e9d728bf7b9f..8cafe85caecd 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.4 2005/08/19 10:19:05 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.9.1.ebuild,v 1.5 2005/08/19 15:35:45 brix 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="" |