From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Rocx6-0001Dk-LT for garchives@archives.gentoo.org; Sat, 21 Jan 2012 15:34:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2745E0827; Sat, 21 Jan 2012 15:33:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C42F1E0827 for ; Sat, 21 Jan 2012 15:33:53 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14BA81B400B for ; Sat, 21 Jan 2012 15:33:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 7E80C8004C for ; Sat, 21 Jan 2012 15:33:49 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <9adfee4c5fc4bfa76a66681d69ff81434e01a4e7.mgorny@gentoo> Subject: [gentoo-commits] dev/mgorny:master commit in: sys-apps/systemd/ X-VCS-Repository: dev/mgorny X-VCS-Files: sys-apps/systemd/systemd-9999.ebuild X-VCS-Directories: sys-apps/systemd/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9adfee4c5fc4bfa76a66681d69ff81434e01a4e7 Date: Sat, 21 Jan 2012 15:33:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: b87b2999-da07-46e0-a40c-d2123465a698 X-Archives-Hash: 96f75c5e825c9917466a2afe8d3b4047 commit: 9adfee4c5fc4bfa76a66681d69ff81434e01a4e7 Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Sat Jan 21 15:17:01 2012 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Sat Jan 21 15:17:01 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/mgorny.git;a=3D= commit;h=3D9adfee4c sys-apps/systemd: Depend on sysvinit for the sulogin tool. (Portage version: 2.2.0_alpha84_p38/git/Linux x86_64, unsigned Manifest c= ommit) --- sys-apps/systemd/systemd-9999.ebuild | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/syst= emd-9999.ebuild index e4ea5ef..3c80764 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -23,7 +23,11 @@ SLOT=3D"0" KEYWORDS=3D"~amd64 ~x86" IUSE=3D"acl audit cryptsetup gtk lzma pam plymouth selinux tcpd" =20 +# We need to depend on sysvinit for sulogin which is used in the rescue +# mode. Bug #399615. + COMMON_DEPEND=3D">=3Dsys-apps/dbus-1.4.10 + sys-apps/sysvinit >=3Dsys-apps/util-linux-2.19 >=3Dsys-fs/udev-172 sys-libs/libcap