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 2E166138350 for ; Fri, 17 Apr 2020 05:54:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C205E0901; Fri, 17 Apr 2020 05:54:55 +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 37594E0901 for ; Fri, 17 Apr 2020 05:54:55 +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 363B534EE15 for ; Fri, 17 Apr 2020 05:54:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E93161DE for ; Fri, 17 Apr 2020 05:54:52 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1587102715.75453c0831c26c2d1e551697686608bb5a135d60.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-session/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-base/xfce4-session/xfce4-session-4.14.2.ebuild X-VCS-Directories: xfce-base/xfce4-session/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 75453c0831c26c2d1e551697686608bb5a135d60 X-VCS-Branch: master Date: Fri, 17 Apr 2020 05:54:52 +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: 7cde6d77-eaa6-4d17-91c5-434101571859 X-Archives-Hash: d61cbf8d62a25ca49ab25df325bb8010 commit: 75453c0831c26c2d1e551697686608bb5a135d60 Author: Michał Górny gentoo org> AuthorDate: Fri Apr 17 05:51:15 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Apr 17 05:51:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75453c08 xfce-base/xfce4-session: Remove stale REQUIRED_USE on polkit Closes: https://bugs.gentoo.org/717650 Signed-off-by: Michał Górny gentoo.org> xfce-base/xfce4-session/xfce4-session-4.14.2.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/xfce-base/xfce4-session/xfce4-session-4.14.2.ebuild b/xfce-base/xfce4-session/xfce4-session-4.14.2.ebuild index 251ab43f61c..7b63062aa85 100644 --- a/xfce-base/xfce4-session/xfce4-session-4.14.2.ebuild +++ b/xfce-base/xfce4-session/xfce4-session-4.14.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="elogind nls policykit systemd +xscreensaver" +IUSE="nls policykit +xscreensaver" COMMON_DEPEND="x11-apps/iceauth >=dev-libs/glib-2.42 @@ -39,9 +39,6 @@ DEPEND="${COMMON_DEPEND} sys-devel/gettext virtual/pkgconfig" -REQUIRED_USE="elogind? ( policykit ) - systemd? ( policykit )" - PATCHES=( "${FILESDIR}"/${PN}-4.10.1-alock_support_to_xflock4.patch # TODO: this patch needs updating for the new version, and finding