Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/capnproto/
Date: Sun, 28 Jan 2018 16:37:00
Message-Id: 1517157407.c12190ee8485e75b55ea9a062ac5d765ed70714b.whissi@gentoo
1 commit: c12190ee8485e75b55ea9a062ac5d765ed70714b
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 28 16:34:50 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 28 16:36:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c12190ee
7
8 dev-libs/capnproto: x86 keyworded (bug #616384)
9
10 Package-Manager: Portage-2.3.20, Repoman-2.3.6
11
12 dev-libs/capnproto/capnproto-0.6.0.ebuild | 4 ++--
13 dev-libs/capnproto/capnproto-0.6.1.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-libs/capnproto/capnproto-0.6.0.ebuild b/dev-libs/capnproto/capnproto-0.6.0.ebuild
17 index c0c951cad31..6510e318c5e 100644
18 --- a/dev-libs/capnproto/capnproto-0.6.0.ebuild
19 +++ b/dev-libs/capnproto/capnproto-0.6.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/sandstorm-io/capnproto/archive/v${PV}.tar.gz -> ${P}
27
28 LICENSE="MIT"
29 SLOT="0/060"
30 -KEYWORDS="~amd64 ~arm ~arm64"
31 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
32 IUSE="static-libs test"
33
34 RDEPEND=""
35
36 diff --git a/dev-libs/capnproto/capnproto-0.6.1.ebuild b/dev-libs/capnproto/capnproto-0.6.1.ebuild
37 index 483f105f07e..fd414299547 100644
38 --- a/dev-libs/capnproto/capnproto-0.6.1.ebuild
39 +++ b/dev-libs/capnproto/capnproto-0.6.1.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2017 Gentoo Foundation
42 +# Copyright 1999-2018 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=5
46 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/sandstorm-io/capnproto/archive/v${PV}.tar.gz -> ${P}
47
48 LICENSE="MIT"
49 SLOT="0/061"
50 -KEYWORDS="~amd64 ~arm ~arm64"
51 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
52 IUSE="static-libs test"
53
54 RDEPEND=""