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 A5306138350 for ; Mon, 20 Apr 2020 09:50:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E80BFE0C08; Mon, 20 Apr 2020 09:50:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 9F5ABE0C08 for ; Mon, 20 Apr 2020 09:50:34 +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 DCD5E34ED5A for ; Mon, 20 Apr 2020 09:50:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A087C1ED for ; Mon, 20 Apr 2020 09:50:30 +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: <1587376214.325c4d0d085f31336ebadf8c1cfa704e40d1af85.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/botan/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/botan/botan-2.11.0.ebuild X-VCS-Directories: dev-libs/botan/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 325c4d0d085f31336ebadf8c1cfa704e40d1af85 X-VCS-Branch: master Date: Mon, 20 Apr 2020 09:50:30 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 60931f6d-3b5e-4300-a2f9-96509e8c2ee1 X-Archives-Hash: e7d23365e9ebe318347644b97cac2cc0 commit: 325c4d0d085f31336ebadf8c1cfa704e40d1af85 Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Apr 20 09:50:14 2020 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Apr 20 09:50:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=325c4d0d dev-libs/botan: ppc64 stable wrt bug #718342 Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo gentoo.org> dev-libs/botan/botan-2.11.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/botan/botan-2.11.0.ebuild b/dev-libs/botan/botan-2.11.0.ebuild index 8622a959c3a..6d2a94dea77 100644 --- a/dev-libs/botan/botan-2.11.0.ebuild +++ b/dev-libs/botan/botan-2.11.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://botan.randombit.net/releases/${MY_P}.tar.xz" LICENSE="BSD" SLOT="2/$(ver_cut 1-2)" # soname version -KEYWORDS="amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~ppc-macos" +KEYWORDS="amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~ppc-macos" IUSE="bindist bzip2 boost doc libressl lzma python sqlite ssl static-libs zlib" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"