summaryrefslogtreecommitdiff
path: root/x11-drivers/wizardpen/wizardpen-9999.ebuild
diff options
context:
space:
mode:
authorCtibor <ctibor.brancik@seznam.cz>2012-12-02 15:10:27 +0100
committerCtibor <ctibor.brancik@seznam.cz>2012-12-02 15:10:27 +0100
commite7d4a3491cea4879f90d78e93b9f9f26bb10b0ad (patch)
tree2283a07916cdf1b622968ca96047af61ad7627a2 /x11-drivers/wizardpen/wizardpen-9999.ebuild
parentf2ec7776300af20167374de49f5106cb42fef519 (diff)
downloadbrancik-overlay-e7d4a3491cea4879f90d78e93b9f9f26bb10b0ad.tar.gz
brancik-overlay-e7d4a3491cea4879f90d78e93b9f9f26bb10b0ad.tar.bz2
Fix EAPI declaration in x11-drivers/wizardpen
Diffstat (limited to 'x11-drivers/wizardpen/wizardpen-9999.ebuild')
-rwxr-xr-xx11-drivers/wizardpen/wizardpen-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-drivers/wizardpen/wizardpen-9999.ebuild b/x11-drivers/wizardpen/wizardpen-9999.ebuild
index 71b7cce..66f8acd 100755
--- a/x11-drivers/wizardpen/wizardpen-9999.ebuild
+++ b/x11-drivers/wizardpen/wizardpen-9999.ebuild
@@ -1,6 +1,7 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
+EAPI="4"
inherit linux-mod eutils bzr
@@ -23,8 +24,6 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="uclogic"
-RDEPEND="${DEPEND}"
-
src_unpack() {
if kernel_is 2 4; then
die "You must use 2.6.X kernel with ${PN}"