summaryrefslogtreecommitdiff
path: root/x11-drivers/wizardpen/wizardpen-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-drivers/wizardpen/wizardpen-9999.ebuild')
-rwxr-xr-xx11-drivers/wizardpen/wizardpen-9999.ebuild11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-drivers/wizardpen/wizardpen-9999.ebuild b/x11-drivers/wizardpen/wizardpen-9999.ebuild
index c46bade..97f0d6a 100755
--- a/x11-drivers/wizardpen/wizardpen-9999.ebuild
+++ b/x11-drivers/wizardpen/wizardpen-9999.ebuild
@@ -22,7 +22,6 @@ DEPEND="${RDEPEND}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="uclogic"
src_unpack() {
if kernel_is 2 4; then
@@ -53,16 +52,6 @@ src_unpack() {
eerror "If compiled as modules add usbhid to /etc/modules.autoload/kernel-2.6"
die "Please build USB HID support first"
fi
- if use uclogic && ! linux_chkconfig_present HID_UCLOGIC
- then
- eerror "You have enabled the uclogic flag but toyr kernel doesn't support it."
- eerror "Please enable in your .config: CONFIG_HID_UCLOGIC=y or CONFIG_HID_UCLOGIC=m"
- eerror "Through 'make menuconfig':"
- eerror "Device Drivers-> HID Devices-> Special HID drivers-> [*] UC-Logic"
- eerror "Device Drivers-> HID Devices-> Special HID drivers-> [*] UC-Logic"
- eerror ""
- die "Please build HID_UCLOGIC support first"
- fi
bzr_fetch || die "${EBZR}: unknown problem in bzr_fetch()."
cd ${S}
}