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 4E1FD138334 for ; Fri, 22 Feb 2019 22:54:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71F81E0874; Fri, 22 Feb 2019 22:54:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 36028E0874 for ; Fri, 22 Feb 2019 22:54:23 +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 4508F33BEC0 for ; Fri, 22 Feb 2019 22:54:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE383551 for ; Fri, 22 Feb 2019 22:54:17 +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: <1550875469.9c2fb972c06d731c337053786c1b8448dc5998bd.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.0_rc1-r1.ebuild gui-wm/sway/sway-1.0_rc2.ebuild gui-wm/sway/sway-1.0_rc3.ebuild gui-wm/sway/sway-9999.ebuild X-VCS-Directories: gui-wm/sway/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 9c2fb972c06d731c337053786c1b8448dc5998bd X-VCS-Branch: master Date: Fri, 22 Feb 2019 22:54:17 +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: 9ad50953-9f83-47c8-aee1-39e88eece340 X-Archives-Hash: 1d55b112b8f0b21de21a7b7d5f05024f commit: 9c2fb972c06d731c337053786c1b8448dc5998bd Author: Aaron Bauman gentoo org> AuthorDate: Fri Feb 22 22:44:29 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Feb 22 22:44:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c2fb972 gui-wm/sway: update deps based on previous cat/pkg moves Signed-off-by: Aaron Bauman gentoo.org> gui-wm/sway/sway-1.0_rc1-r1.ebuild | 8 ++++---- gui-wm/sway/sway-1.0_rc2.ebuild | 8 ++++---- gui-wm/sway/sway-1.0_rc3.ebuild | 8 ++++---- gui-wm/sway/sway-9999.ebuild | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/gui-wm/sway/sway-1.0_rc1-r1.ebuild b/gui-wm/sway/sway-1.0_rc1-r1.ebuild index 47262ad9b43..909b2b83051 100644 --- a/gui-wm/sway/sway-1.0_rc1-r1.ebuild +++ b/gui-wm/sway/sway-1.0_rc1-r1.ebuild @@ -36,15 +36,15 @@ DEPEND=" elogind? ( >=sys-auth/elogind-239 ) swaybar? ( x11-libs/gdk-pixbuf:2 ) swaybg? ( x11-libs/gdk-pixbuf:2 ) - swayidle? ( dev-libs/swayidle ) - swaylock? ( dev-libs/swaylock ) + swayidle? ( gui-apps/swayidle ) + swaylock? ( gui-apps/swaylock ) systemd? ( >=sys-apps/systemd-239 ) X? ( x11-libs/libxcb:0= ) " if [[ ${PV} == 9999 ]]; then - DEPEND+="~dev-libs/wlroots-9999[elogind=,systemd=,X=]" + DEPEND+="~gui-libs/wlroots-9999[elogind=,systemd=,X=]" else - DEPEND+=">=dev-libs/wlroots-0.3[elogind=,systemd=,X=]" + DEPEND+=">=gui-libs/wlroots-0.3[elogind=,systemd=,X=]" fi RDEPEND=" x11-misc/xkeyboard-config diff --git a/gui-wm/sway/sway-1.0_rc2.ebuild b/gui-wm/sway/sway-1.0_rc2.ebuild index f1d3935e2f1..e2aaf1e3646 100644 --- a/gui-wm/sway/sway-1.0_rc2.ebuild +++ b/gui-wm/sway/sway-1.0_rc2.ebuild @@ -36,15 +36,15 @@ DEPEND=" elogind? ( >=sys-auth/elogind-239 ) swaybar? ( x11-libs/gdk-pixbuf:2 ) swaybg? ( x11-libs/gdk-pixbuf:2 ) - swayidle? ( dev-libs/swayidle ) - swaylock? ( dev-libs/swaylock ) + swayidle? ( gui-apps/swayidle ) + swaylock? ( gui-apps/swaylock ) systemd? ( >=sys-apps/systemd-239 ) X? ( x11-libs/libxcb:0= ) " if [[ ${PV} == 9999 ]]; then - DEPEND+="~dev-libs/wlroots-9999[elogind=,systemd=,X=]" + DEPEND+="~gui-libs/wlroots-9999[elogind=,systemd=,X=]" else - DEPEND+=">=dev-libs/wlroots-0.3[elogind=,systemd=,X=]" + DEPEND+=">=gui-libs/wlroots-0.3[elogind=,systemd=,X=]" fi RDEPEND=" x11-misc/xkeyboard-config diff --git a/gui-wm/sway/sway-1.0_rc3.ebuild b/gui-wm/sway/sway-1.0_rc3.ebuild index f1d3935e2f1..e2aaf1e3646 100644 --- a/gui-wm/sway/sway-1.0_rc3.ebuild +++ b/gui-wm/sway/sway-1.0_rc3.ebuild @@ -36,15 +36,15 @@ DEPEND=" elogind? ( >=sys-auth/elogind-239 ) swaybar? ( x11-libs/gdk-pixbuf:2 ) swaybg? ( x11-libs/gdk-pixbuf:2 ) - swayidle? ( dev-libs/swayidle ) - swaylock? ( dev-libs/swaylock ) + swayidle? ( gui-apps/swayidle ) + swaylock? ( gui-apps/swaylock ) systemd? ( >=sys-apps/systemd-239 ) X? ( x11-libs/libxcb:0= ) " if [[ ${PV} == 9999 ]]; then - DEPEND+="~dev-libs/wlroots-9999[elogind=,systemd=,X=]" + DEPEND+="~gui-libs/wlroots-9999[elogind=,systemd=,X=]" else - DEPEND+=">=dev-libs/wlroots-0.3[elogind=,systemd=,X=]" + DEPEND+=">=gui-libs/wlroots-0.3[elogind=,systemd=,X=]" fi RDEPEND=" x11-misc/xkeyboard-config diff --git a/gui-wm/sway/sway-9999.ebuild b/gui-wm/sway/sway-9999.ebuild index f1d3935e2f1..e2aaf1e3646 100644 --- a/gui-wm/sway/sway-9999.ebuild +++ b/gui-wm/sway/sway-9999.ebuild @@ -36,15 +36,15 @@ DEPEND=" elogind? ( >=sys-auth/elogind-239 ) swaybar? ( x11-libs/gdk-pixbuf:2 ) swaybg? ( x11-libs/gdk-pixbuf:2 ) - swayidle? ( dev-libs/swayidle ) - swaylock? ( dev-libs/swaylock ) + swayidle? ( gui-apps/swayidle ) + swaylock? ( gui-apps/swaylock ) systemd? ( >=sys-apps/systemd-239 ) X? ( x11-libs/libxcb:0= ) " if [[ ${PV} == 9999 ]]; then - DEPEND+="~dev-libs/wlroots-9999[elogind=,systemd=,X=]" + DEPEND+="~gui-libs/wlroots-9999[elogind=,systemd=,X=]" else - DEPEND+=">=dev-libs/wlroots-0.3[elogind=,systemd=,X=]" + DEPEND+=">=gui-libs/wlroots-0.3[elogind=,systemd=,X=]" fi RDEPEND=" x11-misc/xkeyboard-config