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/ocaml-sqlite3/
Date: Wed, 14 Feb 2018 16:20:15
Message-Id: 1518618571.31c1bd8bff12deb97d41cd3bf1fd8bfdcceda1ff.whissi@gentoo
1 commit: 31c1bd8bff12deb97d41cd3bf1fd8bfdcceda1ff
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 14 14:29:31 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 14 14:29:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31c1bd8b
7
8 dev-ml/ocaml-sqlite3: x86 keyworded (bug #627298)
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.2.0.ebuild | 4 ++--
13 dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.3.0.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.2.0.ebuild b/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.2.0.ebuild
17 index fdedc5618e3..ba15673a0eb 100644
18 --- a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.2.0.ebuild
19 +++ b/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.2.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 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/mmottl/sqlite3-ocaml/releases/download/${PV}/${MY_P}
27
28 LICENSE="MIT"
29 SLOT="0/${PV}"
30 -KEYWORDS="~amd64 ~ppc ~x86-fbsd"
31 +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
32 IUSE=""
33
34 RDEPEND=">=dev-db/sqlite-3.3.3"
35
36 diff --git a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.3.0.ebuild b/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.3.0.ebuild
37 index fdedc5618e3..ba15673a0eb 100644
38 --- a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.3.0.ebuild
39 +++ b/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.3.0.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 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/mmottl/sqlite3-ocaml/releases/download/${PV}/${MY_P}
47
48 LICENSE="MIT"
49 SLOT="0/${PV}"
50 -KEYWORDS="~amd64 ~ppc ~x86-fbsd"
51 +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
52 IUSE=""
53
54 RDEPEND=">=dev-db/sqlite-3.3.3"