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 175ED1382C5 for ; Wed, 28 Apr 2021 21:25:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DED02E0874; Wed, 28 Apr 2021 21:25:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C5F1AE0874 for ; Wed, 28 Apr 2021 21:25:19 +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 E0D9E340F78 for ; Wed, 28 Apr 2021 21:25:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CBA9735 for ; Wed, 28 Apr 2021 21:25:17 +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: <1619643891.075d8f9e928af3cfe9fbb3acb6d944506ca2c32f.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.3.ebuild X-VCS-Directories: net-vpn/libreswan/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 075d8f9e928af3cfe9fbb3acb6d944506ca2c32f X-VCS-Branch: master Date: Wed, 28 Apr 2021 21:25:17 +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: efa3d1ab-1bec-4c90-91c0-6b2908069529 X-Archives-Hash: 24ff3e9a5fd7cd86f1835e25ab67581a commit: 075d8f9e928af3cfe9fbb3acb6d944506ca2c32f Author: Sam James gentoo org> AuthorDate: Wed Apr 28 21:04:51 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 28 21:04:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=075d8f9e net-vpn/libreswan: Stabilize 4.3 amd64, #785493 Signed-off-by: Sam James gentoo.org> net-vpn/libreswan/libreswan-4.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-vpn/libreswan/libreswan-4.3.ebuild b/net-vpn/libreswan/libreswan-4.3.ebuild index 016408cd0ed..5c4d8e551b7 100644 --- a/net-vpn/libreswan/libreswan-4.3.ebuild +++ b/net-vpn/libreswan/libreswan-4.3.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit systemd toolchain-funcs SRC_URI="https://download.libreswan.org/${P}.tar.gz" -KEYWORDS="~amd64 ~arm ~ppc x86" +KEYWORDS="amd64 ~arm ~ppc x86" DESCRIPTION="IPsec implementation for Linux, fork of Openswan" HOMEPAGE="https://libreswan.org/"