Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/wlroots/
Date: Fri, 24 Jan 2020 04:19:24
Message-Id: 1579839508.5fcb1ffd33c722f51222125f8c390524e306de5e.gyakovlev@gentoo
1 commit: 5fcb1ffd33c722f51222125f8c390524e306de5e
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 24 04:13:09 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 24 04:18:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fcb1ffd
7
8 gui-libs/wlroots: sync live ebuild keywords
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 gui-libs/wlroots/wlroots-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/gui-libs/wlroots/wlroots-9999.ebuild b/gui-libs/wlroots/wlroots-9999.ebuild
16 index b9431381dd7..f0caa7de4f5 100644
17 --- a/gui-libs/wlroots/wlroots-9999.ebuild
18 +++ b/gui-libs/wlroots/wlroots-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2019 Gentoo Authors
21 +# Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
26 inherit git-r3
27 else
28 SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
29 - KEYWORDS="~amd64 ~arm64 ~x86"
30 + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
31 fi
32
33 LICENSE="MIT"