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 C51361381F3 for ; Sun, 13 Oct 2013 07:23:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61F6EE079D; Sun, 13 Oct 2013 07:23:46 +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 0B453E079D for ; Sun, 13 Oct 2013 07:23:45 +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 0240B33EFA9 for ; Sun, 13 Oct 2013 07:23:45 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2279) id C283E2004C; Sun, 13 Oct 2013 07:23:43 +0000 (UTC) From: "Michal Gorny (mgorny)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mgorny@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-libs/mesa: mesa-9.2.0-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: mesa-9.2.0-r1.ebuild ChangeLog X-VCS-Directories: media-libs/mesa X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131013072343.C283E2004C@flycatcher.gentoo.org> Date: Sun, 13 Oct 2013 07:23:43 +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: 08588353-559a-4176-9906-5757454d24d0 X-Archives-Hash: fbc72b508ab0caf65c4ce34243000c8e mgorny 13/10/13 07:23:43 Modified: mesa-9.2.0-r1.ebuild ChangeLog Log: Bump libclc dep for multilib. (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key EFB4464E!) Revision Changes Path 1.3 media-libs/mesa/mesa-9.2.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-9.2.0-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-9.2.0-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-9.2.0-r1.ebuild?r1=1.2&r2=1.3 Index: mesa-9.2.0-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-9.2.0-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mesa-9.2.0-r1.ebuild 21 Sep 2013 21:30:49 -0000 1.2 +++ mesa-9.2.0-r1.ebuild 13 Oct 2013 07:23:43 -0000 1.3 @@ -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/media-libs/mesa/mesa-9.2.0-r1.ebuild,v 1.2 2013/09/21 21:30:49 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-9.2.0-r1.ebuild,v 1.3 2013/10/13 07:23:43 mgorny Exp $ EAPI=5 @@ -102,7 +102,7 @@ >=x11-libs/libxcb-1.8.1[${MULTILIB_USEDEP}] opencl? ( app-admin/eselect-opencl - >=dev-libs/libclc-0.0.1_pre20130524-r1 + >=dev-libs/libclc-0.0.1_pre20130819-r1 ) vdpau? ( >=x11-libs/libvdpau-0.4.1[${MULTILIB_USEDEP}] ) wayland? ( >=dev-libs/wayland-1.0.3[${MULTILIB_USEDEP}] ) 1.509 media-libs/mesa/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.509&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.509&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.508&r2=1.509 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v retrieving revision 1.508 retrieving revision 1.509 diff -u -r1.508 -r1.509 --- ChangeLog 8 Oct 2013 05:02:11 -0000 1.508 +++ ChangeLog 13 Oct 2013 07:23:43 -0000 1.509 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/mesa # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.508 2013/10/08 05:02:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.509 2013/10/13 07:23:43 mgorny Exp $ + + 13 Oct 2013; Michał Górny mesa-9.2.0-r1.ebuild: + Bump libclc dep for multilib. 08 Oct 2013; Agostino Sarubbo mesa-9.1.6.ebuild: Stable for x86, wrt bug #475480