diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-08-01 11:15:20 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-08-01 11:15:20 +0000 |
commit | 63c44ce1f2e4e0fbcb1548a47261ac32e2e7d345 (patch) | |
tree | baba1879d57535f8afe463fe91f14e9902e59def /dev-lang | |
parent | Stable for HPPA (bug #419269). (diff) | |
download | gentoo-2-63c44ce1f2e4e0fbcb1548a47261ac32e2e7d345.tar.gz gentoo-2-63c44ce1f2e4e0fbcb1548a47261ac32e2e7d345.tar.bz2 gentoo-2-63c44ce1f2e4e0fbcb1548a47261ac32e2e7d345.zip |
Stable for AMD64, wrt bug #429174
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/v8/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/v8/v8-3.11.10.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/v8/ChangeLog b/dev-lang/v8/ChangeLog index 06a481b28fd3..bcdf28cd3fdf 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.215 2012/07/28 20:25:57 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.216 2012/08/01 11:15:20 ago Exp $ + + 01 Aug 2012; Agostino Sarubbo <ago@gentoo.org> v8-3.11.10.17.ebuild: + Stable for AMD64, wrt bug #429174 28 Jul 2012; Mike Gilbert <floppym@gentoo.org> v8-9999.ebuild: Drop incorrect usage of GYPFLAGS in live ebuild. Bug 428468 by dottomi. diff --git a/dev-lang/v8/v8-3.11.10.17.ebuild b/dev-lang/v8/v8-3.11.10.17.ebuild index 1abf410f9e07..6c84d26fe9cf 100644 --- a/dev-lang/v8/v8-3.11.10.17.ebuild +++ b/dev-lang/v8/v8-3.11.10.17.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-3.11.10.17.ebuild,v 1.1 2012/07/26 16:44:28 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.11.10.17.ebuild,v 1.2 2012/08/01 11:15:20 ago Exp $ EAPI="4" @@ -14,7 +14,7 @@ SRC_URI="http://commondatastorage.googleapis.com/chromium-browser-official/${P}. LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-fbsd ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~x86 ~x86-fbsd ~x64-macos ~x86-macos" IUSE="" pkg_setup() { |