diff options
author | 2012-03-07 16:27:49 +0000 | |
---|---|---|
committer | 2012-03-07 16:27:49 +0000 | |
commit | ef6812ab51c4950276cf3ef7e6061a24fdaef8b7 (patch) | |
tree | a150ef21c53ded3e6d33d94afee78ebbfb5c5305 /dev-lang/v8 | |
parent | Add ~x86-fbsd (diff) | |
download | gentoo-2-ef6812ab51c4950276cf3ef7e6061a24fdaef8b7.tar.gz gentoo-2-ef6812ab51c4950276cf3ef7e6061a24fdaef8b7.tar.bz2 gentoo-2-ef6812ab51c4950276cf3ef7e6061a24fdaef8b7.zip |
marked x86 per bug 406975
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/v8')
-rw-r--r-- | dev-lang/v8/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/v8/v8-3.7.12.28.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/v8/ChangeLog b/dev-lang/v8/ChangeLog index 968dd0ba5802..f31794e960b9 100644 --- a/dev-lang/v8/ChangeLog +++ b/dev-lang/v8/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/v8 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.145 2012/03/07 12:52:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.146 2012/03/07 16:27:49 tomka Exp $ + + 07 Mar 2012; Thomas Kahle <tomka@gentoo.org> v8-3.7.12.28.ebuild: + marked x86 per bug 406975 07 Mar 2012; Agostino Sarubbo <ago@gentoo.org> v8-3.7.12.28.ebuild: Stable for amd64, wrt bug #406975 diff --git a/dev-lang/v8/v8-3.7.12.28.ebuild b/dev-lang/v8/v8-3.7.12.28.ebuild index 2506b653cd83..f22185d4dcfa 100644 --- a/dev-lang/v8/v8-3.7.12.28.ebuild +++ b/dev-lang/v8/v8-3.7.12.28.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.7.12.28.ebuild,v 1.2 2012/03/07 12:52:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.7.12.28.ebuild,v 1.3 2012/03/07 16:27:49 tomka Exp $ EAPI="4" @@ -14,7 +14,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="" pkg_pretend() { |