summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-11-24 03:52:29 +0000
committerMike Frysinger <vapier@gentoo.org>2013-11-24 03:52:29 +0000
commit34ea192f8ef33c04269b35844cf930d557b9caba (patch)
tree092e8f17c3dc0f94f7ae7610b8c55374d3b3948d /dev-libs/mpfr
parentAdd new upstream version, remove old (diff)
downloadgentoo-2-34ea192f8ef33c04269b35844cf930d557b9caba.tar.gz
gentoo-2-34ea192f8ef33c04269b35844cf930d557b9caba.tar.bz2
gentoo-2-34ea192f8ef33c04269b35844cf930d557b9caba.zip
Revert gmp lib/include flags as they are wrong & unnecessary and tweak the docdir flag to be a bit simpler #476336 by Christoph Junghans.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'dev-libs/mpfr')
-rw-r--r--dev-libs/mpfr/ChangeLog6
-rw-r--r--dev-libs/mpfr/mpfr-3.1.2-r1.ebuild6
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-libs/mpfr/ChangeLog b/dev-libs/mpfr/ChangeLog
index e8b7766b2dec..a05fd9659d55 100644
--- a/dev-libs/mpfr/ChangeLog
+++ b/dev-libs/mpfr/ChangeLog
@@ -1,6 +1,10 @@
# 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.174 2013/11/03 23:40:27 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/ChangeLog,v 1.175 2013/11/24 03:52:29 vapier Exp $
+
+ 24 Nov 2013; Mike Frysinger <vapier@gentoo.org> mpfr-3.1.2-r1.ebuild:
+ Revert gmp lib/include flags as they are wrong & unnecessary and tweak the
+ docdir flag to be a bit simpler #476336 by Christoph Junghans.
03 Nov 2013; Matt Turner <mattst88@gentoo.org> mpfr-3.1.2-r1.ebuild:
alpha stable, bug 487798.
diff --git a/dev-libs/mpfr/mpfr-3.1.2-r1.ebuild b/dev-libs/mpfr/mpfr-3.1.2-r1.ebuild
index 77cdf447b36c..b93ab94d076c 100644
--- a/dev-libs/mpfr/mpfr-3.1.2-r1.ebuild
+++ b/dev-libs/mpfr/mpfr-3.1.2-r1.ebuild
@@ -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.6 2013/11/03 23:40:27 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-3.1.2-r1.ebuild,v 1.7 2013/11/24 03:52:29 vapier Exp $
EAPI="3"
@@ -45,9 +45,7 @@ src_prepare() {
src_configure() {
econf \
- --docdir="${EPREFIX}"/usr/share/doc/${PF} \
- --with-gmp-lib="${EROOT}"usr/$(get_libdir) \
- --with-gmp-include="${EROOT}"usr/include \
+ --docdir="\$(datarootdir)/doc/${PF}" \
$(use_enable static-libs static)
}