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-apps/swaybg/
Date: Fri, 24 Jan 2020 04:19:21
Message-Id: 1579838862.9f74a79ec8d144626eaa6c18bb3e3f101af18ad6.gyakovlev@gentoo
1 commit: 9f74a79ec8d144626eaa6c18bb3e3f101af18ad6
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 24 04:07:42 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 24 04:07:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f74a79e
7
8 gui-apps/swaybg: keyword on ~ppc64
9
10 Package-Manager: Portage-2.3.85, Repoman-2.3.20
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 gui-apps/swaybg/swaybg-1.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/gui-apps/swaybg/swaybg-1.0.ebuild b/gui-apps/swaybg/swaybg-1.0.ebuild
17 index 605770a1f3d..ba300c66303 100644
18 --- a/gui-apps/swaybg/swaybg-1.0.ebuild
19 +++ b/gui-apps/swaybg/swaybg-1.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
27 EGIT_REPO_URI="https://github.com/swaywm/${PN}.git"
28 else
29 SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
30 - KEYWORDS="amd64 arm64 x86"
31 + KEYWORDS="amd64 arm64 ~ppc64 x86"
32 fi
33
34 LICENSE="MIT"