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 DBCD3138E20 for ; Fri, 21 Feb 2014 03:05:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75FFBE0B3F; Fri, 21 Feb 2014 03:05:20 +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 F4067E0B3F for ; Fri, 21 Feb 2014 03:05:19 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA23C33FC37 for ; Fri, 21 Feb 2014 03:05:18 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2304) id 8DFED2004B; Fri, 21 Feb 2014 03:05:17 +0000 (UTC) From: "Mike Gilbert (floppym)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, floppym@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: systemd-9999.ebuild ChangeLog X-VCS-Directories: sys-apps/systemd X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140221030517.8DFED2004B@flycatcher.gentoo.org> Date: Fri, 21 Feb 2014 03:05: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: 8c37d287-1c8b-4701-9566-f9b62b6b56ca X-Archives-Hash: 07456ee26329f3d4dc7f19cf8b1cb150 floppym 14/02/21 03:05:17 Modified: systemd-9999.ebuild ChangeLog Log: Disable kdbus by default to match upstream behavior. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4) Revision Changes Path 1.84 sys-apps/systemd/systemd-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.84&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.84&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.83&r2=1.84 Index: systemd-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v retrieving revision 1.83 retrieving revision 1.84 diff -u -r1.83 -r1.84 --- systemd-9999.ebuild 20 Feb 2014 06:48:16 -0000 1.83 +++ systemd-9999.ebuild 21 Feb 2014 03:05:17 -0000 1.84 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.83 2014/02/20 06:48:16 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.84 2014/02/21 03:05:17 floppym Exp $ EAPI=5 @@ -26,7 +26,7 @@ SLOT="0/1" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="acl audit cryptsetup doc +firmware-loader gcrypt gudev http introspection - +kdbus +kmod lzma pam policykit python qrcode +seccomp selinux tcpd test + kdbus +kmod lzma pam policykit python qrcode +seccomp selinux tcpd test vanilla xattr" MINKV="3.0" 1.219 sys-apps/systemd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.219&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.219&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.218&r2=1.219 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v retrieving revision 1.218 retrieving revision 1.219 diff -u -r1.218 -r1.219 --- ChangeLog 20 Feb 2014 06:48:16 -0000 1.218 +++ ChangeLog 21 Feb 2014 03:05:17 -0000 1.219 @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/systemd # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.218 2014/02/20 06:48:16 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.219 2014/02/21 03:05:17 floppym Exp $ + + 21 Feb 2014; Mike Gilbert systemd-9999.ebuild: + Disable kdbus by default to match upstream behavior. 20 Feb 2014; Mike Gilbert metadata.xml, systemd-9999.ebuild: