diff options
Diffstat (limited to 'sys-apps/i2c')
-rw-r--r-- | sys-apps/i2c/i2c-2.8.4.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/i2c/i2c-2.8.7.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/i2c/i2c-2.8.4.ebuild b/sys-apps/i2c/i2c-2.8.4.ebuild index f6eef233b942..fdea9ef5391c 100644 --- a/sys-apps/i2c/i2c-2.8.4.ebuild +++ b/sys-apps/i2c/i2c-2.8.4.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.8.4.ebuild,v 1.5 2004/07/12 15:04:04 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.4.ebuild,v 1.6 2004/07/13 12:15:52 plasmaroo Exp $ inherit eutils @@ -65,7 +65,7 @@ src_compile () { einfo "*****************************************************************" echo ewarn "Non-2.4 kernel detected; doing nothing..." - exit 0 + return else LINUX='/usr/src/linux' fi diff --git a/sys-apps/i2c/i2c-2.8.7.ebuild b/sys-apps/i2c/i2c-2.8.7.ebuild index 866233e27bf0..90e15a504d1e 100644 --- a/sys-apps/i2c/i2c-2.8.7.ebuild +++ b/sys-apps/i2c/i2c-2.8.7.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.8.7.ebuild,v 1.1 2004/07/12 15:04:04 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.7.ebuild,v 1.2 2004/07/13 12:15:52 plasmaroo Exp $ inherit eutils @@ -65,7 +65,7 @@ src_compile () { einfo "*****************************************************************" echo ewarn "Non-2.4 kernel detected; doing nothing..." - exit 0 + return else LINUX='/usr/src/linux' fi |