diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-09-29 14:28:59 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-09-29 14:28:59 +0000 |
commit | 1952accd89eddc335ddfc8d200e09d642fe30eaa (patch) | |
tree | c54e8b7d11c6af16071cae4bae17d1053452a424 /sci-mathematics/pari | |
parent | keyword ~ppc64, bug #436566 (diff) | |
download | gentoo-2-1952accd89eddc335ddfc8d200e09d642fe30eaa.tar.gz gentoo-2-1952accd89eddc335ddfc8d200e09d642fe30eaa.tar.bz2 gentoo-2-1952accd89eddc335ddfc8d200e09d642fe30eaa.zip |
Sed some more files for Prefix, bug #433379
(Portage version: 2.2.01.21143-prefix/cvs/Darwin i386)
Diffstat (limited to 'sci-mathematics/pari')
-rw-r--r-- | sci-mathematics/pari/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/pari/pari-2.5.2.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-mathematics/pari/ChangeLog b/sci-mathematics/pari/ChangeLog index 2efb2316886d..a8bf5384845c 100644 --- a/sci-mathematics/pari/ChangeLog +++ b/sci-mathematics/pari/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/pari # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.90 2012/08/09 20:25:18 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.91 2012/09/29 14:28:59 grobian Exp $ + + 29 Sep 2012; Fabian Groffen <grobian@gentoo.org> pari-2.5.2.ebuild: + Sed some more files for Prefix, bug #433379 *pari-2.5.2 (09 Aug 2012) diff --git a/sci-mathematics/pari/pari-2.5.2.ebuild b/sci-mathematics/pari/pari-2.5.2.ebuild index 47f9ef469e3d..c00ff87b735e 100644 --- a/sci-mathematics/pari/pari-2.5.2.ebuild +++ b/sci-mathematics/pari/pari-2.5.2.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/sci-mathematics/pari/pari-2.5.2.ebuild,v 1.1 2012/08/09 20:25:18 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.5.2.ebuild,v 1.2 2012/09/29 14:28:59 grobian Exp $ EAPI=4 @@ -62,7 +62,8 @@ src_prepare() { -e 's:"acroread":"xdg-open":' \ doc/gphelp.in || die "Failed to fix doc dir" - sed -i "s:/usr:${EPREFIX}/usr:g" config/get_X11 \ + sed -i "s:/\(usr\|lib64\):${EPREFIX}/\1:g" \ + config/get_{Qt,X11,include_path,libpth} \ || die "Failed to fix get_X11" # usersch3.tex is generated |