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-ml/ocurl/
Date: Sun, 11 Feb 2018 21:56:40
Message-Id: 1518386164.c2c52323ae8440fbd35adbaec8df5e2273857088.whissi@gentoo
1 commit: c2c52323ae8440fbd35adbaec8df5e2273857088
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 11 21:46:26 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 11 21:56:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2c52323
7
8 dev-ml/ocurl: x86 keyworded (bug #611014)
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-ml/ocurl/ocurl-0.6.1.ebuild | 4 ++--
13 dev-ml/ocurl/ocurl-0.7.9.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-ml/ocurl/ocurl-0.6.1.ebuild b/dev-ml/ocurl/ocurl-0.6.1.ebuild
17 index 1b1d8619146..39c4fd5cab5 100644
18 --- a/dev-ml/ocurl/ocurl-0.6.1.ebuild
19 +++ b/dev-ml/ocurl/ocurl-0.6.1.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 @@ -17,7 +17,7 @@ RDEPEND=">=net-misc/curl-7.9.8
27 >=dev-lang/ocaml-3.12:=[ocamlopt]"
28 DEPEND="${RDEPEND}
29 virtual/pkgconfig"
30 -KEYWORDS="amd64 ppc"
31 +KEYWORDS="amd64 ppc ~x86"
32
33 src_compile()
34 {
35
36 diff --git a/dev-ml/ocurl/ocurl-0.7.9.ebuild b/dev-ml/ocurl/ocurl-0.7.9.ebuild
37 index 6dafb58c62c..978bdea229b 100644
38 --- a/dev-ml/ocurl/ocurl-0.7.9.ebuild
39 +++ b/dev-ml/ocurl/ocurl-0.7.9.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 @@ -19,7 +19,7 @@ RDEPEND=">=net-misc/curl-7.9.8
47 >=dev-lang/ocaml-3.12:=[ocamlopt]"
48 DEPEND="${RDEPEND}
49 virtual/pkgconfig"
50 -KEYWORDS="~amd64 ~arm ~ppc"
51 +KEYWORDS="~amd64 ~arm ~ppc ~x86"
52
53 src_compile()
54 {