Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/libreswan/
Date: Wed, 28 Apr 2021 21:25:21
Message-Id: 1619643891.075d8f9e928af3cfe9fbb3acb6d944506ca2c32f.sam@gentoo
1 commit: 075d8f9e928af3cfe9fbb3acb6d944506ca2c32f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 28 21:04:51 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 28 21:04:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=075d8f9e
7
8 net-vpn/libreswan: Stabilize 4.3 amd64, #785493
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-vpn/libreswan/libreswan-4.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-vpn/libreswan/libreswan-4.3.ebuild b/net-vpn/libreswan/libreswan-4.3.ebuild
16 index 016408cd0ed..5c4d8e551b7 100644
17 --- a/net-vpn/libreswan/libreswan-4.3.ebuild
18 +++ b/net-vpn/libreswan/libreswan-4.3.ebuild
19 @@ -6,7 +6,7 @@ EAPI=7
20 inherit systemd toolchain-funcs
21
22 SRC_URI="https://download.libreswan.org/${P}.tar.gz"
23 -KEYWORDS="~amd64 ~arm ~ppc x86"
24 +KEYWORDS="amd64 ~arm ~ppc x86"
25
26 DESCRIPTION="IPsec implementation for Linux, fork of Openswan"
27 HOMEPAGE="https://libreswan.org/"