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 01FCC138334 for ; Sun, 8 Jul 2018 22:37:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC2D6E090F; Sun, 8 Jul 2018 22:37:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 BE912E090F for ; Sun, 8 Jul 2018 22:37:57 +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 9491B335C71 for ; Sun, 8 Jul 2018 22:37:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4430836E for ; Sun, 8 Jul 2018 22:37:53 +0000 (UTC) From: "Maciej Mrozowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Mrozowski" Message-ID: <1531089421.4c9c5b51dacd8fd6b6fbb4ce7d67c8723f3c18f8.reavertm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-desktop/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-desktop/plasma-desktop-5.13.49.9999.ebuild kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild X-VCS-Directories: kde-plasma/plasma-desktop/ X-VCS-Committer: reavertm X-VCS-Committer-Name: Maciej Mrozowski X-VCS-Revision: 4c9c5b51dacd8fd6b6fbb4ce7d67c8723f3c18f8 X-VCS-Branch: master Date: Sun, 8 Jul 2018 22:37:53 +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: 05e4c7af-ab9b-4ecc-a4cd-582fdb49fea2 X-Archives-Hash: f5d99b17612bb760bf3aa8125985976e commit: 4c9c5b51dacd8fd6b6fbb4ce7d67c8723f3c18f8 Author: Maciej Mrozowski gentoo org> AuthorDate: Sun Jul 8 22:36:43 2018 +0000 Commit: Maciej Mrozowski gentoo org> CommitDate: Sun Jul 8 22:37:01 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4c9c5b51 kde-plasma/plasma-desktop: control libinput option with USE=mouse (for reference, no effect on build artifacts) kde-plasma/plasma-desktop/plasma-desktop-5.13.49.9999.ebuild | 1 + kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.13.49.9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.13.49.9999.ebuild index 61d23d7da5..d3dbf3b2d2 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.13.49.9999.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.13.49.9999.ebuild @@ -130,6 +130,7 @@ src_configure() { $(cmake-utils_use_find_package fontconfig Fontconfig) $(cmake-utils_use_find_package ibus IBus) $(cmake-utils_use_find_package mouse Evdev) + $(cmake-utils_use_find_package mouse XorgLibinput) $(cmake-utils_use_find_package pulseaudio PulseAudio) $(cmake-utils_use_find_package scim SCIM) $(cmake-utils_use_find_package semantic-desktop KF5Baloo) diff --git a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild index 61d23d7da5..d3dbf3b2d2 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild @@ -130,6 +130,7 @@ src_configure() { $(cmake-utils_use_find_package fontconfig Fontconfig) $(cmake-utils_use_find_package ibus IBus) $(cmake-utils_use_find_package mouse Evdev) + $(cmake-utils_use_find_package mouse XorgLibinput) $(cmake-utils_use_find_package pulseaudio PulseAudio) $(cmake-utils_use_find_package scim SCIM) $(cmake-utils_use_find_package semantic-desktop KF5Baloo)