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 1ACCD1389E2 for ; Fri, 19 Dec 2014 17:36:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71CD6E0AB5; Fri, 19 Dec 2014 17:36:45 +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 F1B7EE0AB5 for ; Fri, 19 Dec 2014 17:36:44 +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 C093D34054D for ; Fri, 19 Dec 2014 17:36:43 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2262) id A7CBDCDB5; Fri, 19 Dec 2014 17:36:41 +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 sys-apps/systemd: systemd-218-r1.ebuild systemd-217-r4.ebuild systemd-9999.ebuild systemd-216-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: systemd-218-r1.ebuild systemd-217-r4.ebuild systemd-9999.ebuild systemd-216-r2.ebuild ChangeLog X-VCS-Directories: sys-apps/systemd X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141219173641.A7CBDCDB5@oystercatcher.gentoo.org> Date: Fri, 19 Dec 2014 17:36:41 +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: 78097aaf-96e8-4116-aa52-21e7a74ea4f7 X-Archives-Hash: c704e7bc13cdb9f65382bb49ff693871 pacho 14/12/19 17:36:41 Modified: systemd-218-r1.ebuild systemd-217-r4.ebuild systemd-9999.ebuild systemd-216-r2.ebuild ChangeLog Log: Fix the sys-apps/systemd-sysv-utils block, thanks to floppym for noticing (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4) Revision Changes Path 1.2 sys-apps/systemd/systemd-218-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-218-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-218-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-218-r1.ebuild?r1=1.1&r2=1.2 Index: systemd-218-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-218-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- systemd-218-r1.ebuild 19 Dec 2014 17:07:50 -0000 1.1 +++ systemd-218-r1.ebuild 19 Dec 2014 17:36:41 -0000 1.2 @@ -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-218-r1.ebuild,v 1.1 2014/12/19 17:07:50 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-218-r1.ebuild,v 1.2 2014/12/19 17:36:41 pacho Exp $ EAPI=5 @@ -47,7 +47,9 @@ qrcode? ( media-gfx/qrencode:0= ) seccomp? ( sys-libs/libseccomp:0= ) selinux? ( sys-libs/libselinux:0= ) - sysv-utils? ( !sys-apps/sysvinit ) + sysv-utils? ( + !sys-apps/systemd-sysv-utils + !sys-apps/sysvinit ) terminal? ( >=dev-libs/libevdev-1.2:0= >=x11-libs/libxkbcommon-0.5:0= >=x11-libs/libdrm-2.4:0= ) @@ -58,7 +60,6 @@ # baselayout-2.2 has /run RDEPEND="${COMMON_DEPEND} >=sys-apps/baselayout-2.2 - !sys-apps/systemd-sysv-utils !sys-auth/nss-myhostname !=x11-libs/libxkbcommon-0.4:0= x11-libs/libdrm:0= ) @@ -58,7 +60,6 @@ # baselayout-2.2 has /run RDEPEND="${COMMON_DEPEND} >=sys-apps/baselayout-2.2 - !sys-apps/systemd-sysv-utils !sys-auth/nss-myhostname !=dev-libs/libevdev-1.2:0= >=x11-libs/libxkbcommon-0.5:0= >=x11-libs/libdrm-2.4:0= ) @@ -66,7 +68,6 @@ # baselayout-2.2 has /run RDEPEND="${COMMON_DEPEND} >=sys-apps/baselayout-2.2 - !sys-apps/systemd-sysv-utils !sys-auth/nss-myhostname !=sys-apps/util-linux-2.24.1-r2 ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r9 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )" @@ -59,7 +61,6 @@ >=sys-apps/util-linux-2.22 systemd-216-r2.ebuild, + systemd-217-r4.ebuild, systemd-218-r1.ebuild, systemd-9999.ebuild: + Fix the sys-apps/systemd-sysv-utils block, thanks to floppym for noticing *systemd-218-r1 (19 Dec 2014) *systemd-217-r4 (19 Dec 2014)