summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-03-18 20:36:37 +0000
committerMike Frysinger <vapier@gentoo.org>2011-03-18 20:36:37 +0000
commit54ab30ec1ba529176d037a5562b0077b7c23cf3b (patch)
tree76bfd56357ac04c0dc4eb804ed66285db7926d2c /eclass/eutils.eclass
parentQA: Respect LDFLAGS (bug #335535) (diff)
downloadhistorical-54ab30ec1ba529176d037a5562b0077b7c23cf3b.tar.gz
historical-54ab30ec1ba529176d037a5562b0077b7c23cf3b.tar.bz2
historical-54ab30ec1ba529176d037a5562b0077b7c23cf3b.zip
add temp hack for revdep-rebuild/mpfr so we can move forward on stabilization
Diffstat (limited to 'eclass/eutils.eclass')
-rw-r--r--eclass/eutils.eclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass
index 3397e03a2bbe..41470ccf1151 100644
--- a/eclass/eutils.eclass
+++ b/eclass/eutils.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.354 2011/02/25 21:58:19 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.355 2011/03/18 20:36:37 vapier Exp $
# @ECLASS: eutils.eclass
# @MAINTAINER:
@@ -1794,6 +1794,8 @@ preserve_old_lib_notify() {
ewarn "helper program, simply emerge the 'gentoolkit' package."
ewarn
fi
+ # temp hack for #348634 #357225
+ [[ ${PN} == "mpfr" ]] && lib=${lib##*/}
ewarn " # revdep-rebuild --library '${lib}'"
done
if [[ ${notice} -eq 1 ]] ; then