From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-906672-garchives=archives.gentoo.org@lists.gentoo.org> 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 B7C9E138E13 for <garchives@archives.gentoo.org>; Sun, 16 Oct 2016 06:50:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2B83E0AF0; Sun, 16 Oct 2016 06:49:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D9553E0AF0 for <gentoo-commits@lists.gentoo.org>; Sun, 16 Oct 2016 06:49:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE7A9340EDA for <gentoo-commits@lists.gentoo.org>; Sun, 16 Oct 2016 06:49:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53866300 for <gentoo-commits@lists.gentoo.org>; Sun, 16 Oct 2016 06:49:57 +0000 (UTC) From: "Jeroen Roovers" <jer@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" <jer@gentoo.org> Message-ID: <1476600584.2957db50d4d0934742e9bcfca662f26e7d2ccb9d.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/easy-rsa/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/easy-rsa/easy-rsa-3.0.1-r1.ebuild X-VCS-Directories: app-crypt/easy-rsa/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 2957db50d4d0934742e9bcfca662f26e7d2ccb9d X-VCS-Branch: master Date: Sun, 16 Oct 2016 06:49:57 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b0f79ddb-5128-4337-86fb-4e79e70f0a18 X-Archives-Hash: 2f582aa64a7566f4e5cc2a51e72fee96 commit: 2957db50d4d0934742e9bcfca662f26e7d2ccb9d Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Sat Oct 15 10:56:22 2016 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Sun Oct 16 06:49:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2957db50 app-crypt/easy-rsa: Stable for HPPA (bug #595998). Package-Manager: portage-2.3.2 RepoMan-Options: --ignore-arches app-crypt/easy-rsa/easy-rsa-3.0.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/easy-rsa/easy-rsa-3.0.1-r1.ebuild b/app-crypt/easy-rsa/easy-rsa-3.0.1-r1.ebuild index 1ff2124..6fbaeee 100644 --- a/app-crypt/easy-rsa/easy-rsa-3.0.1-r1.ebuild +++ b/app-crypt/easy-rsa/easy-rsa-3.0.1-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/OpenVPN/easy-rsa/releases/download/${PV}/${MY_P}.tgz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="libressl" DEPEND="!libressl? ( >=dev-libs/openssl-0.9.6:0 )