diff options
author | 2004-04-27 21:12:30 +0000 | |
---|---|---|
committer | 2004-04-27 21:12:30 +0000 | |
commit | aa44fc5a33bf97dd3ebe5f505cd2b2d195ffbcfe (patch) | |
tree | 959f79abc6a4476c59aad079287e25e2f8459223 /sys-apps/i2c/i2c-2.8.3.ebuild | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-aa44fc5a33bf97dd3ebe5f505cd2b2d195ffbcfe.tar.gz gentoo-2-aa44fc5a33bf97dd3ebe5f505cd2b2d195ffbcfe.tar.bz2 gentoo-2-aa44fc5a33bf97dd3ebe5f505cd2b2d195ffbcfe.zip |
Add inherit eutils
Diffstat (limited to 'sys-apps/i2c/i2c-2.8.3.ebuild')
-rw-r--r-- | sys-apps/i2c/i2c-2.8.3.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-apps/i2c/i2c-2.8.3.ebuild b/sys-apps/i2c/i2c-2.8.3.ebuild index a85d798c17f9..25473b0ce2a5 100644 --- a/sys-apps/i2c/i2c-2.8.3.ebuild +++ b/sys-apps/i2c/i2c-2.8.3.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.3.ebuild,v 1.1 2004/03/27 15:13:32 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.3.ebuild,v 1.2 2004/04/27 21:10:55 agriffis Exp $ + +inherit eutils DESCRIPTION="I2C Bus support for 2.4.x kernels" HOMEPAGE="http://www2.lm-sensors.nu/~lm78/" |