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 9F64515808C for ; Sun, 17 Oct 2021 19:09:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0020E0898; Sun, 17 Oct 2021 19:09:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D6F11E0898 for ; Sun, 17 Oct 2021 19:09:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E841F343731 for ; Sun, 17 Oct 2021 19:09:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60B41172 for ; Sun, 17 Oct 2021 19:09:35 +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: <1634497693.b7a38a9ed1c6287f84fada05220a44df42ef3007.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp4/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/camlp4/camlp4-4.11_p1-r2.ebuild X-VCS-Directories: dev-ml/camlp4/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b7a38a9ed1c6287f84fada05220a44df42ef3007 X-VCS-Branch: master Date: Sun, 17 Oct 2021 19:09:35 +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: 8792b10e-6dd3-4a5f-a5f1-4f715620eb81 X-Archives-Hash: 50dc8e0fbef1c1aeac44ef68d6f84b73 commit: b7a38a9ed1c6287f84fada05220a44df42ef3007 Author: Sam James gentoo org> AuthorDate: Sun Oct 17 19:08:13 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 17 19:08:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7a38a9e dev-ml/camlp4: Stabilize 4.11_p1-r2 arm64, #804774 Signed-off-by: Sam James gentoo.org> dev-ml/camlp4/camlp4-4.11_p1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/camlp4/camlp4-4.11_p1-r2.ebuild b/dev-ml/camlp4/camlp4-4.11_p1-r2.ebuild index 51b6de4ca95..24d6b91a79b 100644 --- a/dev-ml/camlp4/camlp4-4.11_p1-r2.ebuild +++ b/dev-ml/camlp4/camlp4-4.11_p1-r2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/camlp4/camlp4/archive/${MY_PV}.tar.gz -> ${P}.tar.gz LICENSE="LGPL-2-with-linking-exception" SLOT="0/${PV}" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="+ocamlopt" RDEPEND="dev-lang/ocaml:0/$(ver_cut 1-2)[ocamlopt?]"