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 0424F1382C5 for ; Tue, 9 Jun 2020 21:17:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2494AE0921; Tue, 9 Jun 2020 21:17:10 +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 0B795E0921 for ; Tue, 9 Jun 2020 21:17:10 +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 C869B34F0E9 for ; Tue, 9 Jun 2020 21:17:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49A7028E for ; Tue, 9 Jun 2020 21:17:07 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1591737424.6374f22a4ec4034fc220f621aa854d01c2113101.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-wm/sway/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-wm/sway/sway-1.4-r3.ebuild gui-wm/sway/sway-9999.ebuild X-VCS-Directories: gui-wm/sway/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 6374f22a4ec4034fc220f621aa854d01c2113101 X-VCS-Branch: master Date: Tue, 9 Jun 2020 21:17:07 +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: 112a0dc7-66ec-4279-90f9-6a3a7c0ecf41 X-Archives-Hash: 335bbc3ad63b0048bc292d7076f031bd commit: 6374f22a4ec4034fc220f621aa854d01c2113101 Author: Matthew Thode gentoo org> AuthorDate: Tue Jun 9 21:16:52 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Tue Jun 9 21:17:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6374f22a gui-wm/sway: add missing consolekit dep Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Matthew Thode gentoo.org> gui-wm/sway/{sway-9999.ebuild => sway-1.4-r3.ebuild} | 3 +++ gui-wm/sway/sway-9999.ebuild | 1 + 2 files changed, 4 insertions(+) diff --git a/gui-wm/sway/sway-9999.ebuild b/gui-wm/sway/sway-1.4-r3.ebuild similarity index 97% copy from gui-wm/sway/sway-9999.ebuild copy to gui-wm/sway/sway-1.4-r3.ebuild index e4618c207ab..1f261585bb1 100644 --- a/gui-wm/sway/sway-9999.ebuild +++ b/gui-wm/sway/sway-1.4-r3.ebuild @@ -53,6 +53,7 @@ else fi RDEPEND=" x11-misc/xkeyboard-config + !elogind? ( !systemd? ( sys-auth/consolekit ) ) ${DEPEND} " BDEPEND=" @@ -65,6 +66,8 @@ else BDEPEND+="man? ( >=app-text/scdoc-1.9.3 )" fi +PATCHES=("${FILESDIR}"/${P}-gcc-10.patch) + src_prepare() { default diff --git a/gui-wm/sway/sway-9999.ebuild b/gui-wm/sway/sway-9999.ebuild index e4618c207ab..c1b6403cdb8 100644 --- a/gui-wm/sway/sway-9999.ebuild +++ b/gui-wm/sway/sway-9999.ebuild @@ -53,6 +53,7 @@ else fi RDEPEND=" x11-misc/xkeyboard-config + !elogind? ( !systemd? ( sys-auth/consolekit ) ) ${DEPEND} " BDEPEND="