diff options
author | Ctibor <ctibor.brancik@seznam.cz> | 2012-12-02 15:08:57 +0100 |
---|---|---|
committer | Ctibor <ctibor.brancik@seznam.cz> | 2012-12-02 15:08:57 +0100 |
commit | f2ec7776300af20167374de49f5106cb42fef519 (patch) | |
tree | cede258521fc160fa060e5b679c861f2db6ae12f | |
parent | 88accd9b5fef69c0fc25e6a8fb1f03f992ef4e44 (diff) | |
download | brancik-overlay-f2ec7776300af20167374de49f5106cb42fef519.tar.gz brancik-overlay-f2ec7776300af20167374de49f5106cb42fef519.tar.bz2 |
Fix x11-drivers/wizardpen-0.8.1 dependencies.
-rwxr-xr-x | x11-drivers/wizardpen/wizardpen-0.8.1.ebuild | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/x11-drivers/wizardpen/wizardpen-0.8.1.ebuild b/x11-drivers/wizardpen/wizardpen-0.8.1.ebuild index eec5f92..d603b8a 100755 --- a/x11-drivers/wizardpen/wizardpen-0.8.1.ebuild +++ b/x11-drivers/wizardpen/wizardpen-0.8.1.ebuild @@ -4,12 +4,20 @@ 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" -DEPEND="" -RDEPEND="x11-base/xorg-server" +RDEPEND="x11-base/xorg-server + x11-libs/libX11 + x11-libs/libXext + x11-libs/xautomation + x11-apps/xinput" + +DEPEND="${RDEPEND}" + LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" |