summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2007-02-03 21:41:37 +0000
committerSimon Stelling <blubb@gentoo.org>2007-02-03 21:41:37 +0000
commit1bb497a6da6007e80310bded0181ba5fe6331b5d (patch)
tree7a3c2c55b82c74a30a68f27a270271f32ab2d1eb /dev-libs/xalan-c
parentRegenerate digest in Manifest2 format. (diff)
downloadgentoo-2-1bb497a6da6007e80310bded0181ba5fe6331b5d.tar.gz
gentoo-2-1bb497a6da6007e80310bded0181ba5fe6331b5d.tar.bz2
gentoo-2-1bb497a6da6007e80310bded0181ba5fe6331b5d.zip
fix typo causing bug 165168
(Portage version: 2.1.2-r7)
Diffstat (limited to 'dev-libs/xalan-c')
-rw-r--r--dev-libs/xalan-c/ChangeLog5
-rw-r--r--dev-libs/xalan-c/xalan-c-1.10.0.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-libs/xalan-c/ChangeLog b/dev-libs/xalan-c/ChangeLog
index a100cb659667..21f6d1b97da8 100644
--- a/dev-libs/xalan-c/ChangeLog
+++ b/dev-libs/xalan-c/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/xalan-c
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xalan-c/ChangeLog,v 1.10 2007/02/02 14:28:30 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xalan-c/ChangeLog,v 1.11 2007/02/03 21:41:37 blubb Exp $
+
+ 03 Feb 2007; Simon Stelling <blubb@gentoo.org> xalan-c-1.10.0.ebuild:
+ fix typo causing bug 165168
02 Feb 2007; Simon Stelling <blubb@gentoo.org> xalan-c-1.10.0.ebuild:
fix multilib-strict; bug 154279; credits to Christoph Mende
diff --git a/dev-libs/xalan-c/xalan-c-1.10.0.ebuild b/dev-libs/xalan-c/xalan-c-1.10.0.ebuild
index 0ce775b2fee3..cbdd8e4021ed 100644
--- a/dev-libs/xalan-c/xalan-c-1.10.0.ebuild
+++ b/dev-libs/xalan-c/xalan-c-1.10.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xalan-c/xalan-c-1.10.0.ebuild,v 1.6 2007/02/02 14:28:30 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xalan-c/xalan-c-1.10.0.ebuild,v 1.7 2007/02/03 21:41:37 blubb Exp $
inherit toolchain-funcs eutils flag-o-matic multilib
@@ -41,8 +41,7 @@ src_compile() {
export XERCESCROOT="/usr/include/xercesc"
append-ldflags -pthread
- ./runConfigure -p linux -c "$(tc-getCC)" -x "$(tc-getCXX)" -P /usr -C
- --libdir=/usr/$(get_libdir) || die "configure failed"
+ ./runConfigure -p linux -c "$(tc-getCC)" -x "$(tc-getCXX)" -P /usr -C --libdir=/usr/$(get_libdir) || die "configure failed"
emake -j1 || die "emake failed"
if use doc ; then