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 8700E138334 for ; Sat, 17 Nov 2018 17:22:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77E51E095E; Sat, 17 Nov 2018 17:22:15 +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 4F947E095E for ; Sat, 17 Nov 2018 17:22:15 +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 4891F335C67 for ; Sat, 17 Nov 2018 17:22:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7B9346F for ; Sat, 17 Nov 2018 17:22:11 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1542475230.19fe0fb2dd2923d24caeee5d5e3b0d921b3360a0.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/goffice/, x11-libs/goffice/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/goffice/files/0.10.43-unittest-build-failure.patch x11-libs/goffice/goffice-0.10.43.ebuild X-VCS-Directories: x11-libs/goffice/ x11-libs/goffice/files/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 19fe0fb2dd2923d24caeee5d5e3b0d921b3360a0 X-VCS-Branch: master Date: Sat, 17 Nov 2018 17:22:11 +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: ea5c1cee-0636-464a-829a-37aaf2930745 X-Archives-Hash: 603b0ebb80e5355eb3d6246b1ff91769 commit: 19fe0fb2dd2923d24caeee5d5e3b0d921b3360a0 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sat Nov 17 15:41:56 2018 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sat Nov 17 17:20:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19fe0fb2 x11-libs/goffice: fix unittest build failure Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Gilles Dartiguelongue gentoo.org> .../files/0.10.43-unittest-build-failure.patch | 21 +++++++++++++++++++++ x11-libs/goffice/goffice-0.10.43.ebuild | 5 +++++ 2 files changed, 26 insertions(+) diff --git a/x11-libs/goffice/files/0.10.43-unittest-build-failure.patch b/x11-libs/goffice/files/0.10.43-unittest-build-failure.patch new file mode 100644 index 00000000000..8b9e89c3cf1 --- /dev/null +++ b/x11-libs/goffice/files/0.10.43-unittest-build-failure.patch @@ -0,0 +1,21 @@ +From 54098b6cd7dddc573b937f45048dd8a434f581af Mon Sep 17 00:00:00 2001 +From: Gilles Dartiguelongue +Date: Sat, 17 Nov 2018 16:30:30 +0100 +Subject: [PATCH] Add missing string.h include + +--- + tests/test-quad.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/tests/test-quad.c b/tests/test-quad.c +index 49d751e8..379d91ed 100644 +--- a/tests/test-quad.c ++++ b/tests/test-quad.c +@@ -1,3 +1,4 @@ ++#include + #include + + // A rather expensive way of forcing the compiler to drop any excess +-- +2.19.1 + diff --git a/x11-libs/goffice/goffice-0.10.43.ebuild b/x11-libs/goffice/goffice-0.10.43.ebuild index 33e79cd9153..690248f0287 100644 --- a/x11-libs/goffice/goffice-0.10.43.ebuild +++ b/x11-libs/goffice/goffice-0.10.43.ebuild @@ -43,6 +43,11 @@ DEPEND="${RDEPEND} virtual/pkgconfig " +PATCHES=( + # https://gitlab.gnome.org/GNOME/goffice/merge_requests/2 + "${FILESDIR}"/${PV}-unittest-build-failure.patch +) + src_configure() { gnome2_src_configure \ --without-lasem \