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: Sun, 09 Jan 2022 20:08:26
Message-Id: 1641758873.68b6f1573a9734f8b56d6f8c82a8edda5ecb3121.sam@gentoo
1 commit: 68b6f1573a9734f8b56d6f8c82a8edda5ecb3121
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 9 20:07:53 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 9 20:07:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68b6f157
7
8 net-vpn/libreswan: Stabilize 4.5 x86, #830831
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-vpn/libreswan/libreswan-4.5.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-vpn/libreswan/libreswan-4.5.ebuild b/net-vpn/libreswan/libreswan-4.5.ebuild
16 index 06f4baa533ab..86cb2867d62c 100644
17 --- a/net-vpn/libreswan/libreswan-4.5.ebuild
18 +++ b/net-vpn/libreswan/libreswan-4.5.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -11,7 +11,7 @@ SRC_URI="https://download.libreswan.org/${P}.tar.gz"
26
27 LICENSE="GPL-2 BSD-4 RSA DES"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm ~ppc ~x86"
30 +KEYWORDS="~amd64 ~arm ~ppc x86"
31 IUSE="caps curl dnssec ldap networkmanager pam seccomp selinux systemd test"
32 RESTRICT="!test? ( test )"