Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/libreswan/
Date: Mon, 29 Jan 2018 01:06:17
Message-Id: 1517186745.ee06e4527b2f0f1e2a01d1c4365b766ebbb1ac39.whissi@gentoo
1 commit: ee06e4527b2f0f1e2a01d1c4365b766ebbb1ac39
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 29 00:45:45 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 29 00:45:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee06e452
7
8 net-vpn/libreswan: x86 stable (bug #645878)
9
10 Package-Manager: Portage-2.3.20, Repoman-2.3.6
11
12 net-vpn/libreswan/libreswan-3.22.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-vpn/libreswan/libreswan-3.22.ebuild b/net-vpn/libreswan/libreswan-3.22.ebuild
16 index bef31f06ba4..685d5f7414a 100644
17 --- a/net-vpn/libreswan/libreswan-3.22.ebuild
18 +++ b/net-vpn/libreswan/libreswan-3.22.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -6,7 +6,7 @@ EAPI=6
26 inherit systemd toolchain-funcs
27
28 SRC_URI="https://download.libreswan.org/${P}.tar.gz"
29 -KEYWORDS="~amd64 ~ppc ~x86"
30 +KEYWORDS="~amd64 ~ppc x86"
31
32 DESCRIPTION="IPsec implementation for Linux, fork of Openswan"
33 HOMEPAGE="https://libreswan.org/"