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 1C9F1138350 for ; Tue, 21 Jan 2020 15:16:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3635BE089A; Tue, 21 Jan 2020 15:16:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1BF41E089A for ; Tue, 21 Jan 2020 15:16:47 +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 A591D34E367 for ; Tue, 21 Jan 2020 15:16:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2705597 for ; Tue, 21 Jan 2020 15:16:45 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1579619781.b9df057449ea99406469cb53081e809cb8e90f86.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libinput/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libinput/libinput-1.14.3.ebuild dev-libs/libinput/libinput-1.15.0.ebuild X-VCS-Directories: dev-libs/libinput/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: b9df057449ea99406469cb53081e809cb8e90f86 X-VCS-Branch: master Date: Tue, 21 Jan 2020 15:16:45 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ad89d956-b9a5-496b-a88c-9d564a6fd519 X-Archives-Hash: f6a672d397fa5458ad1571cb0fdf5b5f commit: b9df057449ea99406469cb53081e809cb8e90f86 Author: Lars Wendler gentoo org> AuthorDate: Tue Jan 21 15:16:21 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Jan 21 15:16:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9df0574 dev-libs/libinput: prepend get_udevdir with EPREFIX Thanks-to: robiblitz yahoo.de Closes: https://bugs.gentoo.org/702300 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Lars Wendler gentoo.org> dev-libs/libinput/libinput-1.14.3.ebuild | 2 +- dev-libs/libinput/libinput-1.15.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libinput/libinput-1.14.3.ebuild b/dev-libs/libinput/libinput-1.14.3.ebuild index 8ffe79d05fa..5a77b346bc0 100644 --- a/dev-libs/libinput/libinput-1.14.3.ebuild +++ b/dev-libs/libinput/libinput-1.14.3.ebuild @@ -60,7 +60,7 @@ src_configure() { $(meson_use doc documentation) $(meson_use input_devices_wacom libwacom) -Dtests=false # tests are restricted - -Dudev-dir="$(get_udevdir)" + -Dudev-dir="${EPREFIX}$(get_udevdir)" ) meson_src_configure } diff --git a/dev-libs/libinput/libinput-1.15.0.ebuild b/dev-libs/libinput/libinput-1.15.0.ebuild index b59f509ebfa..d0cb85f869a 100644 --- a/dev-libs/libinput/libinput-1.15.0.ebuild +++ b/dev-libs/libinput/libinput-1.15.0.ebuild @@ -61,7 +61,7 @@ src_configure() { $(meson_use doc documentation) $(meson_use input_devices_wacom libwacom) -Dtests=false # tests are restricted - -Dudev-dir="$(get_udevdir)" + -Dudev-dir="${EPREFIX}$(get_udevdir)" ) meson_src_configure }