summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2016-05-29 22:26:36 +0200
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2016-05-29 22:26:36 +0200
commit3ff230531a340ccd8b3c64ccaa8510645dcf6943 (patch)
tree2055bff10d52e7e773dfbf66a5e3a7da04008760 /x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.4.1-r1.ebuild
parentnet-libs/zeromq: drop qnikst@gentoo.org from maintainers. (diff)
downloadgentoo-3ff230531a340ccd8b3c64ccaa8510645dcf6943.tar.gz
gentoo-3ff230531a340ccd8b3c64ccaa8510645dcf6943.tar.bz2
gentoo-3ff230531a340ccd8b3c64ccaa8510645dcf6943.zip
x11-drivers/xf86-input-aiptek: fix building against x11-base/xorg-server-1.18
Bug: https://bugs.gentoo.org/show_bug.cgi?id=572696 Package-Manager: portage-2.2.28
Diffstat (limited to 'x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.4.1-r1.ebuild')
-rw-r--r--x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.4.1-r1.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.4.1-r1.ebuild b/x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.4.1-r1.ebuild
new file mode 100644
index 000000000000..4a72b3f14445
--- /dev/null
+++ b/x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.4.1-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit xorg-2
+
+DESCRIPTION="Aiptek USB Digital Tablet Input Driver for Linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+ "${FILESDIR}"/${P}-xorg-server-1.18.patch
+)