summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2012-11-27 13:17:23 +0000
committerMichael Weber <xmw@gentoo.org>2012-11-27 13:17:23 +0000
commit18438c7f25c709a5f9c349a69f45fcaf2e20378e (patch)
tree9f72361378c2b8f65ceaf3f16f5df78269dc413e /app-text
parentStable for amd64, wrt bug #444900 (diff)
downloadgentoo-2-18438c7f25c709a5f9c349a69f45fcaf2e20378e.tar.gz
gentoo-2-18438c7f25c709a5f9c349a69f45fcaf2e20378e.tar.bz2
gentoo-2-18438c7f25c709a5f9c349a69f45fcaf2e20378e.zip
Fix ar invocation (bug 444926, thanks Agostino Sarubbo)
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/mupdf/ChangeLog5
-rw-r--r--app-text/mupdf/mupdf-1.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/mupdf/ChangeLog b/app-text/mupdf/ChangeLog
index 293199ee017c..0ab17e2bc075 100644
--- a/app-text/mupdf/ChangeLog
+++ b/app-text/mupdf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/mupdf
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/ChangeLog,v 1.51 2012/11/27 13:04:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/ChangeLog,v 1.52 2012/11/27 13:17:23 xmw Exp $
+
+ 27 Nov 2012; Michael Weber <xmw@gentoo.org> mupdf-1.1.ebuild:
+ Fix ar invocation (bug 444926, thanks Agostino Sarubbo)
27 Nov 2012; Agostino Sarubbo <ago@gentoo.org> mupdf-1.1.ebuild:
Stable for x86, wrt bug #444914
diff --git a/app-text/mupdf/mupdf-1.1.ebuild b/app-text/mupdf/mupdf-1.1.ebuild
index d8da77ebc53b..f51abf7acb22 100644
--- a/app-text/mupdf/mupdf-1.1.ebuild
+++ b/app-text/mupdf/mupdf-1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-1.1.ebuild,v 1.3 2012/11/27 13:04:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-1.1.ebuild,v 1.4 2012/11/27 13:17:23 xmw Exp $
EAPI=4
@@ -37,7 +37,7 @@ src_prepare() {
src_compile() {
use X || my_nox11="NOX11=yes MUPDF= "
- emake CC="$(tc-getCC)" OS=Linux \
+ emake CC="$(tc-getCC)" AR="$(tc-getAR)" OS=Linux \
build=debug verbose=true ${my_nox11}
}