diff options
author | Ctibor <ctibor.brancik@seznam.cz> | 2012-12-02 15:10:27 +0100 |
---|---|---|
committer | Ctibor <ctibor.brancik@seznam.cz> | 2012-12-02 15:10:27 +0100 |
commit | e7d4a3491cea4879f90d78e93b9f9f26bb10b0ad (patch) | |
tree | 2283a07916cdf1b622968ca96047af61ad7627a2 /x11-drivers/wizardpen/wizardpen-9999.ebuild | |
parent | f2ec7776300af20167374de49f5106cb42fef519 (diff) | |
download | brancik-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-x | x11-drivers/wizardpen/wizardpen-9999.ebuild | 3 |
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}" |