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 A73B31381F3 for ; Tue, 28 May 2013 13:23:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39A07E08FC; Tue, 28 May 2013 13:23:54 +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 C166AE08FC for ; Tue, 28 May 2013 13:23:48 +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 C772733E128 for ; Tue, 28 May 2013 13:23:47 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2265) id 6CB1F2171D; Tue, 28 May 2013 13:23:46 +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: ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog X-VCS-Directories: profiles X-VCS-Committer: chithanh X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130528132346.6CB1F2171D@flycatcher.gentoo.org> Date: Tue, 28 May 2013 13:23:46 +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: 02a53e21-650f-4550-8c18-ddbc47bf466f X-Archives-Hash: 9ee12245f64925c28cf8af5681850bf0 chithanh 13/05/28 13:23:46 Modified: ChangeLog Log: Restore mistakenly dropped i965 in VIDEO_CARDS. Revision Changes Path 1.7882 profiles/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.7882&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.7882&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.7881&r2=1.7882 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v retrieving revision 1.7881 retrieving revision 1.7882 diff -u -r1.7881 -r1.7882 --- ChangeLog 28 May 2013 12:18:26 -0000 1.7881 +++ ChangeLog 28 May 2013 13:23:46 -0000 1.7882 @@ -1,11 +1,15 @@ # ChangeLog for profile directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7881 2013/05/28 12:18:26 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7882 2013/05/28 13:23:46 chithanh 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! + 28 May 2013; Chí-Thanh Christopher Nguyễn + desc/video_cards.desc: + Restore mistakenly dropped i965 in VIDEO_CARDS. + 28 May 2013; Anthony G. Basile base/make.defaults, desc/monkeyd_plugins.desc: Add MONKEYD_PLUGINS USE_EXPAND; ack by Chainsaw