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 57C7F1381F3 for ; Sat, 25 May 2013 20:32:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD5C7E0C28; Sat, 25 May 2013 20:32:35 +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 5CB96E0C24 for ; Sat, 25 May 2013 20:32:35 +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 7E44633E11B for ; Sat, 25 May 2013 20:32:34 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2139) id 4A4AB2171D; Sat, 25 May 2013 20:32:33 +0000 (UTC) From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in profiles/default/bsd: ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog X-VCS-Directories: profiles/default/bsd X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130525203233.4A4AB2171D@flycatcher.gentoo.org> Date: Sat, 25 May 2013 20:32:33 +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: d4f70547-4395-4aa8-87f9-00dcc89fb656 X-Archives-Hash: 2fb09edde8752862f10dcd49320dfd3b aballier 13/05/25 20:32:33 Modified: ChangeLog Log: remove texinfo from packages.build: it is not needed anymore for building stages and causes problems when trying to put it in a stage1. bug #471192 Revision Changes Path 1.145 profiles/default/bsd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/ChangeLog?rev=1.145&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/ChangeLog?rev=1.145&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/ChangeLog?r1=1.144&r2=1.145 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v retrieving revision 1.144 retrieving revision 1.145 diff -u -r1.144 -r1.145 --- ChangeLog 24 May 2013 20:20:45 -0000 1.144 +++ ChangeLog 25 May 2013 20:32:33 -0000 1.145 @@ -1,6 +1,11 @@ # ChangeLog for profile directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.144 2013/05/24 20:20:45 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.145 2013/05/25 20:32:33 aballier Exp $ + + 25 May 2013; Alexis Ballier + fbsd/amd64/9.1/clang/packages.build, fbsd/packages.build: + remove texinfo from packages.build: it is not needed anymore for building + stages and causes problems when trying to put it in a stage1. bug #471192 24 May 2013; Alexis Ballier fbsd/package.use.mask: mask xattr useflag on GNU tar, bug #432410 by Yuta SATOH