summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Hajdan <phajdan.jr@gentoo.org>2010-07-25 23:39:10 +0000
committerPaweł Hajdan <phajdan.jr@gentoo.org>2010-07-25 23:39:10 +0000
commit42e27525705acd039980f8ba44ecbaeb0cd8e353 (patch)
tree854d8455e0e763f9831b6c73f8101b68a84d5455 /dev-lang
parentversion bump with lots of upstream fixes. This changes the wire protocol vers... (diff)
downloadgentoo-2-42e27525705acd039980f8ba44ecbaeb0cd8e353.tar.gz
gentoo-2-42e27525705acd039980f8ba44ecbaeb0cd8e353.tar.bz2
gentoo-2-42e27525705acd039980f8ba44ecbaeb0cd8e353.zip
Fix typos in the comments.
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/v8/v8-2.2.24.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/v8/v8-2.2.24.ebuild b/dev-lang/v8/v8-2.2.24.ebuild
index 6f9b9b545df8..64b4ed20778f 100644
--- a/dev-lang/v8/v8-2.2.24.ebuild
+++ b/dev-lang/v8/v8-2.2.24.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-2.2.24.ebuild,v 1.1 2010/07/25 21:50:36 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-2.2.24.ebuild,v 1.2 2010/07/25 23:39:10 phajdan.jr Exp $
EAPI="2"
@@ -29,13 +29,13 @@ src_prepare() {
}
src_configure() {
- # GCC issues multiple warning about strict-aliasing issues in v8 code.
+ # GCC issues multiple warnings about strict-aliasing issues in v8 code.
append-flags -fno-strict-aliasing
}
src_compile() {
# TODO: use SONAME, but in a way more consistent
- # with the rest of a Linux system. Currently the nme
+ # with the rest of a Linux system. Currently the name
# looks like libv8-2.2.24.so, but should be more like
# libv8.so.2.2.24.
scons library=shared . || die