diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 13:09:37 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 13:09:37 +0000 |
commit | 7e1680711b0c40fcfefc9b4ef0bec2b381af7927 (patch) | |
tree | 247509bb07bf022b169a6745cede26723fc229e4 /app-sci/pari/pari-2.1.5-r2.ebuild | |
parent | arm KEYWORDS (Manifest recommit) (diff) | |
download | gentoo-2-7e1680711b0c40fcfefc9b4ef0bec2b381af7927.tar.gz gentoo-2-7e1680711b0c40fcfefc9b4ef0bec2b381af7927.tar.bz2 gentoo-2-7e1680711b0c40fcfefc9b4ef0bec2b381af7927.zip |
Fix use invocation
Diffstat (limited to 'app-sci/pari/pari-2.1.5-r2.ebuild')
-rw-r--r-- | app-sci/pari/pari-2.1.5-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-sci/pari/pari-2.1.5-r2.ebuild b/app-sci/pari/pari-2.1.5-r2.ebuild index daa040068428..c73b741ec01b 100644 --- a/app-sci/pari/pari-2.1.5-r2.ebuild +++ b/app-sci/pari/pari-2.1.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/pari/pari-2.1.5-r2.ebuild,v 1.3 2004/05/08 10:30:34 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/pari/pari-2.1.5-r2.ebuild,v 1.4 2004/06/02 13:08:22 agriffis Exp $ DESCRIPTION="pari (or pari-gp) : a software package for computer-aided number theory" HOMEPAGE="http://www.parigp-home.de/" @@ -24,7 +24,7 @@ src_compile() { addwrite "/var/lib/texmf" addwrite "/usr/share/texmf" addwrite "/var/cache/fonts" - if [ `use amd64` ]; then + if use amd64; then # Fixes BUG #49583 einfo "Building shared library..." cd Olinux-x86_64 |