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 1EA4E138A2F for ; Sun, 31 Aug 2014 17:02:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DDD9E0CAD; Sun, 31 Aug 2014 17:02:08 +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 5E99CE0CB2 for ; Sun, 31 Aug 2014 17:02:07 +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 2F56A33EEB4 for ; Sun, 31 Aug 2014 17:02:06 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2304) id D52E045BD; Sun, 31 Aug 2014 17:02:04 +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: <20140831170204.D52E045BD@oystercatcher.gentoo.org> Date: Sun, 31 Aug 2014 17:02:04 +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: bbb4245a-da9e-46a4-8172-a0f3f2cdec56 X-Archives-Hash: 9c0ac66afc3b127e3d1a21a370ae57fa floppym 14/08/31 17:02:04 Modified: systemd-9999.ebuild ChangeLog Log: Lower MINKV to 3.7. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4) Revision Changes Path 1.139 sys-apps/systemd/systemd-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.139&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.139&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.138&r2=1.139 Index: systemd-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v retrieving revision 1.138 retrieving revision 1.139 diff -u -r1.138 -r1.139 --- systemd-9999.ebuild 31 Aug 2014 15:47:06 -0000 1.138 +++ systemd-9999.ebuild 31 Aug 2014 17:02:04 -0000 1.139 @@ -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.138 2014/08/31 15:47:06 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.139 2014/08/31 17:02:04 floppym Exp $ EAPI=5 @@ -29,7 +29,7 @@ idn introspection kdbus +kmod lz4 lzma pam policykit python qrcode +seccomp selinux ssl test vanilla" -MINKV="3.8" +MINKV="3.7" COMMON_DEPEND=">=sys-apps/util-linux-2.20:0= sys-libs/libcap:0= 1.308 sys-apps/systemd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.308&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.308&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.307&r2=1.308 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v retrieving revision 1.307 retrieving revision 1.308 diff -u -r1.307 -r1.308 --- ChangeLog 31 Aug 2014 15:47:06 -0000 1.307 +++ ChangeLog 31 Aug 2014 17:02:04 -0000 1.308 @@ -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.307 2014/08/31 15:47:06 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.308 2014/08/31 17:02:04 floppym Exp $ + + 31 Aug 2014; Mike Gilbert systemd-9999.ebuild: + Lower MINKV to 3.7. 31 Aug 2014; Mike Gilbert systemd-9999.ebuild: Drop firmware-loader support.