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: Mon, 19 Apr 2021 20:38:43
Message-Id: 1618864715.c97671878135a8c666b69cd6bb257d29c350356f.prometheanfire@gentoo
1 commit: c97671878135a8c666b69cd6bb257d29c350356f
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 19 20:38:22 2021 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 19 20:38:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9767187
7
8 gui-libs/wlroots: put the slot definition inside if statement
9
10 Package-Manager: Portage-3.0.17, Repoman-3.0.2
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 gui-libs/wlroots/wlroots-0.13.0.ebuild | 3 ++-
14 gui-libs/wlroots/wlroots-9999.ebuild | 3 ++-
15 2 files changed, 4 insertions(+), 2 deletions(-)
16
17 diff --git a/gui-libs/wlroots/wlroots-0.13.0.ebuild b/gui-libs/wlroots/wlroots-0.13.0.ebuild
18 index f370f34a654..da2f898bd72 100644
19 --- a/gui-libs/wlroots/wlroots-0.13.0.ebuild
20 +++ b/gui-libs/wlroots/wlroots-0.13.0.ebuild
21 @@ -11,13 +11,14 @@ HOMEPAGE="https://github.com/swaywm/wlroots"
22 if [[ ${PV} == 9999 ]]; then
23 EGIT_REPO_URI="https://github.com/swaywm/${PN}.git"
24 inherit git-r3
25 + SLOT="0/9999"
26 else
27 SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
28 KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
29 + SLOT="0/13"
30 fi
31
32 LICENSE="MIT"
33 -SLOT="0/13"
34 IUSE="elogind icccm seatd systemd x11-backend X"
35 REQUIRED_USE="?? ( elogind systemd )"
36
37
38 diff --git a/gui-libs/wlroots/wlroots-9999.ebuild b/gui-libs/wlroots/wlroots-9999.ebuild
39 index 9cf3f67c741..d94cab34eb8 100644
40 --- a/gui-libs/wlroots/wlroots-9999.ebuild
41 +++ b/gui-libs/wlroots/wlroots-9999.ebuild
42 @@ -11,13 +11,14 @@ HOMEPAGE="https://github.com/swaywm/wlroots"
43 if [[ ${PV} == 9999 ]]; then
44 EGIT_REPO_URI="https://github.com/swaywm/${PN}.git"
45 inherit git-r3
46 + SLOT="0/9999"
47 else
48 SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
49 KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
50 + SLOT="0/13"
51 fi
52
53 LICENSE="MIT"
54 -SLOT="0/9999"
55 IUSE="x11-backend X"
56
57 DEPEND="