summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2012-07-28 20:25:57 +0000
committerMike Gilbert <floppym@gentoo.org>2012-07-28 20:25:57 +0000
commit11a109d504b47401955b8d74a1e8ba125b2f9894 (patch)
tree06065127cbdadde9a7424e2ecbf19f8ef4730d3b /dev-lang
parentAdd a comment for the libxml2 patch (diff)
downloadgentoo-2-11a109d504b47401955b8d74a1e8ba125b2f9894.tar.gz
gentoo-2-11a109d504b47401955b8d74a1e8ba125b2f9894.tar.bz2
gentoo-2-11a109d504b47401955b8d74a1e8ba125b2f9894.zip
Drop incorrect usage of GYPFLAGS in live ebuild. Bug 428468 by dottomi.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/v8/ChangeLog5
-rw-r--r--dev-lang/v8/v8-9999.ebuild3
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-lang/v8/ChangeLog b/dev-lang/v8/ChangeLog
index 3381fcd1f095..06a481b28fd3 100644
--- a/dev-lang/v8/ChangeLog
+++ b/dev-lang/v8/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/v8
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.214 2012/07/26 16:44:28 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.215 2012/07/28 20:25:57 floppym Exp $
+
+ 28 Jul 2012; Mike Gilbert <floppym@gentoo.org> v8-9999.ebuild:
+ Drop incorrect usage of GYPFLAGS in live ebuild. Bug 428468 by dottomi.
*v8-3.11.10.17 (26 Jul 2012)
diff --git a/dev-lang/v8/v8-9999.ebuild b/dev-lang/v8/v8-9999.ebuild
index 6ad04f5e2d90..b3ec7cf2aba0 100644
--- a/dev-lang/v8/v8-9999.ebuild
+++ b/dev-lang/v8/v8-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.30 2012/07/10 03:02:23 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.31 2012/07/28 20:25:57 floppym Exp $
EAPI="4"
@@ -56,7 +56,6 @@ src_compile() {
# http://code.google.com/p/v8/issues/detail?id=1781
emake V=1 \
- GYPFLAGS="-Dmac_deployment_target=${MACOSX_DEPLOYMENT_TARGET}" \
library=shared \
werror=no \
soname_version=${soname_version} \