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: Sun, 05 Aug 2018 01:03:52
Message-Id: 1533430374.8ac6228d74b21d77cc53e2e3b284615bf78680d2.whissi@gentoo
1 commit: 8ac6228d74b21d77cc53e2e3b284615bf78680d2
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 5 00:52:54 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 5 00:52:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ac6228d
7
8 net-vpn/libreswan: x86 stable (bug #662704)
9
10 Package-Manager: Portage-2.3.44, Repoman-2.3.10
11
12 net-vpn/libreswan/libreswan-3.25.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-vpn/libreswan/libreswan-3.25.ebuild b/net-vpn/libreswan/libreswan-3.25.ebuild
16 index a830de440be..7d073e16334 100644
17 --- a/net-vpn/libreswan/libreswan-3.25.ebuild
18 +++ b/net-vpn/libreswan/libreswan-3.25.ebuild
19 @@ -6,7 +6,7 @@ EAPI=6
20 inherit systemd toolchain-funcs
21
22 SRC_URI="https://download.libreswan.org/${P}.tar.gz"
23 -KEYWORDS="amd64 ~ppc ~x86"
24 +KEYWORDS="amd64 ~ppc x86"
25
26 DESCRIPTION="IPsec implementation for Linux, fork of Openswan"
27 HOMEPAGE="https://libreswan.org/"