diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-21 21:39:44 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-21 21:39:44 +0000 |
commit | 4f9dbe3d6c816d2dc4c37d755e930a12baf00ead (patch) | |
tree | 8582a53dd0528d0d82a59801ae2f28f4ecc2939c /dev-lang/v8 | |
parent | Add /usr/lib32/terminfo to the removal list. (diff) | |
download | gentoo-2-4f9dbe3d6c816d2dc4c37d755e930a12baf00ead.tar.gz gentoo-2-4f9dbe3d6c816d2dc4c37d755e930a12baf00ead.tar.bz2 gentoo-2-4f9dbe3d6c816d2dc4c37d755e930a12baf00ead.zip |
Stable for x86, wrt bug #481990
(Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-lang/v8')
-rw-r--r-- | dev-lang/v8/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/v8/v8-3.19.18.19.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/v8/ChangeLog b/dev-lang/v8/ChangeLog index 78df5192b65d..749d0ce46833 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.336 2013/08/21 21:38:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.337 2013/08/21 21:39:44 ago Exp $ + + 21 Aug 2013; Agostino Sarubbo <ago@gentoo.org> v8-3.19.18.19.ebuild: + Stable for x86, wrt bug #481990 21 Aug 2013; Agostino Sarubbo <ago@gentoo.org> v8-3.19.18.19.ebuild: Stable for amd64, wrt bug #481990 diff --git a/dev-lang/v8/v8-3.19.18.19.ebuild b/dev-lang/v8/v8-3.19.18.19.ebuild index bc95ec0013e4..ee2a207314d9 100644 --- a/dev-lang/v8/v8-3.19.18.19.ebuild +++ b/dev-lang/v8/v8-3.19.18.19.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.19.18.19.ebuild,v 1.3 2013/08/21 21:38:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.19.18.19.ebuild,v 1.4 2013/08/21 21:39:44 ago Exp $ EAPI="5" PYTHON_COMPAT=( python2_{6,7} ) @@ -15,7 +15,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="neon readline" RDEPEND="readline? ( sys-libs/readline:0 )" |