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: Fri, 08 Dec 2017 20:39:28
Message-Id: 1512764478.839af8f22e27b775f9bbfc63fe580dbf78ac1bc7.whissi@gentoo
1 commit: 839af8f22e27b775f9bbfc63fe580dbf78ac1bc7
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 8 20:21:18 2017 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 8 20:21:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=839af8f2
7
8 net-vpn/libreswan: x86 stable (bug #636570)
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 net-vpn/libreswan/libreswan-3.21.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-vpn/libreswan/libreswan-3.21.ebuild b/net-vpn/libreswan/libreswan-3.21.ebuild
16 index 66417665826..e51ea5e1835 100644
17 --- a/net-vpn/libreswan/libreswan-3.21.ebuild
18 +++ b/net-vpn/libreswan/libreswan-3.21.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/"