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-0.8.1.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-0.8.1.ebuild')
-rwxr-xr-x | x11-drivers/wizardpen/wizardpen-0.8.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-drivers/wizardpen/wizardpen-0.8.1.ebuild b/x11-drivers/wizardpen/wizardpen-0.8.1.ebuild index d603b8a..9243a20 100755 --- a/x11-drivers/wizardpen/wizardpen-0.8.1.ebuild +++ b/x11-drivers/wizardpen/wizardpen-0.8.1.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ +EAPI="4" inherit linux-mod eutils autotools -EAPI="4" - DESCRIPTION="Driver for Genius Wizardpen Tablets" HOMEPAGE="http://code.google.com/p/linuxgenius/" SRC_URI="http://launchpad.net/wizardpen/trunk/0.8/+download/xorg-input-wizardpen-${PV}.tar.bz2" |