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 7B55F1381F3 for ; Thu, 22 Aug 2013 16:07:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A9E9E0A99; Thu, 22 Aug 2013 16:07:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0147E0A99 for ; Thu, 22 Aug 2013 16:07:41 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F229C33EC1D for ; Thu, 22 Aug 2013 16:07:40 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2265) id 8ABE32004C; Thu, 22 Aug 2013 16:07:39 +0000 (UTC) From: "Chi-Thanh Christopher Nguyen (chithanh)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, chithanh@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in profiles/arch/alpha: ChangeLog use.mask X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog use.mask X-VCS-Directories: profiles/arch/alpha X-VCS-Committer: chithanh X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130822160739.8ABE32004C@flycatcher.gentoo.org> Date: Thu, 22 Aug 2013 16:07:39 +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: c4dbbf51-cfde-4f1b-9ac5-c134423a1bf1 X-Archives-Hash: 252598a7ffa72d1b7f4c7bf82e8f873b chithanh 13/08/22 16:07:39 Modified: ChangeLog use.mask Log: Mask opencl flag on architectures that do not have virtual/opencl keyworded. Revision Changes Path 1.177 profiles/arch/alpha/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/alpha/ChangeLog?rev=1.177&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/alpha/ChangeLog?rev=1.177&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/alpha/ChangeLog?r1=1.176&r2=1.177 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/alpha/ChangeLog,v retrieving revision 1.176 retrieving revision 1.177 diff -u -r1.176 -r1.177 --- ChangeLog 12 Aug 2013 14:56:24 -0000 1.176 +++ ChangeLog 22 Aug 2013 16:07:39 -0000 1.177 @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/Alpha profile directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/ChangeLog,v 1.176 2013/08/12 14:56:24 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/ChangeLog,v 1.177 2013/08/22 16:07:39 chithanh Exp $ + + 22 Aug 2013; Chí-Thanh Christopher Nguyễn use.mask: + Mask opencl flag due to lack of virtual/opencl keywording. 12 Aug 2013; Tobias Klausmann package.mask: Mask glibc-2.17 on alpha due to bug 480740 1.86 profiles/arch/alpha/use.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/alpha/use.mask?rev=1.86&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/alpha/use.mask?rev=1.86&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/alpha/use.mask?r1=1.85&r2=1.86 Index: use.mask =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/alpha/use.mask,v retrieving revision 1.85 retrieving revision 1.86 diff -u -r1.85 -r1.86 --- use.mask 28 May 2013 13:36:27 -0000 1.85 +++ use.mask 22 Aug 2013 16:07:39 -0000 1.86 @@ -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/profiles/arch/alpha/use.mask,v 1.85 2013/05/28 13:36:27 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/use.mask,v 1.86 2013/08/22 16:07:39 chithanh Exp $ # Unmask the flag which corresponds to ARCH. -alpha @@ -221,3 +221,7 @@ # nvidia cg toolkit for binary drivers cg + +# Chí-Thanh Christopher Nguyễn (22 Aug 2013) +# virtual/opencl is not keyworded +opencl