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 C9A34138CDC for ; Sun, 21 Jun 2015 15:30:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 696C2E082F; Sun, 21 Jun 2015 15:29:59 +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 0A531E082F for ; Sun, 21 Jun 2015 15:29:58 +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 3CEEB340BC6 for ; Sun, 21 Jun 2015 15:29:58 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2304) id 35FDEA48; Sun, 21 Jun 2015 15:29:53 +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: <20150621152953.35FDEA48@oystercatcher.gentoo.org> Date: Sun, 21 Jun 2015 15:29:53 +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: 478fa2b1-e679-4cf7-8d3a-dc4fea89c69f X-Archives-Hash: e8f1fa1ed5ad8afc673669a70ffb6851 floppym 15/06/21 15:29:53 Modified: systemd-9999.ebuild ChangeLog Log: Enable kdbus by default. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4) Revision Changes Path 1.173 sys-apps/systemd/systemd-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.173&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.173&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.172&r2=1.173 Index: systemd-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v retrieving revision 1.172 retrieving revision 1.173 diff -u -r1.172 -r1.173 --- systemd-9999.ebuild 14 Jun 2015 00:19:49 -0000 1.172 +++ systemd-9999.ebuild 21 Jun 2015 15:29:53 -0000 1.173 @@ -1,6 +1,6 @@ # Copyright 1999-2015 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.172 2015/06/14 00:19:49 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.173 2015/06/21 15:29:53 floppym Exp $ EAPI=5 @@ -26,7 +26,7 @@ LICENSE="GPL-2 LGPL-2.1 MIT public-domain" SLOT="0/2" IUSE="acl apparmor audit cryptsetup curl elfutils gcrypt gnuefi http - idn importd kdbus +kmod +lz4 lzma nat pam policykit python + idn importd +kdbus +kmod +lz4 lzma nat pam policykit python qrcode +seccomp selinux ssl sysv-utils terminal test vanilla xkb" REQUIRED_USE="importd? ( curl gcrypt lzma )" 1.379 sys-apps/systemd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.379&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.379&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.378&r2=1.379 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v retrieving revision 1.378 retrieving revision 1.379 diff -u -r1.378 -r1.379 --- ChangeLog 14 Jun 2015 00:19:49 -0000 1.378 +++ ChangeLog 21 Jun 2015 15:29:53 -0000 1.379 @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/systemd # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.378 2015/06/14 00:19:49 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.379 2015/06/21 15:29:53 floppym Exp $ + + 21 Jun 2015; Mike Gilbert systemd-9999.ebuild: + Enable kdbus by default. 14 Jun 2015; Mike Gilbert +files/compile-unifont.py, systemd-220-r2.ebuild, systemd-9999.ebuild: