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 E095D1382C5 for ; Sun, 28 Jun 2020 00:07:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CACC2E084A; Sun, 28 Jun 2020 00:07:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 AE8AAE084A for ; Sun, 28 Jun 2020 00:07:18 +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 4053A34ECC4 for ; Sun, 28 Jun 2020 00:07:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0ECA2AE for ; Sun, 28 Jun 2020 00:07:13 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1593302829.6e45b79783f6f863202ab3668df1796c547ec487.bman@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.5_rc1.ebuild X-VCS-Directories: gui-wm/sway/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 6e45b79783f6f863202ab3668df1796c547ec487 X-VCS-Branch: master Date: Sun, 28 Jun 2020 00:07:13 +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: 286de4f0-cf2b-4f08-b6cd-bf6c914790df X-Archives-Hash: e8abc09976c7651e563b8319f1d0a0e4 commit: 6e45b79783f6f863202ab3668df1796c547ec487 Author: Aaron Bauman gentoo org> AuthorDate: Sun Jun 28 00:05:13 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Jun 28 00:07:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e45b797 gui-wm/sway: drop keywords and change wlroots dep * Upstream released the 1.5rc but it is dependent on wlroots git master. Upstream will release a new version of wlroots on the next Sway rc bump * Change dep on wlroots to -9999 * Drop keywords Signed-off-by: Aaron Bauman gentoo.org> gui-wm/sway/sway-1.5_rc1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gui-wm/sway/sway-1.5_rc1.ebuild b/gui-wm/sway/sway-1.5_rc1.ebuild index bf84713b3e9..86f96883dab 100644 --- a/gui-wm/sway/sway-1.5_rc1.ebuild +++ b/gui-wm/sway/sway-1.5_rc1.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then else MY_PV=${PV/_rc/-rc} SRC_URI="https://github.com/swaywm/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + #KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" S="${WORKDIR}/${PN}-${MY_PV}" fi @@ -47,8 +47,7 @@ if [[ ${PV} == 9999 ]]; then DEPEND+="~gui-libs/wlroots-9999:=[elogind=,systemd=,X=]" else DEPEND+=" - >=gui-libs/wlroots-0.10.0:=[elogind=,systemd=,X=] -