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 746A915802F for ; Sat, 11 Mar 2023 18:02:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC517E07D4; Sat, 11 Mar 2023 18:02:06 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F523E07D4 for ; Sat, 11 Mar 2023 18:02:06 +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 62A29335C94 for ; Sat, 11 Mar 2023 18:02:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D4228CE for ; Sat, 11 Mar 2023 18:02:03 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1678557696.c1618af0a54e0efcfc91bd690f13c429565c065a.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/openssl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/openssl/openssl-3.0.8-r1.ebuild X-VCS-Directories: dev-libs/openssl/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: c1618af0a54e0efcfc91bd690f13c429565c065a X-VCS-Branch: master Date: Sat, 11 Mar 2023 18:02:03 +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: c9efa587-eea6-4c3c-a0e7-31385614bc47 X-Archives-Hash: 4d97fbb48c289f1e7938456dd74d9251 commit: c1618af0a54e0efcfc91bd690f13c429565c065a Author: Mike Gilbert gentoo org> AuthorDate: Sat Mar 11 17:18:04 2023 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Mar 11 18:01:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1618af0 dev-libs/openssl: drop commented KEYWORDS Signed-off-by: Mike Gilbert gentoo.org> dev-libs/openssl/openssl-3.0.8-r1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-libs/openssl/openssl-3.0.8-r1.ebuild b/dev-libs/openssl/openssl-3.0.8-r1.ebuild index 5dce04cf6b4f..ea11e22eb155 100644 --- a/dev-libs/openssl/openssl-3.0.8-r1.ebuild +++ b/dev-libs/openssl/openssl-3.0.8-r1.ebuild @@ -18,7 +18,6 @@ if [[ ${PV} == 9999 ]] ; then else SRC_URI="mirror://openssl/source/${MY_P}.tar.gz verify-sig? ( mirror://openssl/source/${MY_P}.tar.gz.asc )" - #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" fi