diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 17:20:13 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 17:20:13 +0000 |
commit | f2175c52f837fdca15432c47713a1e6570915a8c (patch) | |
tree | 462b2a8b6d70929313ef380780d8c6e64769374f /sys-apps/i2c/i2c-2.7.0.ebuild | |
parent | update libgd DEPEND (Manifest recommit) (diff) | |
download | gentoo-2-f2175c52f837fdca15432c47713a1e6570915a8c.tar.gz gentoo-2-f2175c52f837fdca15432c47713a1e6570915a8c.tar.bz2 gentoo-2-f2175c52f837fdca15432c47713a1e6570915a8c.zip |
sync IUSE (missing), trim trailing whitespace
Diffstat (limited to 'sys-apps/i2c/i2c-2.7.0.ebuild')
-rw-r--r-- | sys-apps/i2c/i2c-2.7.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-apps/i2c/i2c-2.7.0.ebuild b/sys-apps/i2c/i2c-2.7.0.ebuild index 208de8780661..bcfbbf679524 100644 --- a/sys-apps/i2c/i2c-2.7.0.ebuild +++ b/sys-apps/i2c/i2c-2.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.7.0.ebuild,v 1.12 2004/06/24 22:11:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.7.0.ebuild,v 1.13 2004/06/30 17:20:13 agriffis Exp $ inherit eutils @@ -11,6 +11,7 @@ SRC_URI="http://www2.lm-sensors.nu/~lm78/archive/${P}.tar.gz" LICENSE="GPL-2" SLOT="${KV}" KEYWORDS="x86 amd64 alpha ~ppc" +IUSE="" DEPEND="virtual/linux-sources" @@ -48,5 +49,3 @@ pkg_postinst() { einfo "IMPORTANT ... *disable* kernel i2c support or *enable it as a module*" einfo } - - |