Gentoo Archives: gentoo-dev

From: Mike Gilbert <floppym@g.o>
To: Gentoo Dev <gentoo-dev@l.g.o>
Subject: Re: [gentoo-dev] new eclass: tmpfiles.eclass for handling tmpfiles.d files
Date: Tue, 15 Nov 2016 20:00:25
Message-Id: CAJ0EP42YD=JwWXcSwg6eh__UEE1hOtoK91BCNrzm7Lx8E0+3bA@mail.gmail.com
In Reply to: [gentoo-dev] new eclass: tmpfiles.eclass for handling tmpfiles.d files by William Hubbs
1 On Tue, Nov 15, 2016 at 2:42 PM, William Hubbs <williamh@g.o> wrote:
2 >
3 > DEPEND="virtual/tmpfiles"
4 > RDEPEND="virtual/tmpfiles"
5
6 I do not think we need a build-time dependency. The tmpfiles-create
7 code will only be called in pkg_postinst, and therefore only requires
8 an RDEPEND.