diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-04-04 20:12:16 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-04-04 20:12:16 +0000 |
commit | d1b93676526b9cd59e0b252c09657bb4e72bb900 (patch) | |
tree | 826d3ea169ab84727df1bf436cbaf600b87d8ccc /dev-lang | |
parent | Stable for amd64, wrt bug #463426 (diff) | |
download | gentoo-2-d1b93676526b9cd59e0b252c09657bb4e72bb900.tar.gz gentoo-2-d1b93676526b9cd59e0b252c09657bb4e72bb900.tar.bz2 gentoo-2-d1b93676526b9cd59e0b252c09657bb4e72bb900.zip |
Stable for amd64, wrt bug #463426
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/v8/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/v8/v8-3.16.14.9-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/v8/ChangeLog b/dev-lang/v8/ChangeLog index 5a0a67dce062..67ad279b7c6d 100644 --- a/dev-lang/v8/ChangeLog +++ b/dev-lang/v8/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/v8 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.295 2013/03/27 22:31:13 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.296 2013/04/04 20:12:16 ago Exp $ + + 04 Apr 2013; Agostino Sarubbo <ago@gentoo.org> v8-3.16.14.9-r1.ebuild: + Stable for amd64, wrt bug #463426 *v8-3.17.15.3 (27 Mar 2013) diff --git a/dev-lang/v8/v8-3.16.14.9-r1.ebuild b/dev-lang/v8/v8-3.16.14.9-r1.ebuild index caa6cd9660ab..f40872f12352 100644 --- a/dev-lang/v8/v8-3.16.14.9-r1.ebuild +++ b/dev-lang/v8/v8-3.16.14.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.16.14.9-r1.ebuild,v 1.2 2013/03/22 16:58:27 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.16.14.9-r1.ebuild,v 1.3 2013/04/04 20:12:16 ago Exp $ EAPI="5" PYTHON_COMPAT=( python2_{6,7} ) @@ -14,7 +14,7 @@ LICENSE="BSD" soname_version="${PV}" SLOT="0/${soname_version}" -KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm ~x86 ~x86-fbsd ~x64-macos ~x86-macos" IUSE="" DEPEND="${PYTHON_DEPS}" |