diff options
author | Markus Dittrich <markusle@gentoo.org> | 2010-01-22 14:09:12 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2010-01-22 14:09:12 +0000 |
commit | 60dbe69e39bf9f644d68f034d133e61ce9b9452e (patch) | |
tree | 9d3016f84a7f39c21bbad1ad5fda56b654fa0d98 /sci-libs | |
parent | Drop xulrunner-sdk flag to force proper xulrunner detection, thanks to Anarchy (diff) | |
download | gentoo-2-60dbe69e39bf9f644d68f034d133e61ce9b9452e.tar.gz gentoo-2-60dbe69e39bf9f644d68f034d133e61ce9b9452e.tar.bz2 gentoo-2-60dbe69e39bf9f644d68f034d133e61ce9b9452e.zip |
Made qrupdate multilib-strict safe (fixes #301838).
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/qrupdate/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/qrupdate/qrupdate-1.1.0-r1.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sci-libs/qrupdate/ChangeLog b/sci-libs/qrupdate/ChangeLog index 086d75afd1d8..9e795a08c6a1 100644 --- a/sci-libs/qrupdate/ChangeLog +++ b/sci-libs/qrupdate/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/qrupdate # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/qrupdate/ChangeLog,v 1.8 2010/01/21 19:04:57 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/qrupdate/ChangeLog,v 1.9 2010/01/22 14:09:12 markusle Exp $ + + 22 Jan 2010; Markus Dittrich <markusle@gentoo.org> + qrupdate-1.1.0-r1.ebuild: + Made qrupdate multilib-strict safe (fixes #301838). *qrupdate-1.1.0-r1 (21 Jan 2010) diff --git a/sci-libs/qrupdate/qrupdate-1.1.0-r1.ebuild b/sci-libs/qrupdate/qrupdate-1.1.0-r1.ebuild index c51ad8497409..120af96395ff 100644 --- a/sci-libs/qrupdate/qrupdate-1.1.0-r1.ebuild +++ b/sci-libs/qrupdate/qrupdate-1.1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/qrupdate/qrupdate-1.1.0-r1.ebuild,v 1.1 2010/01/21 19:04:57 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/qrupdate/qrupdate-1.1.0-r1.ebuild,v 1.2 2010/01/22 14:09:12 markusle Exp $ EAPI="2" @@ -37,6 +37,7 @@ src_prepare() { -e "s:BLAS=.*:BLAS=${BLAS_LIBS}:" \ -e "s:LAPACK=.*:LAPACK=${LAPACK_LIBS}:" \ -e "/^LIBDIR=/a\PREFIX=${EPREFIX}/usr" \ + -e "s:LIBDIR=lib:LIBDIR=$(get_libdir):" \ || die "Failed to set up Makeconf" } |