public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Benda XU (heroxbd)" <heroxbd@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/mpfr: mpfr-3.1.2-r1.ebuild ChangeLog
Date: Sun,  3 Nov 2013 07:16:52 +0000 (UTC)	[thread overview]
Message-ID: <20131103071652.506AD2004B@flycatcher.gentoo.org> (raw)

heroxbd     13/11/03 07:16:52

  Modified:             mpfr-3.1.2-r1.ebuild ChangeLog
  Log:
  EROOT for gmp locations to do cross compiling correctly. bug #476336
  
  (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.5                  dev-libs/mpfr/mpfr-3.1.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mpfr/mpfr-3.1.2-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mpfr/mpfr-3.1.2-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mpfr/mpfr-3.1.2-r1.ebuild?r1=1.4&r2=1.5

Index: mpfr-3.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-3.1.2-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mpfr-3.1.2-r1.ebuild	30 Oct 2013 12:08:10 -0000	1.4
+++ mpfr-3.1.2-r1.ebuild	3 Nov 2013 07:16:52 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-3.1.2-r1.ebuild,v 1.4 2013/10/30 12:08:10 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-3.1.2-r1.ebuild,v 1.5 2013/11/03 07:16:52 heroxbd Exp $
 
 EAPI="3"
 
@@ -46,8 +46,8 @@
 src_configure() {
 	econf \
 		--docdir="${EPREFIX}"/usr/share/doc/${PF} \
-		--with-gmp-lib="${EPREFIX}"/usr/$(get_libdir) \
-		--with-gmp-include="${EPREFIX}"/usr/include \
+		--with-gmp-lib="${EROOT}"usr/$(get_libdir) \
+		--with-gmp-include="${EROOT}"usr/include \
 		$(use_enable static-libs static)
 }
 



1.173                dev-libs/mpfr/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mpfr/ChangeLog?rev=1.173&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mpfr/ChangeLog?rev=1.173&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mpfr/ChangeLog?r1=1.172&r2=1.173

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/mpfr/ChangeLog,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- ChangeLog	30 Oct 2013 12:08:10 -0000	1.172
+++ ChangeLog	3 Nov 2013 07:16:52 -0000	1.173
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/mpfr
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/ChangeLog,v 1.172 2013/10/30 12:08:10 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/ChangeLog,v 1.173 2013/11/03 07:16:52 heroxbd Exp $
+
+  03 Nov 2013; Benda Xu <heroxbd@gentoo.org> mpfr-3.1.2-r1.ebuild:
+  EROOT for gmp locations to do cross compiling correctly. bug #476336
 
   30 Oct 2013; Chema Alonso <nimiux@gentoo.org> mpfr-3.1.2-r1.ebuild:
   Stable for amd64 wrt bug #487798





             reply	other threads:[~2013-11-03  7:16 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-03  7:16 Benda XU (heroxbd) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-11-03 23:40 [gentoo-commits] gentoo-x86 commit in dev-libs/mpfr: mpfr-3.1.2-r1.ebuild ChangeLog Matt Turner (mattst88)
2013-11-24  3:52 Mike Frysinger (vapier)
2013-11-26  7:27 Mike Frysinger (vapier)
2013-12-21 16:26 Agostino Sarubbo (ago)
2013-12-23  9:25 Mike Frysinger (vapier)
2013-12-23 16:01 Agostino Sarubbo (ago)
2013-12-24 12:53 Agostino Sarubbo (ago)
2014-01-18  4:34 Mike Frysinger (vapier)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131103071652.506AD2004B@flycatcher.gentoo.org \
    --to=heroxbd@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox