summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-09-06 09:32:46 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-09-06 09:32:46 +0000
commit99eb6e1928b5432482e96a6a4aa99d41712b54b5 (patch)
treed231d1bf651c585157eec69d3321d53bbf1cf7ff /sys-fs/udev/udev-145-r1.ebuild
parentFix bug #283760 with extended kernel versions. (diff)
downloadgentoo-2-99eb6e1928b5432482e96a6a4aa99d41712b54b5.tar.gz
gentoo-2-99eb6e1928b5432482e96a6a4aa99d41712b54b5.tar.bz2
gentoo-2-99eb6e1928b5432482e96a6a4aa99d41712b54b5.zip
Missed one check.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/udev/udev-145-r1.ebuild')
-rw-r--r--sys-fs/udev/udev-145-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/udev/udev-145-r1.ebuild b/sys-fs/udev/udev-145-r1.ebuild
index f7b14aa896d8..513418fbd7a4 100644
--- a/sys-fs/udev/udev-145-r1.ebuild
+++ b/sys-fs/udev/udev-145-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-145-r1.ebuild,v 1.3 2009/09/06 09:26:34 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-145-r1.ebuild,v 1.4 2009/09/06 09:32:46 robbat2 Exp $
EAPI="1"
@@ -101,7 +101,7 @@ pkg_setup() {
KV_FULL_SRC=${KV_FULL}
get_running_version
- udev_check_KV
+ KV_PATCH="${KV_PATCH%.*}" udev_check_KV
if [[ "$?" = "0" ]]; then
eerror
eerror "udev cannot be restarted after emerging,"