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 2152C13835B for ; Mon, 24 May 2021 02:31:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43E1BE085A; Mon, 24 May 2021 02:31:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 2CEC5E085A for ; Mon, 24 May 2021 02:31: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 A300E340775 for ; Mon, 24 May 2021 02:31:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28842794 for ; Mon, 24 May 2021 02:31: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: <1621823381.c19fbdfde1757b3bae4058258191b19cbcbd08eb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/db/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/db/db-4.6.21_p4-r5.ebuild X-VCS-Directories: sys-libs/db/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c19fbdfde1757b3bae4058258191b19cbcbd08eb X-VCS-Branch: master Date: Mon, 24 May 2021 02:31: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: 7c039c38-32f5-4be4-8b84-7ae4eb07d243 X-Archives-Hash: 62854f5ddf8a9a2b63f90af27ddd3e8d commit: c19fbdfde1757b3bae4058258191b19cbcbd08eb Author: Sam James gentoo org> AuthorDate: Mon May 24 02:29:41 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 24 02:29:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c19fbdfd sys-libs/db: Stabilize 4.6.21_p4-r5 amd64, #790803 Signed-off-by: Sam James gentoo.org> sys-libs/db/db-4.6.21_p4-r5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/db/db-4.6.21_p4-r5.ebuild b/sys-libs/db/db-4.6.21_p4-r5.ebuild index 6d51c0e1eb9..ee387bdd3f1 100644 --- a/sys-libs/db/db-4.6.21_p4-r5.ebuild +++ b/sys-libs/db/db-4.6.21_p4-r5.ebuild @@ -27,7 +27,7 @@ done LICENSE="Sleepycat" SLOT="$(ver_cut 1-2)" -KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="tcl java doc cxx" RESTRICT="!test? ( test )"