Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/js_of_ocaml/
Date: Tue, 09 Feb 2021 06:13:31
Message-Id: 1612808734.a4bac951c0398bc6274c19554cde73e2a0ea1187.sam@gentoo
1 commit: a4bac951c0398bc6274c19554cde73e2a0ea1187
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 8 18:23:45 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 8 18:25:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4bac951
7
8 dev-ml/js_of_ocaml: fix double KEYWORDS
9
10 Bug: https://bugs.gentoo.org/769554
11 Thanks-to: Douglas Freed <dwfreed <AT> mtu.edu>
12 Package-Manager: Portage-3.0.14, Repoman-3.0.2
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 dev-ml/js_of_ocaml/js_of_ocaml-2.8.4-r2.ebuild | 3 +--
16 dev-ml/js_of_ocaml/js_of_ocaml-3.0.0.ebuild | 3 +--
17 dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild | 3 +--
18 3 files changed, 3 insertions(+), 6 deletions(-)
19
20 diff --git a/dev-ml/js_of_ocaml/js_of_ocaml-2.8.4-r2.ebuild b/dev-ml/js_of_ocaml/js_of_ocaml-2.8.4-r2.ebuild
21 index c598fe1bdb4..411a3127760 100644
22 --- a/dev-ml/js_of_ocaml/js_of_ocaml-2.8.4-r2.ebuild
23 +++ b/dev-ml/js_of_ocaml/js_of_ocaml-2.8.4-r2.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2019 Gentoo Authors
26 +# Copyright 1999-2021 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=5
30 @@ -12,7 +12,6 @@ if [ "${PV#9999}" != "${PV}" ] ; then
31 inherit git-r3
32 SRC_URI=""
33 EGIT_REPO_URI="https://github.com/ocsigen/js_of_ocaml"
34 - KEYWORDS=""
35 else
36 SRC_URI="https://github.com/ocsigen/js_of_ocaml/archive/${PV}.tar.gz -> ${P}.tar.gz"
37 KEYWORDS="~amd64"
38
39 diff --git a/dev-ml/js_of_ocaml/js_of_ocaml-3.0.0.ebuild b/dev-ml/js_of_ocaml/js_of_ocaml-3.0.0.ebuild
40 index af4b80e9a5d..12a42f7f42e 100644
41 --- a/dev-ml/js_of_ocaml/js_of_ocaml-3.0.0.ebuild
42 +++ b/dev-ml/js_of_ocaml/js_of_ocaml-3.0.0.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2019 Gentoo Authors
45 +# Copyright 1999-2021 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=5
49 @@ -12,7 +12,6 @@ if [ "${PV#9999}" != "${PV}" ] ; then
50 inherit git-r3
51 SRC_URI=""
52 EGIT_REPO_URI="https://github.com/ocsigen/js_of_ocaml"
53 - KEYWORDS=""
54 else
55 SRC_URI="https://github.com/ocsigen/js_of_ocaml/archive/${PV}.tar.gz -> ${P}.tar.gz"
56 # Breaks dev-ml/eliom dev-ml/async_js dev-ml/ocsigen-toolkit
57
58 diff --git a/dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild b/dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild
59 index 827937bd0f4..af747867d5a 100644
60 --- a/dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild
61 +++ b/dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2019 Gentoo Authors
64 +# Copyright 1999-2021 Gentoo Authors
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=5
68 @@ -15,7 +15,6 @@ if [ "${PV#9999}" != "${PV}" ] ; then
69 KEYWORDS=""
70 else
71 SRC_URI="https://github.com/ocsigen/js_of_ocaml/archive/${PV}.tar.gz -> ${P}.tar.gz"
72 - KEYWORDS="~amd64"
73 fi
74
75 LICENSE="LGPL-2.1-with-linking-exception"