From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DD3C01382C5 for ; Mon, 29 Jan 2018 06:30:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AF51E0BAB; Mon, 29 Jan 2018 06:30:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 051B3E0BAC for ; Mon, 29 Jan 2018 06:30:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7823335C6E for ; Mon, 29 Jan 2018 06:30:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF63F1D0 for ; Mon, 29 Jan 2018 06:30:32 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1517207310.2fe2ff27da4349fbd7b2977482fc69d632e80a10.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/libreswan/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/libreswan/libreswan-3.22.ebuild X-VCS-Directories: net-vpn/libreswan/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 2fe2ff27da4349fbd7b2977482fc69d632e80a10 X-VCS-Branch: master Date: Mon, 29 Jan 2018 06:30:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 49d6f8e9-2cdc-4a10-b214-05e9cc29d83b X-Archives-Hash: 47767dab855ec90e925eb06ed764391a commit: 2fe2ff27da4349fbd7b2977482fc69d632e80a10 Author: Hans de Graaff gentoo org> AuthorDate: Mon Jan 29 06:28:30 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Jan 29 06:28:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fe2ff27 net-vpn/libreswan: amd64 stable, bug 645878 Package-Manager: Portage-2.3.19, Repoman-2.3.6 net-vpn/libreswan/libreswan-3.22.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-vpn/libreswan/libreswan-3.22.ebuild b/net-vpn/libreswan/libreswan-3.22.ebuild index 685d5f7414a..d770c08f7ce 100644 --- a/net-vpn/libreswan/libreswan-3.22.ebuild +++ b/net-vpn/libreswan/libreswan-3.22.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit systemd toolchain-funcs SRC_URI="https://download.libreswan.org/${P}.tar.gz" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="amd64 ~ppc x86" DESCRIPTION="IPsec implementation for Linux, fork of Openswan" HOMEPAGE="https://libreswan.org/"