summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-03-06 17:26:35 +0000
committerJeroen Roovers <jer@gentoo.org>2014-03-06 17:26:35 +0000
commit10663e580016203a42e5815d74048c9dc866b249 (patch)
treef22b8a7d62319174aa7e133c7d9ecc85a6a8e3ca /sci-mathematics/pari/pari-2.3.5.ebuild
parentVersion bump (diff)
downloadgentoo-2-10663e580016203a42e5815d74048c9dc866b249.tar.gz
gentoo-2-10663e580016203a42e5815d74048c9dc866b249.tar.bz2
gentoo-2-10663e580016203a42e5815d74048c9dc866b249.zip
Remove unneeded HPPA settings.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'sci-mathematics/pari/pari-2.3.5.ebuild')
-rw-r--r--sci-mathematics/pari/pari-2.3.5.ebuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/sci-mathematics/pari/pari-2.3.5.ebuild b/sci-mathematics/pari/pari-2.3.5.ebuild
index d2e18f75848a..7a15b4475a0e 100644
--- a/sci-mathematics/pari/pari-2.3.5.ebuild
+++ b/sci-mathematics/pari/pari-2.3.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.5.ebuild,v 1.14 2014/01/26 12:10:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.5.ebuild,v 1.15 2014/03/06 17:26:35 jer Exp $
EAPI=3
inherit elisp-common eutils flag-o-matic toolchain-funcs
@@ -86,10 +86,6 @@ src_configure() {
}
src_compile() {
- if use hppa; then
- mymake=DLLD\=/usr/bin/gcc\ DLLDFLAGS\=-shared\ -Wl,-soname=\$\(LIBPARI_SONAME\)\ -lm
- fi
-
local installdir=$(get_compile_dir)
cd "${installdir}" || die "Bad directory"