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
commit38d943d5ff1c8a409d0f3cb15dfa6c5911e663fe (patch)
tree31f1086396f3b22c7b534bfa62713fecff4e4485 /sci-mathematics/axiom/axiom-200805.ebuild
parentUse JAVA_PKG_IUSE. (diff)
downloadgentoo-2-38d943d5ff1c8a409d0f3cb15dfa6c5911e663fe.tar.gz
gentoo-2-38d943d5ff1c8a409d0f3cb15dfa6c5911e663fe.tar.bz2
gentoo-2-38d943d5ff1c8a409d0f3cb15dfa6c5911e663fe.zip
whitespace
(Portage version: 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)