commit: 80c95fc2e101e8cabd51551b140f04b7d0b6ec12 Author: Matija Skala <mskala <AT> gmx <DOT> com> AuthorDate: Wed Jun 6 17:01:17 2018 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Wed Jun 6 23:20:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80c95fc2
x11-drivers/xf86-input-wacom: install udev/systemd files to the correct destination Closes: https://github.com/gentoo/gentoo/pull/8735 ...input-wacom-0.36.0-r1.ebuild => xf86-input-wacom-0.36.0-r2.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.36.0-r1.ebuild b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.36.0-r2.ebuild similarity index 92% rename from x11-drivers/xf86-input-wacom/xf86-input-wacom-0.36.0-r1.ebuild rename to x11-drivers/xf86-input-wacom/xf86-input-wacom-0.36.0-r2.ebuild index 4bcff4b9fed..a941f30d9cc 100644 --- a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.36.0-r1.ebuild +++ b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.36.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit linux-info xorg-2 +inherit linux-info systemd udev xorg-2 DESCRIPTION="Driver for Wacom tablets and drawing devices" HOMEPAGE="http://linuxwacom.sourceforge.net/" @@ -30,6 +30,8 @@ pkg_setup() { linux-info_pkg_setup XORG_CONFIGURE_OPTIONS=( + --with-systemd-unit-dir="$(systemd_get_systemunitdir)" + --with-udev-rules-dir="$(get_udevdir)/rules.d" $(use_enable debug) ) }
