From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 77BCF1382C5 for ; Tue, 9 Feb 2021 06:13:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8ED40E0969; Tue, 9 Feb 2021 06:13:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C652E0969 for ; Tue, 9 Feb 2021 06:13:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 44807340D9F for ; Tue, 9 Feb 2021 06:13:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A28E148B for ; Tue, 9 Feb 2021 06:13:27 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1612808734.a4bac951c0398bc6274c19554cde73e2a0ea1187.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/js_of_ocaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/js_of_ocaml/js_of_ocaml-2.8.4-r2.ebuild dev-ml/js_of_ocaml/js_of_ocaml-3.0.0.ebuild dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild X-VCS-Directories: dev-ml/js_of_ocaml/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a4bac951c0398bc6274c19554cde73e2a0ea1187 X-VCS-Branch: master Date: Tue, 9 Feb 2021 06:13:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bfda38a2-02c8-45f9-b1ff-f770f1434347 X-Archives-Hash: f346307f45f4f321e33dbbe37e042aa0 commit: a4bac951c0398bc6274c19554cde73e2a0ea1187 Author: Sam James gentoo org> AuthorDate: Mon Feb 8 18:23:45 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 8 18:25:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4bac951 dev-ml/js_of_ocaml: fix double KEYWORDS Bug: https://bugs.gentoo.org/769554 Thanks-to: Douglas Freed mtu.edu> Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-ml/js_of_ocaml/js_of_ocaml-2.8.4-r2.ebuild | 3 +-- dev-ml/js_of_ocaml/js_of_ocaml-3.0.0.ebuild | 3 +-- dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) 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 index c598fe1bdb4..411a3127760 100644 --- 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,6 @@ if [ "${PV#9999}" != "${PV}" ] ; then inherit git-r3 SRC_URI="" EGIT_REPO_URI="https://github.com/ocsigen/js_of_ocaml" - KEYWORDS="" else SRC_URI="https://github.com/ocsigen/js_of_ocaml/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" 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 index af4b80e9a5d..12a42f7f42e 100644 --- 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,6 @@ if [ "${PV#9999}" != "${PV}" ] ; then inherit git-r3 SRC_URI="" EGIT_REPO_URI="https://github.com/ocsigen/js_of_ocaml" - KEYWORDS="" else SRC_URI="https://github.com/ocsigen/js_of_ocaml/archive/${PV}.tar.gz -> ${P}.tar.gz" # Breaks dev-ml/eliom dev-ml/async_js dev-ml/ocsigen-toolkit diff --git a/dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild b/dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild index 827937bd0f4..af747867d5a 100644 --- a/dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild +++ b/dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,6 @@ if [ "${PV#9999}" != "${PV}" ] ; then KEYWORDS="" else SRC_URI="https://github.com/ocsigen/js_of_ocaml/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" fi LICENSE="LGPL-2.1-with-linking-exception"