diff options
author | Herbie Hopkins <herbs@gentoo.org> | 2005-12-07 11:15:14 +0000 |
---|---|---|
committer | Herbie Hopkins <herbs@gentoo.org> | 2005-12-07 11:15:14 +0000 |
commit | 8016684ad2e0fc5bfc90176ff8685b20e5d5b8bf (patch) | |
tree | 02e58c1315bb28193b097e5e7aaf91b19a13e16f /sci-mathematics | |
parent | Don't block makemaker anymore as it has been fixed (diff) | |
download | gentoo-2-8016684ad2e0fc5bfc90176ff8685b20e5d5b8bf.tar.gz gentoo-2-8016684ad2e0fc5bfc90176ff8685b20e5d5b8bf.tar.bz2 gentoo-2-8016684ad2e0fc5bfc90176ff8685b20e5d5b8bf.zip |
Multilib fix.
(Portage version: 2.0.53)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/pariguide/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/pariguide/Manifest | 6 | ||||
-rw-r--r-- | sci-mathematics/pariguide/pariguide-0.43a.ebuild | 12 |
3 files changed, 18 insertions, 5 deletions
diff --git a/sci-mathematics/pariguide/ChangeLog b/sci-mathematics/pariguide/ChangeLog index 93eada57b5b9..2424e067d9d9 100644 --- a/sci-mathematics/pariguide/ChangeLog +++ b/sci-mathematics/pariguide/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/pariguide # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pariguide/ChangeLog,v 1.5 2005/07/07 13:27:39 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pariguide/ChangeLog,v 1.6 2005/12/07 11:15:14 herbs Exp $ + + 07 Dec 2005; Herbie Hopkins <herbs@gentoo.org> pariguide-0.43a.ebuild: + Multilib fix. 07 Jul 2005; George Shapovalov <george@gentoo.org> pariguide-0.43a.ebuild: fixed qt dependency (#98180, qt-4 is upcoming) diff --git a/sci-mathematics/pariguide/Manifest b/sci-mathematics/pariguide/Manifest index 8f1833e0cb95..9a1e17dc666e 100644 --- a/sci-mathematics/pariguide/Manifest +++ b/sci-mathematics/pariguide/Manifest @@ -1,4 +1,4 @@ -MD5 3aa902d3e402b4e1c1aa520ac6397a8c pariguide-0.43a.ebuild 886 -MD5 c8b6c3e90f50100896aa64ea6aa1cbf5 ChangeLog 1387 -MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 +MD5 3b4eb37e7fec55d5d2936973b09d7093 ChangeLog 1477 MD5 634bbf3664aaa81da8769398869b914f files/digest-pariguide-0.43a 67 +MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 +MD5 25b27a662a65334a162aa5214c127600 pariguide-0.43a.ebuild 1081 diff --git a/sci-mathematics/pariguide/pariguide-0.43a.ebuild b/sci-mathematics/pariguide/pariguide-0.43a.ebuild index 1ce9797e2258..35794683bf06 100644 --- a/sci-mathematics/pariguide/pariguide-0.43a.ebuild +++ b/sci-mathematics/pariguide/pariguide-0.43a.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pariguide/pariguide-0.43a.ebuild,v 1.3 2005/07/07 13:27:39 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pariguide/pariguide-0.43a.ebuild,v 1.4 2005/12/07 11:15:14 herbs Exp $ + +inherit multilib IUSE="" @@ -17,6 +19,14 @@ DEPEND="<x11-libs/qt-4 RDEPEND=">=sci-mathematics/pari-2.1.0" +src_compile() { + econf \ + --with-qt-dir="/usr/qt/3" \ + --with-qt-libraries="/usr/qt/3/$(get_libdir)" \ + || die "Error: econf failed!" + emake || die "Error: emake failed!" +} + src_install() { make DESTDIR=${D} install || die |