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 AEAFC138330 for ; Fri, 25 May 2018 03:48:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E95BE0848; Fri, 25 May 2018 03:48:14 +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 740BDE0848 for ; Fri, 25 May 2018 03:48:14 +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 BCDE8335C90 for ; Fri, 25 May 2018 03:48:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D3332BA for ; Fri, 25 May 2018 03:48:10 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1527219919.79ab26cd07a1e869b0c830d634cfb38d1e9a7dc7.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xmlsec/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/xmlsec/xmlsec-1.2.25.ebuild X-VCS-Directories: dev-libs/xmlsec/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 79ab26cd07a1e869b0c830d634cfb38d1e9a7dc7 X-VCS-Branch: master Date: Fri, 25 May 2018 03:48:10 +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: 61e7780a-ad1e-4c5f-98cf-6278fe01f890 X-Archives-Hash: 9f7223994c0313bbfb10a7070ae8fe4a commit: 79ab26cd07a1e869b0c830d634cfb38d1e9a7dc7 Author: Matt Turner gentoo org> AuthorDate: Fri May 25 03:45:19 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri May 25 03:45:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79ab26cd dev-libs/xmlsec-1.2.25: ppc stable, bug 653576 dev-libs/xmlsec/xmlsec-1.2.25.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/xmlsec/xmlsec-1.2.25.ebuild b/dev-libs/xmlsec/xmlsec-1.2.25.ebuild index 7e85bca44a1..e4393747d0b 100644 --- a/dev-libs/xmlsec/xmlsec-1.2.25.ebuild +++ b/dev-libs/xmlsec/xmlsec-1.2.25.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://www.aleksey.com/xmlsec/download/${PN}1-${PV}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~sparc x86" IUSE="doc gcrypt gnutls libressl nss +openssl static-libs" REQUIRED_USE="|| ( gcrypt gnutls nss openssl ) gnutls? ( gcrypt )"