From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8AF7913989D for ; Wed, 26 Aug 2015 07:12:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28AEFE0870; Wed, 26 Aug 2015 07:12:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6A7FE0870 for ; Wed, 26 Aug 2015 07:12:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B564340A86 for ; Wed, 26 Aug 2015 07:12:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52E4D121 for ; Wed, 26 Aug 2015 07:11:59 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1440573111.185cae073b24c2137dc4846db6bbb2907e8f673d.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/libreswan/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/libreswan/libreswan-3.15.ebuild X-VCS-Directories: net-misc/libreswan/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 185cae073b24c2137dc4846db6bbb2907e8f673d X-VCS-Branch: master Date: Wed, 26 Aug 2015 07:11:59 +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: 171944e9-f11a-4aca-b5d1-05a855cad17d X-Archives-Hash: d6d25bbc47dff27b3da7efb6097ea5ef commit: 185cae073b24c2137dc4846db6bbb2907e8f673d Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Aug 26 07:11:51 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Aug 26 07:11:51 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=185cae07 net-misc/libreswan: x86 stable wrt bug #558692 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86" net-misc/libreswan/libreswan-3.15.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/libreswan/libreswan-3.15.ebuild b/net-misc/libreswan/libreswan-3.15.ebuild index 4e7ba17..831a592 100644 --- a/net-misc/libreswan/libreswan-3.15.ebuild +++ b/net-misc/libreswan/libreswan-3.15.ebuild @@ -8,7 +8,7 @@ inherit eutils systemd toolchain-funcs if [[ ${PV} != 9999 ]]; then SRC_URI="https://download.libreswan.org/${P}.tar.gz" - KEYWORDS="amd64 ~ppc ~x86" + KEYWORDS="amd64 ~ppc x86" else inherit git-r3 EGIT_REPO_URI="https://github.com/libreswan/libreswan.git"