diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2003-04-28 12:54:21 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2003-04-28 12:54:21 +0000 |
commit | d6a437023971b52f38d158eaf6e617e047fe664b (patch) | |
tree | 101d232b047598909462b04fe14038020c578b39 /net-misc/e1000 | |
parent | Removed hp-web-jetadmin as the build is misbehaving and doesn't even (diff) | |
download | gentoo-2-d6a437023971b52f38d158eaf6e617e047fe664b.tar.gz gentoo-2-d6a437023971b52f38d158eaf6e617e047fe664b.tar.bz2 gentoo-2-d6a437023971b52f38d158eaf6e617e047fe664b.zip |
Marking stable.
Diffstat (limited to 'net-misc/e1000')
-rw-r--r-- | net-misc/e1000/e1000-5.0.43.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/e1000/e1000-5.0.43.ebuild b/net-misc/e1000/e1000-5.0.43.ebuild index ec1d9f6ad8ba..aa87331884d9 100644 --- a/net-misc/e1000/e1000-5.0.43.ebuild +++ b/net-misc/e1000/e1000-5.0.43.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Arcady Genkin <agenkin@thpoon.com> # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/e1000/e1000-5.0.43.ebuild,v 1.1 2003/04/08 17:36:02 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/e1000/e1000-5.0.43.ebuild,v 1.2 2003/04/28 12:54:21 agenkin Exp $ DESCRIPTION="Kernel driver for Intel Pro/1000 ethernet adapters." HOMEPAGE="http://support.intel.com/support/network/adapter/1000/index.htm" @@ -10,7 +10,7 @@ DEPEND="virtual/linux-sources" SRC_URI="ftp://aiedownload.intel.com/df-support/5599/eng/${P}.tar.gz" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" S="${WORKDIR}/${P}" |