diff options
author | 2011-11-18 10:29:44 +0000 | |
---|---|---|
committer | 2011-11-18 10:29:44 +0000 | |
commit | 1f4a4b738bf514a91d8845d15c1b0ec74667c43e (patch) | |
tree | 34456231cc23d785cbeba35c23ca80947a32848a /dev-lang/v8 | |
parent | Version bump and remove old. (diff) | |
download | gentoo-2-1f4a4b738bf514a91d8845d15c1b0ec74667c43e.tar.gz gentoo-2-1f4a4b738bf514a91d8845d15c1b0ec74667c43e.tar.bz2 gentoo-2-1f4a4b738bf514a91d8845d15c1b0ec74667c43e.zip |
x86 stable wrt security bug #390779.
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'dev-lang/v8')
-rw-r--r-- | dev-lang/v8/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/v8/v8-3.5.10.24.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/v8/ChangeLog b/dev-lang/v8/ChangeLog index 7340fc3f945e..9d0f933322e9 100644 --- a/dev-lang/v8/ChangeLog +++ b/dev-lang/v8/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/v8 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.106 2011/11/17 11:37:07 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.107 2011/11/18 10:29:44 phajdan.jr Exp $ + + 18 Nov 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> v8-3.5.10.24.ebuild: + x86 stable wrt security bug #390779. 17 Nov 2011; Tony Vroon <chainsaw@gentoo.org> v8-3.5.10.24.ebuild: Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo in diff --git a/dev-lang/v8/v8-3.5.10.24.ebuild b/dev-lang/v8/v8-3.5.10.24.ebuild index 832a02b9e7eb..d440cb94e595 100644 --- a/dev-lang/v8/v8-3.5.10.24.ebuild +++ b/dev-lang/v8/v8-3.5.10.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.5.10.24.ebuild,v 1.2 2011/11/17 11:37:07 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.5.10.24.ebuild,v 1.3 2011/11/18 10:29:44 phajdan.jr Exp $ EAPI="3" @@ -12,7 +12,7 @@ SRC_URI="http://commondatastorage.googleapis.com/chromium-browser-official/${P}. LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~x86 ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm x86 ~x64-macos ~x86-macos" IUSE="readline" RDEPEND="readline? ( >=sys-libs/readline-6.1 )" |