diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2011-08-28 22:20:19 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2011-08-28 22:20:19 +0000 |
commit | 176c85ccf73f9cb4774c043cb51d414466fe87ff (patch) | |
tree | 1708ecd843c61f48f1c1c437e722c821786bd8b5 | |
parent | Fixing missing lxde-logout icon, patch thanks to Markos Chandras <hwoarang@ge... (diff) | |
download | gentoo-2-176c85ccf73f9cb4774c043cb51d414466fe87ff.tar.gz gentoo-2-176c85ccf73f9cb4774c043cb51d414466fe87ff.tar.bz2 gentoo-2-176c85ccf73f9cb4774c043cb51d414466fe87ff.zip |
Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo in security bug #380897 filed by Paweł Hajdan, Jr.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
-rw-r--r-- | dev-lang/v8/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/v8/v8-3.3.10.30.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/v8/ChangeLog b/dev-lang/v8/ChangeLog index 101af122ddc3..5caaa56357b4 100644 --- a/dev-lang/v8/ChangeLog +++ b/dev-lang/v8/ChangeLog @@ -1,6 +1,10 @@ # 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.73 2011/08/24 20:53:21 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.74 2011/08/28 22:20:19 chainsaw Exp $ + + 28 Aug 2011; Tony Vroon <chainsaw@gentoo.org> v8-3.3.10.30.ebuild: + Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo in + security bug #380897 filed by Paweł Hajdan, Jr. *v8-3.3.10.30 (24 Aug 2011) diff --git a/dev-lang/v8/v8-3.3.10.30.ebuild b/dev-lang/v8/v8-3.3.10.30.ebuild index 1d1f447d2189..911e6d9e02b2 100644 --- a/dev-lang/v8/v8-3.3.10.30.ebuild +++ b/dev-lang/v8/v8-3.3.10.30.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.3.10.30.ebuild,v 1.1 2011/08/24 20:53:21 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.3.10.30.ebuild,v 1.2 2011/08/28 22:20:19 chainsaw Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="readline" RESTRICT="test" |