diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2004-07-13 12:15:52 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2004-07-13 12:15:52 +0000 |
commit | 57ed463143d91fbe792fa6d379880c387e0f122b (patch) | |
tree | 0e3e93f236912eeba8381f8366c12b4768b438b1 | |
parent | New version, as requested in bug #53265. Updated dependencies inline with GTK... (diff) | |
download | gentoo-2-57ed463143d91fbe792fa6d379880c387e0f122b.tar.gz gentoo-2-57ed463143d91fbe792fa6d379880c387e0f122b.tar.bz2 gentoo-2-57ed463143d91fbe792fa6d379880c387e0f122b.zip |
exit 0 >> return for intended behaviour on < Portage 2.0.51 versions.
-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 |