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 96A02138334 for ; Wed, 28 Aug 2019 19:08:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DE46E0824; Wed, 28 Aug 2019 19:08:43 +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 7F770E0824 for ; Wed, 28 Aug 2019 19:08:43 +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 E277734A58A for ; Wed, 28 Aug 2019 19:08:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59738A8 for ; Wed, 28 Aug 2019 19:08:39 +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: <1567019315.a06ca46975e34d3e6fae741c1e08816ec55320e1.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/wlroots/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/wlroots/wlroots-0.7.0.ebuild gui-libs/wlroots/wlroots-9999.ebuild X-VCS-Directories: gui-libs/wlroots/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: a06ca46975e34d3e6fae741c1e08816ec55320e1 X-VCS-Branch: master Date: Wed, 28 Aug 2019 19:08:39 +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: cb45370e-6707-41f2-8c12-72ef71ea47b2 X-Archives-Hash: c204ff4224ca7afdc718f3bc56102d46 commit: a06ca46975e34d3e6fae741c1e08816ec55320e1 Author: Matthew Thode gentoo org> AuthorDate: Wed Aug 28 19:08:17 2019 +0000 Commit: Matthew Thode gentoo org> CommitDate: Wed Aug 28 19:08:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a06ca469 gui-libs/wlroots: add subslots for wlroots sway needs to rebuild on subslot changes Package-Manager: Portage-2.3.69, Repoman-2.3.17 Signed-off-by: Matthew Thode gentoo.org> gui-libs/wlroots/wlroots-0.7.0.ebuild | 2 +- gui-libs/wlroots/wlroots-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-libs/wlroots/wlroots-0.7.0.ebuild b/gui-libs/wlroots/wlroots-0.7.0.ebuild index 540520bfd71..2e9ec327912 100644 --- a/gui-libs/wlroots/wlroots-0.7.0.ebuild +++ b/gui-libs/wlroots/wlroots-0.7.0.ebuild @@ -17,7 +17,7 @@ else fi LICENSE="MIT" -SLOT="0" +SLOT="0/7" IUSE="elogind icccm systemd x11-backend X" REQUIRED_USE="?? ( elogind systemd )" diff --git a/gui-libs/wlroots/wlroots-9999.ebuild b/gui-libs/wlroots/wlroots-9999.ebuild index 540520bfd71..b9431381dd7 100644 --- a/gui-libs/wlroots/wlroots-9999.ebuild +++ b/gui-libs/wlroots/wlroots-9999.ebuild @@ -17,7 +17,7 @@ else fi LICENSE="MIT" -SLOT="0" +SLOT="0/9999" IUSE="elogind icccm systemd x11-backend X" REQUIRED_USE="?? ( elogind systemd )"