summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-07-15 15:52:48 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-07-15 15:52:48 +0000
commite461368e4754e8c4416745700895788480bb24e3 (patch)
treebf2e2f75045c56b3be21f269f8ba44dec35068e0 /sci-mathematics/axiom/axiom-200805.ebuild
parentUse JAVA_PKG_IUSE. (diff)
downloadhistorical-e461368e4754e8c4416745700895788480bb24e3.tar.gz
historical-e461368e4754e8c4416745700895788480bb24e3.tar.bz2
historical-e461368e4754e8c4416745700895788480bb24e3.zip
whitespace
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'sci-mathematics/axiom/axiom-200805.ebuild')
-rw-r--r--sci-mathematics/axiom/axiom-200805.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/axiom/axiom-200805.ebuild b/sci-mathematics/axiom/axiom-200805.ebuild
index bb0882bae254..fd16e643ae29 100644
--- a/sci-mathematics/axiom/axiom-200805.ebuild
+++ b/sci-mathematics/axiom/axiom-200805.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/axiom/axiom-200805.ebuild,v 1.4 2008/07/15 02:39:54 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/axiom/axiom-200805.ebuild,v 1.5 2008/07/15 15:52:48 mr_bones_ Exp $
inherit eutils multilib flag-o-matic
@@ -24,7 +24,7 @@ DEPEND="virtual/latex-base
S="${WORKDIR}"/${PN}
pkg_setup() {
- # for 2.6.25 kernels and higher we need to have
+ # for 2.6.25 kernels and higher we need to have
# /proc/sys/kernel/randomize_va_space set to somthing other
# than 2, otherwise gcl fails to compile (see bug #186926).
local current_setting=$(/sbin/sysctl kernel.randomize_va_space 2>/dev/null | cut -d' ' -f3)