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: Fri, 27 Sep 2019 18:12:43
Message-Id: 1569607952.fb9fbeb6d8123daaf287433359bad99521e6646c.prometheanfire@gentoo
1 commit: fb9fbeb6d8123daaf287433359bad99521e6646c
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 27 18:09:53 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 27 18:12:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb9fbeb6
7
8 gui-libs/wlroots: 0.7.0 stable amd64 x86 and arm64
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.17
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 gui-libs/wlroots/wlroots-0.7.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/gui-libs/wlroots/wlroots-0.7.0.ebuild b/gui-libs/wlroots/wlroots-0.7.0.ebuild
17 index 2e9ec327912..9dcae89da2d 100644
18 --- a/gui-libs/wlroots/wlroots-0.7.0.ebuild
19 +++ b/gui-libs/wlroots/wlroots-0.7.0.ebuild
20 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
21 inherit git-r3
22 else
23 SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
24 - KEYWORDS="~amd64 ~arm64 ~x86"
25 + KEYWORDS="amd64 arm64 x86"
26 fi
27
28 LICENSE="MIT"