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:40:15
Message-Id: 1618864804.ae42e492e5c642a7d11d95b35c8d1f928afbde19.prometheanfire@gentoo
1 commit: ae42e492e5c642a7d11d95b35c8d1f928afbde19
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 19 20:40:04 2021 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 19 20:40:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae42e492
7
8 gui-libs/wlroots: slot bump on live ebuild (for when it's tagged)
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-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/gui-libs/wlroots/wlroots-9999.ebuild b/gui-libs/wlroots/wlroots-9999.ebuild
17 index d94cab34eb8..cb80b4e42fd 100644
18 --- a/gui-libs/wlroots/wlroots-9999.ebuild
19 +++ b/gui-libs/wlroots/wlroots-9999.ebuild
20 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then
21 else
22 SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
23 KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
24 - SLOT="0/13"
25 + SLOT="0/14"
26 fi
27
28 LICENSE="MIT"