Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/capnproto/
Date: Tue, 02 Aug 2016 08:23:36
Message-Id: 1470125823.0803528fe27047ce0e441ed8b922362a3da7d6b8.aballier@gentoo
1 commit: 0803528fe27047ce0e441ed8b922362a3da7d6b8
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 2 08:17:03 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 2 08:17:03 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0803528f
7
8 dev-libs/capnproto: keyword ~arm
9
10 Package-Manager: portage-2.3.0
11
12 dev-libs/capnproto/capnproto-0.5.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/capnproto/capnproto-0.5.3.ebuild b/dev-libs/capnproto/capnproto-0.5.3.ebuild
16 index c12553b..59e5607 100644
17 --- a/dev-libs/capnproto/capnproto-0.5.3.ebuild
18 +++ b/dev-libs/capnproto/capnproto-0.5.3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/sandstorm-io/capnproto/archive/v${PV}.tar.gz -> ${P}
26
27 LICENSE="MIT"
28 SLOT="0"
29 -KEYWORDS="~amd64"
30 +KEYWORDS="~amd64 ~arm"
31 IUSE="static-libs test"
32
33 RDEPEND=""