Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/chrome-gnome-shell/
Date: Sun, 18 Nov 2018 09:51:59
Message-Id: 1542534626.94d09c42af38901d0a461a14462c18980d40f648.zlogene@gentoo
1 commit: 94d09c42af38901d0a461a14462c18980d40f648
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 18 09:50:26 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 18 09:50:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94d09c42
7
8 gnome-extra/chrome-gnome-shell: Add ~arm keyword wrt bug #583422
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10.ebuild b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10.ebuild
17 index 3f8d388c296..2389b912cc2 100644
18 --- a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10.ebuild
19 +++ b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -13,7 +13,7 @@ SRC_URI="mirror://gnome/sources/${PN}/${PV}/${P}.tar.xz"
27
28 LICENSE="GPL-3+"
29 SLOT="0"
30 -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 x86"
31 +KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 x86"
32 IUSE=""
33
34 REQUIRED_USE="${PYTHON_REQUIRED_USE}"