diff options
author | Scott Stoddard <deltacow@gentoo.org> | 2006-02-12 20:41:40 +0000 |
---|---|---|
committer | Scott Stoddard <deltacow@gentoo.org> | 2006-02-12 20:41:40 +0000 |
commit | 13960b8fa6fd0ccbb676ad9bd7879596917a847b (patch) | |
tree | a346841f58db0316b4235310714a921a7e52c0e0 /sci-mathematics/pari | |
parent | Masking for amaroK 1.4 betas. (diff) | |
download | gentoo-2-13960b8fa6fd0ccbb676ad9bd7879596917a847b.tar.gz gentoo-2-13960b8fa6fd0ccbb676ad9bd7879596917a847b.tar.bz2 gentoo-2-13960b8fa6fd0ccbb676ad9bd7879596917a847b.zip |
Multilib fix re bug 122589
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'sci-mathematics/pari')
-rw-r--r-- | sci-mathematics/pari/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/pari/pari-2.1.5-r4.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sci-mathematics/pari/ChangeLog b/sci-mathematics/pari/ChangeLog index 0872a9045588..eda35331bfb5 100644 --- a/sci-mathematics/pari/ChangeLog +++ b/sci-mathematics/pari/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/pari # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.26 2006/02/02 15:23:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.27 2006/02/12 20:41:40 deltacow Exp $ + + 12 Feb 2006; Scott Stoddard <deltacow@gentoo.org> pari-2.1.5-r4.ebuild: + Fix multilib issue w.r.t. bug #122589 02 Feb 2006; Aron Griffis <agriffis@gentoo.org> pari-2.1.7.ebuild: Mark 2.1.7 stable on alpha diff --git a/sci-mathematics/pari/pari-2.1.5-r4.ebuild b/sci-mathematics/pari/pari-2.1.5-r4.ebuild index c1743661f944..3a8eb8b8a8ac 100644 --- a/sci-mathematics/pari/pari-2.1.5-r4.ebuild +++ b/sci-mathematics/pari/pari-2.1.5-r4.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.1.5-r4.ebuild,v 1.4 2006/01/17 10:11:00 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.1.5-r4.ebuild,v 1.5 2006/02/12 20:41:40 deltacow Exp $ -inherit eutils flag-o-matic +inherit eutils flag-o-matic multilib DESCRIPTION="pari (or pari-gp) : a software package for computer-aided number theory" HOMEPAGE="http://www.parigp-home.de/" @@ -10,7 +10,7 @@ SRC_URI="http://www.gn-50uma.de/ftp/pari-2.1/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc alpha ~mips hppa amd64" +KEYWORDS="alpha amd64 hppa ~mips ~ppc ~sparc x86" IUSE="doc emacs" @@ -40,6 +40,7 @@ src_compile() { --prefix=/usr \ --miscdir=/usr/share/doc/${P} \ --datadir=/usr/share/${P} \ + --libdir=/usr/$(get_libdir) \ --mandir=/usr/share/man/man1 || die "./configure failed" addwrite "/var/lib/texmf" addwrite "/usr/share/texmf" |