diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-04-03 15:41:01 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-04-03 15:41:01 +0000 |
commit | ef0bc14918d6ca60a981d46113acd3fc92fca1c7 (patch) | |
tree | 2fad532287180038dd6d5d400565c79c9403ac13 | |
parent | Version bump (bug #216022). (diff) | |
download | gentoo-2-ef0bc14918d6ca60a981d46113acd3fc92fca1c7.tar.gz gentoo-2-ef0bc14918d6ca60a981d46113acd3fc92fca1c7.tar.bz2 gentoo-2-ef0bc14918d6ca60a981d46113acd3fc92fca1c7.zip |
whitespace
(Portage version: 2.1.4.4)
-rw-r--r-- | sci-mathematics/pari/pari-2.3.2-r1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sci-mathematics/pari/pari-2.3.2-r1.ebuild b/sci-mathematics/pari/pari-2.3.2-r1.ebuild index 09c7b936dc9a..e2e626a8e81c 100644 --- a/sci-mathematics/pari/pari-2.3.2-r1.ebuild +++ b/sci-mathematics/pari/pari-2.3.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.2-r1.ebuild,v 1.9 2008/04/03 12:37:59 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.2-r1.ebuild,v 1.10 2008/04/03 15:41:01 mr_bones_ Exp $ inherit elisp-common eutils flag-o-matic multilib toolchain-funcs @@ -19,7 +19,6 @@ DEPEND="doc? ( virtual/tetex ) emacs? ( virtual/emacs )" SITEFILE=50${PN}-gentoo.el - get_compile_dir() { pushd "${S}/config" >& /dev/null local fastread=yes @@ -28,7 +27,6 @@ get_compile_dir() { echo "O${osname}-${arch}" } - src_unpack() { unpack ${A} cd "${S}" |