Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/epiphany/
Date: Mon, 01 Jun 2020 20:30:38
Message-Id: 1591043412.6ca349fafff4120b34f081d41a443c81acb23632.mgorny@gentoo
1 commit: 6ca349fafff4120b34f081d41a443c81acb23632
2 Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
3 AuthorDate: Mon Jun 1 12:58:39 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 1 20:30:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ca349fa
7
8 www-client/epiphany: arm keyworded (bug #692802)
9
10 Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 www-client/epiphany/epiphany-3.34.4.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/www-client/epiphany/epiphany-3.34.4.ebuild b/www-client/epiphany/epiphany-3.34.4.ebuild
17 index 25a5ae82ef2..da74b629ae2 100644
18 --- a/www-client/epiphany/epiphany-3.34.4.ebuild
19 +++ b/www-client/epiphany/epiphany-3.34.4.ebuild
20 @@ -12,7 +12,7 @@ LICENSE="GPL-3+"
21 SLOT="0"
22 IUSE="test"
23 RESTRICT="!test? ( test )"
24 -KEYWORDS="amd64 ~arm64 ~ppc64 x86"
25 +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
26
27 DEPEND="
28 >=dev-libs/glib-2.61.2:2