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 3DA21139694 for ; Sun, 12 Feb 2017 09:21:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63EB8E0CA6; Sun, 12 Feb 2017 09:21:29 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 42FF8E0CA6 for ; Sun, 12 Feb 2017 09:21:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B6D7340C9F for ; Sun, 12 Feb 2017 09:21:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13F2F4501 for ; Sun, 12 Feb 2017 09:21:26 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1486891228.e919ffe0bd16d9e6dcfe7ed82c3b18e2c67a6051.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xalan-c/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/xalan-c/xalan-c-1.11.0_pre1153059.ebuild X-VCS-Directories: dev-libs/xalan-c/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: e919ffe0bd16d9e6dcfe7ed82c3b18e2c67a6051 X-VCS-Branch: master Date: Sun, 12 Feb 2017 09:21:26 +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: 9e5dd2d7-35db-41f9-b6c7-a1502d26a618 X-Archives-Hash: 4e45a181556047a4f6ff3b7139ce08d9 commit: e919ffe0bd16d9e6dcfe7ed82c3b18e2c67a6051 Author: Ulrich Müller gentoo org> AuthorDate: Sun Feb 12 09:20:28 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Feb 12 09:20:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e919ffe0 dev-libs/xalan-c: Drop has_m64 usage. Remove the bitstobuild option which has no effect on Linux. Non-maintainer commit, acked by soap. Bug: 398855 Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-libs/xalan-c/xalan-c-1.11.0_pre1153059.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/dev-libs/xalan-c/xalan-c-1.11.0_pre1153059.ebuild b/dev-libs/xalan-c/xalan-c-1.11.0_pre1153059.ebuild index acbb8a191d..3141041198 100644 --- a/dev-libs/xalan-c/xalan-c-1.11.0_pre1153059.ebuild +++ b/dev-libs/xalan-c/xalan-c-1.11.0_pre1153059.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="4" -inherit toolchain-funcs eutils flag-o-matic multilib +inherit toolchain-funcs eutils multilib DESCRIPTION="XSLT processor for transforming XML into HTML, text, or other XML types" HOMEPAGE="http://xml.apache.org/xalan-c/" @@ -62,12 +62,9 @@ src_configure() { local thread="none" use threads && thread="pthread" - local bitstobuild="32" - $(has_m64) && bitstobuild="64" - ./runConfigure -p ${target} -c "$(tc-getCC)" -x "$(tc-getCXX)" \ -m ${mloader} -t ${transcoder} \ - -r ${thread} -b ${bitstobuild} > configure.vars || die "runConfigure failed" + -r ${thread} > configure.vars || die "runConfigure failed" eval $(grep export configure.vars)