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 58C6F138247 for ; Sat, 11 Jan 2014 08:37:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5E37E0B6C; Sat, 11 Jan 2014 08:37:01 +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 30913E0A72 for ; Sat, 11 Jan 2014 08:37:01 +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 27DBF33F616 for ; Sat, 11 Jan 2014 08:37:00 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2262) id E947C2004C; Sat, 11 Jan 2014 08:36:58 +0000 (UTC) From: "Pacho Ramos (pacho)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pacho@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: pacho X-VCS-Committer-Name: Pacho Ramos Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140111083658.E947C2004C@flycatcher.gentoo.org> Date: Sat, 11 Jan 2014 08:36:58 +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: 5a74ff7d-054b-47bc-8a93-38aac8eaef91 X-Archives-Hash: b22795855ac96710c7b9fee40726cde0 pacho 14/01/11 08:36:58 Modified: ChangeLog Log: Drop obsolete masking for systemd in dracut on arches that now have systemd Revision Changes Path 1.8525 profiles/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.8525&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.8525&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.8524&r2=1.8525 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v retrieving revision 1.8524 retrieving revision 1.8525 diff -u -r1.8524 -r1.8525 --- ChangeLog 11 Jan 2014 08:29:50 -0000 1.8524 +++ ChangeLog 11 Jan 2014 08:36:58 -0000 1.8525 @@ -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.8524 2014/01/11 08:29:50 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8525 2014/01/11 08:36:58 pacho 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! + 11 Jan 2014; Pacho Ramos arch/alpha/package.use.mask, + arch/ia64/package.use.mask, arch/powerpc/package.use.mask: + Drop obsolete masking for systemd in dracut on arches that now have systemd + 11 Jan 2014; Pacho Ramos arch/powerpc/ppc64/package.use.mask: Drop obsolete USE maskings on ppc64 as systemd is stable there for a long