Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: William Hubbs <williamh@g.o>
Cc: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] new virtual: virtual/tmpfiles for tmpfiles.d handlers
Date: Tue, 15 Nov 2016 21:01:21
Message-Id: 20161115220104.2ecfe365.mgorny@gentoo.org
In Reply to: [gentoo-dev] new virtual: virtual/tmpfiles for tmpfiles.d handlers by William Hubbs
1 On Tue, 15 Nov 2016 13:59:14 -0600
2 William Hubbs <williamh@g.o> wrote:
3
4 > # Copyright 1999-2016 Gentoo Foundation
5 > # Distributed under the terms of the GNU General Public License v2
6 > # $Id$
7 >
8 > EAPI=6
9 >
10 > DESCRIPTION="Virtual to select between different tmpfiles.d handlers"
11 > HOMEPAGE=""
12 > SRC_URI=""
13 >
14 > LICENSE=""
15 > SLOT="0"
16 > KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
17 > IUSE="systemd"
18 >
19 > DEPEND=""
20 > RDEPEND="
21 > !systemd? ( sys-apps/opentmpfiles )
22 > systemd? ( sys-apps/systemd )"
23
24 Do we really need USE flags here? Since it's a pure runtime dep, I think
25 plain || () would work fine.
26
27 --
28 Best regards,
29 Michał Górny
30 <http://dev.gentoo.org/~mgorny/>