diff options
author | Mike Gilbert <floppym@gentoo.org> | 2011-11-10 22:06:39 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2011-11-10 22:06:39 +0000 |
commit | 24f20fc481f1f1ebd8d02b2c84329041381621bb (patch) | |
tree | 9894e8d1400e4ae361c3bd59705a17b5852117f3 | |
parent | Version bump. (diff) | |
download | gentoo-2-24f20fc481f1f1ebd8d02b2c84329041381621bb.tar.gz gentoo-2-24f20fc481f1f1ebd8d02b2c84329041381621bb.tar.bz2 gentoo-2-24f20fc481f1f1ebd8d02b2c84329041381621bb.zip |
Stable on amd64 based on testing by ago. Security bug 390113.
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
-rw-r--r-- | dev-lang/v8/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/v8/v8-3.5.10.23.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/v8/ChangeLog b/dev-lang/v8/ChangeLog index 5adadb8b37de..d32407d16d4c 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.100 2011/11/10 19:56:35 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.101 2011/11/10 22:06:39 floppym Exp $ + + 10 Nov 2011; Mike Gilbert <floppym@gentoo.org> v8-3.5.10.23.ebuild: + Stable on amd64 based on testing by ago. Security bug 390113. *v8-3.5.10.23 (10 Nov 2011) diff --git a/dev-lang/v8/v8-3.5.10.23.ebuild b/dev-lang/v8/v8-3.5.10.23.ebuild index bcf77015c8d6..7d2a43b983a8 100644 --- a/dev-lang/v8/v8-3.5.10.23.ebuild +++ b/dev-lang/v8/v8-3.5.10.23.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.23.ebuild,v 1.1 2011/11/10 19:56:35 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.5.10.23.ebuild,v 1.2 2011/11/10 22:06:39 floppym 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 )" |