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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 49C07158094 for ; Sun, 2 Oct 2022 19:34:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95E58E0876; Sun, 2 Oct 2022 19:34:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80E9AE0876 for ; Sun, 2 Oct 2022 19:34:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9CF1B340E47 for ; Sun, 2 Oct 2022 19:34:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30D715E0 for ; Sun, 2 Oct 2022 19:34:14 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1664739231.a5db466742ceec3285fc5a874a79710159a1543b.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-OpenSSL/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Alien-OpenSSL/Alien-OpenSSL-0.120.0-r1.ebuild X-VCS-Directories: dev-perl/Alien-OpenSSL/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: a5db466742ceec3285fc5a874a79710159a1543b X-VCS-Branch: master Date: Sun, 2 Oct 2022 19:34:14 +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: 56d95c39-9cc0-41a3-90b5-336971d206de X-Archives-Hash: 59db97c780ec30f9f4e168d0e97303e7 commit: a5db466742ceec3285fc5a874a79710159a1543b Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Oct 2 19:25:52 2022 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Oct 2 19:33:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5db4667 dev-perl/Alien-OpenSSL: stabilize 0.120.0-r1 for amd64 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/Alien-OpenSSL/Alien-OpenSSL-0.120.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Alien-OpenSSL/Alien-OpenSSL-0.120.0-r1.ebuild b/dev-perl/Alien-OpenSSL/Alien-OpenSSL-0.120.0-r1.ebuild index bab3bda70bdc..38d029589625 100644 --- a/dev-perl/Alien-OpenSSL/Alien-OpenSSL-0.120.0-r1.ebuild +++ b/dev-perl/Alien-OpenSSL/Alien-OpenSSL-0.120.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Alien wrapper for OpenSSL" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" RDEPEND=" >=dev-perl/Alien-Build-0.38.0