Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/uhttpmock/
Date: Fri, 30 Jun 2017 04:58:57
Message-Id: 1498798173.5d942fffb25475c6bec09352d178cd543692b60a.aballier@gentoo
1 commit: 5d942fffb25475c6bec09352d178cd543692b60a
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 30 04:49:33 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 30 04:49:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d942fff
7
8 net-libs/uhttpmock: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 net-libs/uhttpmock/uhttpmock-0.5.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/uhttpmock/uhttpmock-0.5.0.ebuild b/net-libs/uhttpmock/uhttpmock-0.5.0.ebuild
16 index 0b44e4deb98..086e3f4a054 100644
17 --- a/net-libs/uhttpmock/uhttpmock-0.5.0.ebuild
18 +++ b/net-libs/uhttpmock/uhttpmock-0.5.0.ebuild
19 @@ -17,7 +17,7 @@ SLOT="0"
20 IUSE="+introspection vala"
21 REQUIRED_USE="vala? ( introspection )"
22
23 -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 sparc x86"
24 +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~ppc ~ppc64 sparc x86"
25
26 RDEPEND="
27 >=dev-libs/glib-2.36.0:2