diff options
author | Ctibor <ctibor.brancik@seznam.cz> | 2012-12-02 15:58:54 +0100 |
---|---|---|
committer | Ctibor <ctibor.brancik@seznam.cz> | 2012-12-02 15:58:54 +0100 |
commit | 7f66000be880faea77cc83d8ab65c6610fe66284 (patch) | |
tree | ccb9bc07a6691bdb029f213c5f6d7d32a72faa74 /x11-drivers/wizardpen/wizardpen-9999.ebuild | |
parent | 6fdf9837a2d15199d5069e23c34b7d55c89dfdf8 (diff) | |
download | brancik-overlay-7f66000be880faea77cc83d8ab65c6610fe66284.tar.gz brancik-overlay-7f66000be880faea77cc83d8ab65c6610fe66284.tar.bz2 |
Remove unused uclogic USE flag from x11-drivers/wizardpen live ebuild.
Diffstat (limited to 'x11-drivers/wizardpen/wizardpen-9999.ebuild')
-rwxr-xr-x | x11-drivers/wizardpen/wizardpen-9999.ebuild | 11 |
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} } |