From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 60E62138334 for ; Wed, 6 Jun 2018 23:20:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FBE6E09E9; Wed, 6 Jun 2018 23:20:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10CD4E09E9 for ; Wed, 6 Jun 2018 23:20:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 894CF335C7E for ; Wed, 6 Jun 2018 23:20:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43F492B2 for ; Wed, 6 Jun 2018 23:20:11 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1528327200.80c95fc2e101e8cabd51551b140f04b7d0b6ec12.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-wacom/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-drivers/xf86-input-wacom/xf86-input-wacom-0.36.0-r1.ebuild x11-drivers/xf86-input-wacom/xf86-input-wacom-0.36.0-r2.ebuild X-VCS-Directories: x11-drivers/xf86-input-wacom/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 80c95fc2e101e8cabd51551b140f04b7d0b6ec12 X-VCS-Branch: master Date: Wed, 6 Jun 2018 23:20:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a6911367-e534-4b56-9a74-a95af0eb1c58 X-Archives-Hash: 0b78daa89eaa7def71f16bf02b181ba2 commit: 80c95fc2e101e8cabd51551b140f04b7d0b6ec12 Author: Matija Skala gmx com> AuthorDate: Wed Jun 6 17:01:17 2018 +0000 Commit: Matt Turner gentoo 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) ) }