From 80c95fc2e101e8cabd51551b140f04b7d0b6ec12 Mon Sep 17 00:00:00 2001 From: Matija Skala Date: Wed, 6 Jun 2018 19:01:17 +0200 Subject: [PATCH] x11-drivers/xf86-input-wacom: install udev/systemd files to the correct destination Closes: https://github.com/gentoo/gentoo/pull/8735 --- ...com-0.36.0-r1.ebuild => xf86-input-wacom-0.36.0-r2.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename x11-drivers/xf86-input-wacom/{xf86-input-wacom-0.36.0-r1.ebuild => xf86-input-wacom-0.36.0-r2.ebuild} (92%) 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 4bcff4b9fed2..a941f30d9cc1 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) ) } -- 2.26.2