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 C606D138334 for ; Mon, 4 Mar 2019 10:57:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E163AE08A2; Mon, 4 Mar 2019 10:57:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 B7906E08A2 for ; Mon, 4 Mar 2019 10:57:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 75742335CF7 for ; Mon, 4 Mar 2019 10:56:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EF7F555 for ; Mon, 4 Mar 2019 10:56:57 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1551696931.845a2f5e3b0d5a08001acba3d15a924b3f7b14ab.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-settings-daemon/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.28.1-r1.ebuild X-VCS-Directories: gnome-base/gnome-settings-daemon/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 845a2f5e3b0d5a08001acba3d15a924b3f7b14ab X-VCS-Branch: master Date: Mon, 4 Mar 2019 10:56:57 +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: fd96e8b1-5863-4ebd-8560-dea9f5290a45 X-Archives-Hash: 370e928dc3a38c250e78876037c6aa83 commit: 845a2f5e3b0d5a08001acba3d15a924b3f7b14ab Author: Mart Raudsepp gentoo org> AuthorDate: Mon Mar 4 08:27:39 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon Mar 4 10:55:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=845a2f5e gnome-base/gnome-settings-daemon: drop ineffective IUSE=policykit USE=policykit does absolutely nothing for g-s-d, as polkit is not optional for a long time. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.28.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.28.1-r1.ebuild b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.28.1-r1.ebuild index 2c04b07b0b1..16058730679 100644 --- a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.28.1-r1.ebuild +++ b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.28.1-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz" LICENSE="GPL-2+ LGPL-2+" SLOT="0" -IUSE="+colord +cups debug elogind input_devices_wacom networkmanager policykit smartcard systemd test +udev wayland" +IUSE="+colord +cups debug elogind input_devices_wacom networkmanager smartcard systemd test +udev wayland" REQUIRED_USE=" ^^ ( elogind systemd ) input_devices_wacom? ( udev )