diff options
Diffstat (limited to 'net-misc/e100/e100-2.3.40.ebuild')
-rw-r--r-- | net-misc/e100/e100-2.3.40.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net-misc/e100/e100-2.3.40.ebuild b/net-misc/e100/e100-2.3.40.ebuild index 91051c87287e..3595329cb4a5 100644 --- a/net-misc/e100/e100-2.3.40.ebuild +++ b/net-misc/e100/e100-2.3.40.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/e100/e100-2.3.40.ebuild,v 1.1 2004/04/13 20:59:19 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/e100/e100-2.3.40.ebuild,v 1.1.1.1 2005/11/30 09:54:49 chriswhite Exp $ DESCRIPTION="Linux base driver for the Intel(R) PRO/100 family of adapters" HOMEPAGE="http://support.intel.com/support/network/adapter/index.htm" @@ -8,10 +8,9 @@ LICENSE="GPL-2" DEPEND="virtual/linux-sources" SRC_URI="mirror://sourceforge/e1000/${P}.tar.gz" -RESTRICT="nomirror" -S="${WORKDIR}/${P}" SLOT="${KV}" -KEYWORDS="~x86" +KEYWORDS="x86" +IUSE="" src_compile() { check_KV |