Gentoo Archives: gentoo-dev

From: hasufell <hasufell@g.o>
To: gentoo-dev@l.g.o, Pacho Ramos <pacho@g.o>
Subject: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: www-misc/fcgiwrap/
Date: Sun, 04 Oct 2015 09:27:54
Message-Id: 5610F104.5040204@gentoo.org
1 On 10/04/2015 10:38 AM, Pacho Ramos wrote:
2 > commit: c93f1bb8b49de29a60715ec6e9326ed619effbc4
3 > Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
4 > AuthorDate: Sun Oct 4 08:38:36 2015 +0000
5 > Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
6 > CommitDate: Sun Oct 4 08:38:36 2015 +0000
7 > URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c93f1bb8
8 >
9 > www-misc/fcgiwrap: systemd is needed at run and buildtime (#557020 by Cody Schafer)
10 >
11 > Package-Manager: portage-2.2.22
12 >
13 > www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild | 5 ++++-
14 > 1 file changed, 4 insertions(+), 1 deletion(-)
15 >
16 > diff --git a/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild b/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild
17 > index 0c76213..cc8d4f7 100644
18 > --- a/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild
19 > +++ b/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild
20 > @@ -23,7 +23,10 @@ else
21 > KEYWORDS="amd64 ~arm x86"
22 > fi
23 >
24 > -RDEPEND="dev-libs/fcgi"
25 > +RDEPEND="
26 > + dev-libs/fcgi
27 > + systemd? ( sys-apps/systemd )
28 > +"
29 > DEPEND="${RDEPEND}
30 > virtual/pkgconfig"
31 >
32 >
33
34 This needs a revbump, because runtime dependencies have changed and
35 users VDB must be updated. Especially because this is a stable package.