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 918CA13835A for ; Sat, 8 May 2021 18:44:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC115E07B3; Sat, 8 May 2021 18:44:36 +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 D752DE07B3 for ; Sat, 8 May 2021 18:44:36 +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 0FBC1340E79 for ; Sat, 8 May 2021 18:44:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A30F974F for ; Sat, 8 May 2021 18:44:34 +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: <1620499386.3927888fc8b6f53767c02c14f07d7a9971e25f12.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-DES_EDE3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Crypt-DES_EDE3/Crypt-DES_EDE3-0.10.0-r2.ebuild X-VCS-Directories: dev-perl/Crypt-DES_EDE3/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3927888fc8b6f53767c02c14f07d7a9971e25f12 X-VCS-Branch: master Date: Sat, 8 May 2021 18:44:34 +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: bfbefd4a-0b8a-4b1c-9bb7-01083759e002 X-Archives-Hash: 76c3361fb8a29a89330517af242dd445 commit: 3927888fc8b6f53767c02c14f07d7a9971e25f12 Author: Sam James gentoo org> AuthorDate: Sat May 8 18:43:06 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 8 18:43:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3927888f dev-perl/Crypt-DES_EDE3: Stabilize 0.10.0-r2 x86, #788799 Signed-off-by: Sam James gentoo.org> dev-perl/Crypt-DES_EDE3/Crypt-DES_EDE3-0.10.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Crypt-DES_EDE3/Crypt-DES_EDE3-0.10.0-r2.ebuild b/dev-perl/Crypt-DES_EDE3/Crypt-DES_EDE3-0.10.0-r2.ebuild index 3a8bddc0a62..297d69743cf 100644 --- a/dev-perl/Crypt-DES_EDE3/Crypt-DES_EDE3-0.10.0-r2.ebuild +++ b/dev-perl/Crypt-DES_EDE3/Crypt-DES_EDE3-0.10.0-r2.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Triple-DES EDE encryption/decryption" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" RDEPEND="dev-perl/Crypt-DES" BDEPEND="${RDEPEND}"