From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4396A1388BF for ; Sat, 9 Jan 2016 11:04:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 411AAE07DF; Sat, 9 Jan 2016 11:04:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CC5BDE07DF for ; Sat, 9 Jan 2016 11:04:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C77FA3409D7 for ; Sat, 9 Jan 2016 11:04:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22BB075D for ; Sat, 9 Jan 2016 11:04:43 +0000 (UTC) From: "Jeroen Roovers" 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" Message-ID: <1452337126.e6c4571565465d67f2ed34244f8223242272d886.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/mupdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/mupdf/mupdf-1.7a-r1.ebuild app-text/mupdf/mupdf-1.8.ebuild X-VCS-Directories: app-text/mupdf/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: e6c4571565465d67f2ed34244f8223242272d886 X-VCS-Branch: master Date: Sat, 9 Jan 2016 11:04:43 +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: 1477d307-3c59-496f-8625-d20db8cab548 X-Archives-Hash: 319c4d5e31347964778d88ab05454073 commit: e6c4571565465d67f2ed34244f8223242272d886 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Jan 9 10:58:46 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Jan 9 10:58:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6c45715 app-text/mupdf: Fix building on HPPA. Package-Manager: portage-2.2.26 app-text/mupdf/mupdf-1.7a-r1.ebuild | 4 +++- app-text/mupdf/mupdf-1.8.ebuild | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/app-text/mupdf/mupdf-1.7a-r1.ebuild b/app-text/mupdf/mupdf-1.7a-r1.ebuild index 2bb7606..afd1806 100644 --- a/app-text/mupdf/mupdf-1.7a-r1.ebuild +++ b/app-text/mupdf/mupdf-1.7a-r1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit eutils multilib toolchain-funcs vcs-snapshot +inherit eutils flag-o-matic multilib toolchain-funcs vcs-snapshot DESCRIPTION="a lightweight PDF viewer and toolkit written in portable C" HOMEPAGE="http://mupdf.com/" @@ -38,6 +38,8 @@ DEPEND="${RDEPEND} x11-libs/libxcb[static-libs] )" src_prepare() { + use hppa && append-cflags -ffunction-sections + rm -rf thirdparty || die epatch \ diff --git a/app-text/mupdf/mupdf-1.8.ebuild b/app-text/mupdf/mupdf-1.8.ebuild index 1339562..da273c7 100644 --- a/app-text/mupdf/mupdf-1.8.ebuild +++ b/app-text/mupdf/mupdf-1.8.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit eutils multilib toolchain-funcs vcs-snapshot +inherit eutils flag-o-matic multilib toolchain-funcs vcs-snapshot DESCRIPTION="a lightweight PDF viewer and toolkit written in portable C" HOMEPAGE="http://mupdf.com/" @@ -13,7 +13,7 @@ SRC_URI="http://git.ghostscript.com/?p=mupdf.git;a=snapshot;h=179403598244f069b5 LICENSE="AGPL-3" MY_SOVER=1.8 SLOT="0/${MY_SOVER}" -KEYWORDS="~alpha ~amd64 ~arm -hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="X vanilla +curl javascript libressl opengl +openssl static static-libs" LIB_DEPEND=" @@ -41,6 +41,8 @@ DEPEND="${RDEPEND} REQUIRED_USE="opengl? ( X !static !static-libs )" src_prepare() { + use hppa && append-cflags -ffunction-sections + rm -rf thirdparty || die epatch \