diff options
author | Christian Birchinger <joker@gentoo.org> | 2011-12-12 01:28:09 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2011-12-12 01:28:09 +0000 |
commit | ebed5b085c933385768193e24485a8909fedf4b0 (patch) | |
tree | 984b44c142e4ca76e5fc444694b566ad60f327b4 /net-misc | |
parent | rm old files (diff) | |
download | gentoo-2-ebed5b085c933385768193e24485a8909fedf4b0.tar.gz gentoo-2-ebed5b085c933385768193e24485a8909fedf4b0.tar.bz2 gentoo-2-ebed5b085c933385768193e24485a8909fedf4b0.zip |
Fix type to build against /usr/src/linux sources and not the current running one.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/r8168/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/r8168/r8168-8.026.00.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/r8168/ChangeLog b/net-misc/r8168/ChangeLog index 4d783aae5ec6..fb6c32fba2ef 100644 --- a/net-misc/r8168/ChangeLog +++ b/net-misc/r8168/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/r8168 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/r8168/ChangeLog,v 1.1 2011/11/13 21:44:04 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/r8168/ChangeLog,v 1.2 2011/12/12 01:28:09 joker Exp $ + + 12 Dec 2011; Christian Birchinger <joker@gentoo.org> r8168-8.026.00.ebuild: + Fix typo make it use the /usr/src/linux kernel and not the current running + one *r8168-8.026.00 (13 Nov 2011) diff --git a/net-misc/r8168/r8168-8.026.00.ebuild b/net-misc/r8168/r8168-8.026.00.ebuild index 60cbf36c7d58..e95ca21e595c 100644 --- a/net-misc/r8168/r8168-8.026.00.ebuild +++ b/net-misc/r8168/r8168-8.026.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/r8168/r8168-8.026.00.ebuild,v 1.1 2011/11/13 21:44:04 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/r8168/r8168-8.026.00.ebuild,v 1.2 2011/12/12 01:28:09 joker Exp $ EAPI=4 @@ -23,7 +23,7 @@ ERROR_R8169="${P} requires Realtek 8169 PCI Gigabit Ethernet adapter (CONFIG_R81 pkg_setup() { linux-mod_pkg_setup - BUILD_PARAMS="KDIR=${KV_DIR}" + BUILD_PARAMS="KERNELDIR=${KV_DIR}" } src_install() { |