diff options
author | David Holm <dholm@gentoo.org> | 2004-06-03 15:53:37 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-06-03 15:53:37 +0000 |
commit | 3e5db1356c9430eca9d2236db7cd6523ced4180d (patch) | |
tree | de36fe8119eed05b46e375903cd9402f826ca469 /net-misc/e100/e100-2.3.43.ebuild | |
parent | Fixed some minor parts (diff) | |
download | historical-3e5db1356c9430eca9d2236db7cd6523ced4180d.tar.gz historical-3e5db1356c9430eca9d2236db7cd6523ced4180d.tar.bz2 historical-3e5db1356c9430eca9d2236db7cd6523ced4180d.zip |
Added to ~ppc
Diffstat (limited to 'net-misc/e100/e100-2.3.43.ebuild')
-rw-r--r-- | net-misc/e100/e100-2.3.43.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/e100/e100-2.3.43.ebuild b/net-misc/e100/e100-2.3.43.ebuild index 9fec5e885a22..462b8d36d74b 100644 --- a/net-misc/e100/e100-2.3.43.ebuild +++ b/net-misc/e100/e100-2.3.43.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/e100/e100-2.3.43.ebuild,v 1.1 2004/06/01 20:30:05 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/e100/e100-2.3.43.ebuild,v 1.2 2004/06/03 15:50:49 dholm Exp $ DESCRIPTION="Linux base driver for the Intel(R) PRO/100 family of adapters" HOMEPAGE="http://support.intel.com/support/network/adapter/index.htm" @@ -10,7 +10,7 @@ DEPEND="virtual/linux-sources" SRC_URI="mirror://sourceforge/e1000/${P}.tar.gz" S="${WORKDIR}/${P}" SLOT="${KV}" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" src_compile() { check_KV |