summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-04-07 21:32:17 +0000
committerMike Frysinger <vapier@gentoo.org>2008-04-07 21:32:17 +0000
commitdc85c34045a5b2170328707eff6ebe7836c6e3b6 (patch)
tree51a0315ed666f7c86a1fc24c4a81edc355778eb8 /sys-apps/i2c-tools
parentInitial commit (ebuild written by me.) (diff)
downloadgentoo-2-dc85c34045a5b2170328707eff6ebe7836c6e3b6.tar.gz
gentoo-2-dc85c34045a5b2170328707eff6ebe7836c6e3b6.tar.bz2
gentoo-2-dc85c34045a5b2170328707eff6ebe7836c6e3b6.zip
fix typo: we want a blocker
(Portage version: 2.2_pre5)
Diffstat (limited to 'sys-apps/i2c-tools')
-rw-r--r--sys-apps/i2c-tools/i2c-tools-3.0.0.ebuild4
-rw-r--r--sys-apps/i2c-tools/i2c-tools-3.0.1.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/i2c-tools/i2c-tools-3.0.0.ebuild b/sys-apps/i2c-tools/i2c-tools-3.0.0.ebuild
index 4a367255aa02..847e9a46e22d 100644
--- a/sys-apps/i2c-tools/i2c-tools-3.0.0.ebuild
+++ b/sys-apps/i2c-tools/i2c-tools-3.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.0.ebuild,v 1.3 2008/04/07 02:17:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.0.ebuild,v 1.4 2008/04/07 21:32:17 vapier Exp $
inherit toolchain-funcs
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="<sys-apps/lm_sensors-3"
+DEPEND="!<sys-apps/lm_sensors-3"
src_compile() {
emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" || die
diff --git a/sys-apps/i2c-tools/i2c-tools-3.0.1.ebuild b/sys-apps/i2c-tools/i2c-tools-3.0.1.ebuild
index 8498503a9374..762fcd78aa90 100644
--- a/sys-apps/i2c-tools/i2c-tools-3.0.1.ebuild
+++ b/sys-apps/i2c-tools/i2c-tools-3.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.1.ebuild,v 1.3 2008/04/07 02:17:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.1.ebuild,v 1.4 2008/04/07 21:32:17 vapier Exp $
inherit toolchain-funcs
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="<sys-apps/lm_sensors-3"
+DEPEND="!<sys-apps/lm_sensors-3"
src_compile() {
emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" || die