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 37C121382C5 for ; Sun, 18 Apr 2021 06:48:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90802E0867; Sun, 18 Apr 2021 06:48:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 7C00BE0867 for ; Sun, 18 Apr 2021 06:48:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5D674340CCF for ; Sun, 18 Apr 2021 06:48:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3AB3C3 for ; Sun, 18 Apr 2021 06:48:48 +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: <1618728507.2ce1560cdf4e72f837a483c6678f94625f4feaaf.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/camldbm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/camldbm/camldbm-1.2.ebuild X-VCS-Directories: dev-ml/camldbm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2ce1560cdf4e72f837a483c6678f94625f4feaaf X-VCS-Branch: master Date: Sun, 18 Apr 2021 06:48:48 +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: c5759754-5c08-4ad4-ac12-f0312aaa992d X-Archives-Hash: 27ca2fb5ed12615491a66d1e11cc00c7 commit: 2ce1560cdf4e72f837a483c6678f94625f4feaaf Author: Sam James gentoo org> AuthorDate: Sun Apr 18 06:48:27 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 18 06:48:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ce1560c dev-ml/camldbm: Stabilize 1.2 ppc, #783570 Signed-off-by: Sam James gentoo.org> dev-ml/camldbm/camldbm-1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/camldbm/camldbm-1.2.ebuild b/dev-ml/camldbm/camldbm-1.2.ebuild index 2c331f04db6..e8ed8d0f97e 100644 --- a/dev-ml/camldbm/camldbm-1.2.ebuild +++ b/dev-ml/camldbm/camldbm-1.2.ebuild @@ -10,7 +10,7 @@ S="${WORKDIR}/dbm-${P}" LICENSE="LGPL-2-with-linking-exception" SLOT="0/${PV}" -KEYWORDS="amd64 arm ~ppc x86" +KEYWORDS="amd64 arm ppc x86" DEPEND=">=sys-libs/gdbm-1.9.1-r2[berkdb] >=dev-lang/ocaml-3.12:=[ocamlopt]"