Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] gentoo-systemd-only deprecation
Date: Thu, 01 Aug 2013 09:43:52
Message-Id: 20130801094335.GA29423@waltdnes.org
In Reply to: Re: [gentoo-user] gentoo-systemd-only deprecation by "Canek Peláez Valdés"
1 On Wed, Jul 31, 2013 at 02:00:23AM -0500, Canek Peláez Valdés wrote
2 > On Wed, Jul 31, 2013 at 1:24 AM, Daniel Campbell <lists@××××××××.us> wrote:
3
4 > You need an OpenRC use flag to install OpenRC init scripts? That's
5 > simply a lie.
6
7 An apology to Daniel might be in order. I start my USE flag with "-*".
8 During a recent install, I found out "the hard way" that eudev (and udev)
9 do not install their init scripts without the "openrc" flag. As you can
10 see from the ebuild fragments below, they require the "openrc" flag to
11 pull in sys-fs/udev-init-scripts
12
13 From sys-fs/udev/udev-197-r8.ebuild
14 ===================================
15 PDEPEND=">=virtual/udev-197-r1
16 hwdb? ( >=sys-apps/hwids-20130114[udev] )
17 openrc? ( >=sys-fs/udev-init-scripts-19-r1 )"
18
19 From sys-fs/eudev/eudev-1_beta4-r1.ebuild
20 =========================================
21 PDEPEND=">=virtual/udev-180
22 openrc? ( >=sys-fs/udev-init-scripts-18 )"
23
24 --
25 Walter Dnes <waltdnes@××××××××.org>
26 I don't run "desktop environments"; I run useful applications

Replies

Subject Author
Re: [gentoo-user] gentoo-systemd-only deprecation "Canek Peláez Valdés" <caneko@×××××.com>