summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 7557ecff633f..8f078816887b 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.2 2008/07/13 10:52:18 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/axiom/axiom-200805.ebuild,v 1.3 2008/07/13 13:44:03 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)