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 F12961389E2 for ; Tue, 25 Nov 2014 20:07:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FF27E085D; Tue, 25 Nov 2014 20:07:57 +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 2F1A3E085D for ; Tue, 25 Nov 2014 20:07:57 +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 4351234059F for ; Tue, 25 Nov 2014 20:07:56 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2305) id E7E41AE75; Tue, 25 Nov 2014 20:07:54 +0000 (UTC) From: "Ian Stakenvicius (axs)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, axs@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: axs X-VCS-Committer-Name: Ian Stakenvicius Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141125200754.E7E41AE75@oystercatcher.gentoo.org> Date: Tue, 25 Nov 2014 20:07:54 +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: 1a7478b6-2276-4f3f-a628-0b047b29bb96 X-Archives-Hash: 586f7454ac1d5cf36722029d30ce6129 axs 14/11/25 20:07:54 Modified: ChangeLog Log: mask sysfs flag on bsd for mesa, since bsd has no sysfs Revision Changes Path 1.9564 profiles/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9564&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9564&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9563&r2=1.9564 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v retrieving revision 1.9563 retrieving revision 1.9564 diff -u -r1.9563 -r1.9564 --- ChangeLog 24 Nov 2014 05:10:35 -0000 1.9563 +++ ChangeLog 25 Nov 2014 20:07:54 -0000 1.9564 @@ -1,11 +1,15 @@ # ChangeLog for profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9563 2014/11/24 05:10:35 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9564 2014/11/25 20:07:54 axs 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 Nov 2014; Ian Stakenvicius (_AxS_) + arch/amd64/no-emul-linux-x86/package.mask, default/bsd/package.use.mask: + mask sysfs flag on bsd for mesa, since bsd has no sysfs + 24 Nov 2014; Alexandre Rostovtsev package.mask: Unmask libgit2-glib, gitg-0.3.3 is out.