From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 86376138AD0 for ; Sun, 25 Jan 2015 11:54:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D72EE0849; Sun, 25 Jan 2015 11:54:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4718E0849 for ; Sun, 25 Jan 2015 11:54:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B85A3406BF for ; Sun, 25 Jan 2015 11:54:16 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2262) id A2B6210567; Sun, 25 Jan 2015 11:54:12 +0000 (UTC) From: "Pacho Ramos (pacho)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pacho@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in profiles: ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog X-VCS-Directories: profiles X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150125115412.A2B6210567@oystercatcher.gentoo.org> Date: Sun, 25 Jan 2015 11:54:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ce58ae08-d526-45c7-bc92-ad5794604b9d X-Archives-Hash: 380841c9ce7a32a4a595c2db8f7b74ee pacho 15/01/25 11:54:12 Modified: ChangeLog Log: Unmask webkit-gtk[jit] only on arm7 profiles (#523400) Revision Changes Path 1.9701 profiles/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9701&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9701&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9700&r2=1.9701 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v retrieving revision 1.9700 retrieving revision 1.9701 diff -u -r1.9700 -r1.9701 --- ChangeLog 24 Jan 2015 09:02:55 -0000 1.9700 +++ ChangeLog 25 Jan 2015 11:54:12 -0000 1.9701 @@ -1,11 +1,15 @@ # ChangeLog for profile directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9700 2015/01/24 09:02:55 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9701 2015/01/25 11:54:12 pacho Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 25 Jan 2015; Pacho Ramos + +arch/arm/armv7a/package.use.mask, arch/arm/package.use.mask: + Unmask webkit-gtk[jit] only on arm7 profiles (#523400) + 24 Jan 2015; Michał Górny desc/cpu_flags_x86.desc: Add XOP as used by media-video/ffmpeg.