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 92D5613835C for ; Sun, 18 Apr 2021 06:47:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAD0BE084E; Sun, 18 Apr 2021 06:47:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BF000E0826 for ; Sun, 18 Apr 2021 06:47:07 +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 EB044340DB7 for ; Sun, 18 Apr 2021 06:47:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CE076EB for ; Sun, 18 Apr 2021 06:47:05 +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: <1618728360.071f30bfefafc941c72aff8c5d0390b43ecd2895.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: 071f30bfefafc941c72aff8c5d0390b43ecd2895 X-VCS-Branch: master Date: Sun, 18 Apr 2021 06:47:05 +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: 4e2dee35-2e41-41cf-ad8c-1622a4405acf X-Archives-Hash: e3fe66498e09750ce6f3251c99d53bfa commit: 071f30bfefafc941c72aff8c5d0390b43ecd2895 Author: Sam James gentoo org> AuthorDate: Sun Apr 18 06:46:00 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 18 06:46:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=071f30bf dev-ml/camldbm: Stabilize 1.2 amd64, #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 516340830e0..2c331f04db6 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]"