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 D92C51382C5 for ; Mon, 29 Jan 2018 01:06:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47C70E0E20; Mon, 29 Jan 2018 01:06:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 29207E0E20 for ; Mon, 29 Jan 2018 01:06:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 502F3335C38 for ; Mon, 29 Jan 2018 01:06:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CCF21E9 for ; Mon, 29 Jan 2018 01:06:04 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1517186745.ee06e4527b2f0f1e2a01d1c4365b766ebbb1ac39.whissi@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: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: ee06e4527b2f0f1e2a01d1c4365b766ebbb1ac39 X-VCS-Branch: master Date: Mon, 29 Jan 2018 01:06:04 +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: 096994e4-1b79-42bb-b8ea-3f5562d46608 X-Archives-Hash: c5b557f776b86849e7c38ab789af4b4d commit: ee06e4527b2f0f1e2a01d1c4365b766ebbb1ac39 Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Jan 29 00:45:45 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Jan 29 00:45:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee06e452 net-vpn/libreswan: x86 stable (bug #645878) Package-Manager: Portage-2.3.20, Repoman-2.3.6 net-vpn/libreswan/libreswan-3.22.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-vpn/libreswan/libreswan-3.22.ebuild b/net-vpn/libreswan/libreswan-3.22.ebuild index bef31f06ba4..685d5f7414a 100644 --- a/net-vpn/libreswan/libreswan-3.22.ebuild +++ b/net-vpn/libreswan/libreswan-3.22.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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/"