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 9D435158086 for ; Sun, 9 Jan 2022 20:08:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F13442BC03D; Sun, 9 Jan 2022 20:08:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 B66442BC03D for ; Sun, 9 Jan 2022 20:08:23 +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 96D8E342DA2 for ; Sun, 9 Jan 2022 20:08:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89E1B291 for ; Sun, 9 Jan 2022 20:08:19 +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: <1641758873.68b6f1573a9734f8b56d6f8c82a8edda5ecb3121.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/libreswan/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/libreswan/libreswan-4.5.ebuild X-VCS-Directories: net-vpn/libreswan/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 68b6f1573a9734f8b56d6f8c82a8edda5ecb3121 X-VCS-Branch: master Date: Sun, 9 Jan 2022 20:08:19 +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: e63e2a33-c2ef-4032-8d08-255518490f94 X-Archives-Hash: acc6130a2e6490d22e62179ddfd3b771 commit: 68b6f1573a9734f8b56d6f8c82a8edda5ecb3121 Author: Sam James gentoo org> AuthorDate: Sun Jan 9 20:07:53 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 9 20:07:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68b6f157 net-vpn/libreswan: Stabilize 4.5 x86, #830831 Signed-off-by: Sam James gentoo.org> net-vpn/libreswan/libreswan-4.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-vpn/libreswan/libreswan-4.5.ebuild b/net-vpn/libreswan/libreswan-4.5.ebuild index 06f4baa533ab..86cb2867d62c 100644 --- a/net-vpn/libreswan/libreswan-4.5.ebuild +++ b/net-vpn/libreswan/libreswan-4.5.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=7 @@ -11,7 +11,7 @@ SRC_URI="https://download.libreswan.org/${P}.tar.gz" LICENSE="GPL-2 BSD-4 RSA DES" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~ppc x86" IUSE="caps curl dnssec ldap networkmanager pam seccomp selinux systemd test" RESTRICT="!test? ( test )"