diff options
Diffstat (limited to 'sys-apps/i2c')
-rw-r--r-- | sys-apps/i2c/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/i2c/i2c-2.9.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/i2c/ChangeLog b/sys-apps/i2c/ChangeLog index bdba649c4217..53ad1fe38a67 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.32 2005/02/24 23:23:28 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/ChangeLog,v 1.33 2005/05/10 09:08:44 dholm Exp $ + + 10 May 2005; David Holm <dholm@gentoo.org> i2c-2.9.0.ebuild: + Readded to ~ppc. Please don't remove it without filing a proper bug report. 25 Feb 2005; Henrik Brix Andersen <brix@gentoo.org> metadata.xml, -i2c-2.6.5-r1.ebuild, -i2c-2.7.0.ebuild, -i2c-2.8.0.ebuild, diff --git a/sys-apps/i2c/i2c-2.9.0.ebuild b/sys-apps/i2c/i2c-2.9.0.ebuild index ea9d8726c834..48db6637d2a5 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.3 2005/01/10 18:19:23 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.9.0.ebuild,v 1.4 2005/05/10 09:08:44 dholm 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="${KV}" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~x86 ~amd64 ~ppc" IUSE="" DEPEND="" |