summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2009-10-22 12:30:47 +0000
committerMike Auty <ikelos@gentoo.org>2009-10-22 12:30:47 +0000
commit02d8bb4071827b688bab53eeee0db8e2d3fa4ed7 (patch)
tree60777d8a0c51aae8ea3ab54770382c0185effdfc /x11-drivers/linuxwacom/linuxwacom-0.8.4_p1.ebuild
parentRemove test dependencies from RDEPEND (diff)
downloadhistorical-02d8bb4071827b688bab53eeee0db8e2d3fa4ed7.tar.gz
historical-02d8bb4071827b688bab53eeee0db8e2d3fa4ed7.tar.bz2
historical-02d8bb4071827b688bab53eeee0db8e2d3fa4ed7.zip
Re-fix bug 268378.
Package-Manager: portage-2.2_rc46/cvs/Linux i686
Diffstat (limited to 'x11-drivers/linuxwacom/linuxwacom-0.8.4_p1.ebuild')
-rw-r--r--x11-drivers/linuxwacom/linuxwacom-0.8.4_p1.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-drivers/linuxwacom/linuxwacom-0.8.4_p1.ebuild b/x11-drivers/linuxwacom/linuxwacom-0.8.4_p1.ebuild
index cbf3266b6e05..8a96a8dda71f 100644
--- a/x11-drivers/linuxwacom/linuxwacom-0.8.4_p1.ebuild
+++ b/x11-drivers/linuxwacom/linuxwacom-0.8.4_p1.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/x11-drivers/linuxwacom/linuxwacom-0.8.4_p1.ebuild,v 1.3 2009/10/05 12:31:11 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/linuxwacom/linuxwacom-0.8.4_p1.ebuild,v 1.4 2009/10/22 12:30:47 ikelos Exp $
inherit eutils autotools toolchain-funcs linux-mod
@@ -55,10 +55,12 @@ wacom_check() {
}
pkg_setup() {
- linux-mod_pkg_setup
- # echo "kernel version is ${KV} , name is ${KV%%-*}"
+ if use modules; then
+ linux-mod_pkg_setup
+ wacom_check
+ # echo "kernel version is ${KV} , name is ${KV%%-*}"
+ fi
ewarn "Versions of linuxwacom >= 0.7.9 require gcc >= 4.2 to compile."
- wacom_check
}
src_unpack() {