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 34D9613838B for ; Tue, 14 Oct 2014 17:06:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7191E08A4; Tue, 14 Oct 2014 17:06:21 +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 4CBE5E08A4 for ; Tue, 14 Oct 2014 17:06:21 +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 6A836340278 for ; Tue, 14 Oct 2014 17:06:20 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2273) id 2C0A27D6E; Tue, 14 Oct 2014 17:06:17 +0000 (UTC) From: "Anthony G. Basile (blueness)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, blueness@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in profiles/hardened: ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog X-VCS-Directories: profiles/hardened X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141014170617.2C0A27D6E@oystercatcher.gentoo.org> Date: Tue, 14 Oct 2014 17:06:17 +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: eefaea64-8d6f-4e1b-8677-a0f04f75a381 X-Archives-Hash: e39e48d14d10a3050432591eee0e3987 blueness 14/10/14 17:06:17 Modified: ChangeLog Log: BOOTSTRAP_USE=-nls to avoid a clash between musl and gettext in stage2 Revision Changes Path 1.70 profiles/hardened/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/ChangeLog?rev=1.70&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/ChangeLog?rev=1.70&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/ChangeLog?r1=1.69&r2=1.70 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v retrieving revision 1.69 retrieving revision 1.70 diff -u -r1.69 -r1.70 --- ChangeLog 12 Oct 2014 07:40:21 -0000 1.69 +++ ChangeLog 14 Oct 2014 17:06:17 -0000 1.70 @@ -1,10 +1,14 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.69 2014/10/12 07:40:21 zorry Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.70 2014/10/14 17:06:17 blueness Exp $ 12 Oct 2014; Magnus Granberg linux/amd64/package.use: Add pic for media-libs/libpostpros needed for the x86 part #523736 + 14 Oct 2014; Anthony G. Basile + linux/musl/make.defaults: + BOOTSTRAP_USE=-nls to avoid a clash between musl and gettext in stage2 + 11 Oct 2014; Tim Harder linux/package.use.mask: Mask skype use flag for net-im/bitlbee since skype doesn't work under hardened.