Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/wlroots/
Date: Wed, 28 Aug 2019 19:08:44
Message-Id: 1567019315.a06ca46975e34d3e6fae741c1e08816ec55320e1.prometheanfire@gentoo
1 commit: a06ca46975e34d3e6fae741c1e08816ec55320e1
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 19:08:17 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 19:08:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a06ca469
7
8 gui-libs/wlroots: add subslots for wlroots
9
10 sway needs to rebuild on subslot changes
11
12 Package-Manager: Portage-2.3.69, Repoman-2.3.17
13 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
14
15 gui-libs/wlroots/wlroots-0.7.0.ebuild | 2 +-
16 gui-libs/wlroots/wlroots-9999.ebuild | 2 +-
17 2 files changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/gui-libs/wlroots/wlroots-0.7.0.ebuild b/gui-libs/wlroots/wlroots-0.7.0.ebuild
20 index 540520bfd71..2e9ec327912 100644
21 --- a/gui-libs/wlroots/wlroots-0.7.0.ebuild
22 +++ b/gui-libs/wlroots/wlroots-0.7.0.ebuild
23 @@ -17,7 +17,7 @@ else
24 fi
25
26 LICENSE="MIT"
27 -SLOT="0"
28 +SLOT="0/7"
29 IUSE="elogind icccm systemd x11-backend X"
30 REQUIRED_USE="?? ( elogind systemd )"
31
32
33 diff --git a/gui-libs/wlroots/wlroots-9999.ebuild b/gui-libs/wlroots/wlroots-9999.ebuild
34 index 540520bfd71..b9431381dd7 100644
35 --- a/gui-libs/wlroots/wlroots-9999.ebuild
36 +++ b/gui-libs/wlroots/wlroots-9999.ebuild
37 @@ -17,7 +17,7 @@ else
38 fi
39
40 LICENSE="MIT"
41 -SLOT="0"
42 +SLOT="0/9999"
43 IUSE="elogind icccm systemd x11-backend X"
44 REQUIRED_USE="?? ( elogind systemd )"