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 D7636138334 for ; Sun, 6 Jan 2019 20:11:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D113AE0A93; Sun, 6 Jan 2019 20:11:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A813DE0A93 for ; Sun, 6 Jan 2019 20:11:03 +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 598C5335CF2 for ; Sun, 6 Jan 2019 20:11:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D92454E7 for ; Sun, 6 Jan 2019 20:10:58 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1546805446.41ae34772cb4a7263768885643906959f584702a.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/botan/files/, dev-libs/botan/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/botan/botan-2.8.0.ebuild dev-libs/botan/files/botan-2.8.0-build.patch X-VCS-Directories: dev-libs/botan/files/ dev-libs/botan/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 41ae34772cb4a7263768885643906959f584702a X-VCS-Branch: master Date: Sun, 6 Jan 2019 20:10:58 +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: 02514f76-f884-46c9-a416-1e25b4149834 X-Archives-Hash: ea4ddd2c2d8a9a7e9d4a53cd5a36b26c commit: 41ae34772cb4a7263768885643906959f584702a Author: Alon Bar-Lev gentoo org> AuthorDate: Sun Jan 6 20:10:18 2019 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Sun Jan 6 20:10:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41ae3477 dev-libs/botan: fix powerpc64le build Closes: https://bugs.gentoo.org/show_bug.cgi?id=674128 Thanks: Shawn Anastasio Signed-off-by: Alon Bar-Lev gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-libs/botan/botan-2.8.0.ebuild | 6 +++++- dev-libs/botan/files/botan-2.8.0-build.patch | 22 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/dev-libs/botan/botan-2.8.0.ebuild b/dev-libs/botan/botan-2.8.0.ebuild index f64ebf1a8fe..4f995a89686 100644 --- a/dev-libs/botan/botan-2.8.0.ebuild +++ b/dev-libs/botan/botan-2.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -34,6 +34,10 @@ RDEPEND="${DEPEND} BDEPEND="dev-lang/python:* doc? ( dev-python/sphinx )" +PATCHES=( + "${FILESDIR}/${P}-build.patch" +) + src_configure() { local disable_modules=() use boost || disable_modules+=( "boost" ) diff --git a/dev-libs/botan/files/botan-2.8.0-build.patch b/dev-libs/botan/files/botan-2.8.0-build.patch new file mode 100644 index 00000000000..04755a0381a --- /dev/null +++ b/dev-libs/botan/files/botan-2.8.0-build.patch @@ -0,0 +1,22 @@ +From 813b7230735960f3e5225f1f74ca680c9ea84101 Mon Sep 17 00:00:00 2001 +From: Shawn Anastasio +Date: Sun, 30 Dec 2018 14:49:43 -0600 +Subject: [PATCH] Add powerpc64le as an alias for ppc64 + +Add powerpc64le as an alias for the ppc64 build target. +--- + src/build-data/arch/ppc64.txt | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/build-data/arch/ppc64.txt b/src/build-data/arch/ppc64.txt +index 9ab7cccded..23d3bb2a10 100644 +--- a/src/build-data/arch/ppc64.txt ++++ b/src/build-data/arch/ppc64.txt +@@ -5,6 +5,7 @@ wordsize 64 + + + powerpc64 ++powerpc64le + ppc64le + ppc64el +