Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xalan-c/
Date: Sun, 12 Feb 2017 09:21:30
Message-Id: 1486891228.e919ffe0bd16d9e6dcfe7ed82c3b18e2c67a6051.ulm@gentoo
1 commit: e919ffe0bd16d9e6dcfe7ed82c3b18e2c67a6051
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 12 09:20:28 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 12 09:20:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e919ffe0
7
8 dev-libs/xalan-c: Drop has_m64 usage.
9
10 Remove the bitstobuild option which has no effect on Linux.
11 Non-maintainer commit, acked by soap.
12
13 Bug: 398855
14
15 Package-Manager: Portage-2.3.3, Repoman-2.3.1
16
17 dev-libs/xalan-c/xalan-c-1.11.0_pre1153059.ebuild | 9 +++------
18 1 file changed, 3 insertions(+), 6 deletions(-)
19
20 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
21 index acbb8a191d..3141041198 100644
22 --- a/dev-libs/xalan-c/xalan-c-1.11.0_pre1153059.ebuild
23 +++ b/dev-libs/xalan-c/xalan-c-1.11.0_pre1153059.ebuild
24 @@ -1,10 +1,10 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2017 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 # $Id$
29
30 EAPI="4"
31
32 -inherit toolchain-funcs eutils flag-o-matic multilib
33 +inherit toolchain-funcs eutils multilib
34
35 DESCRIPTION="XSLT processor for transforming XML into HTML, text, or other XML types"
36 HOMEPAGE="http://xml.apache.org/xalan-c/"
37 @@ -62,12 +62,9 @@ src_configure() {
38 local thread="none"
39 use threads && thread="pthread"
40
41 - local bitstobuild="32"
42 - $(has_m64) && bitstobuild="64"
43 -
44 ./runConfigure -p ${target} -c "$(tc-getCC)" -x "$(tc-getCXX)" \
45 -m ${mloader} -t ${transcoder} \
46 - -r ${thread} -b ${bitstobuild} > configure.vars || die "runConfigure failed"
47 + -r ${thread} > configure.vars || die "runConfigure failed"
48
49 eval $(grep export configure.vars)