Gentoo Archives: gentoo-user

From: Ashley Dixon <ash@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: dns/bind-tools 9.14 -> 9.16 pulling in 17 new dependencies?!
Date: Wed, 22 Jul 2020 03:22:21
Message-Id: 20200722032106.j4rsiuut2hm7nniz@ad-gentoo-main
In Reply to: [gentoo-user] Re: dns/bind-tools 9.14 -> 9.16 pulling in 17 new dependencies?! by Grant Edwards
1 On Wed, Jul 22, 2020 at 02:29:48AM -0000, Grant Edwards wrote:
2 > Yes, that's what I did months ago, and everything worked fine with
3 > Xorg using the "suid" flag and without consolekit or elogind -- until
4 > this morning, when pam refused to upgrade unless I set the elogind USE
5 > flag.
6
7 Look at REQUIRED_USE in sys-auth/pambase ebuild [1]:
8 REQUIRED_USE="?? ( consolekit elogind systemd )"
9
10 I.e., "zero or one of `consolekit`, `elogind`, or `systemd` must be set, but not
11 several". [2]
12
13 Run `quse -Ip sys-auth/pambase | grep -E 'consolekit|elogind|systemd'` to check
14 the USE-flags with which you're asking Portage to build pambase.
15
16 [1] https://gitweb.gentoo.org/repo/gentoo.git/tree/sys-auth/pambase/pambase-20200618.ebuild#n19
17 [2] https://devmanual.gentoo.org/ebuild-writing/variables/index.html#eapi-5
18
19 --
20
21 Ashley Dixon
22 suugaku.co.uk
23
24 2A9A 4117
25 DA96 D18A
26 8A7B B0D2
27 A30E BF25
28 F290 A8AA

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
[gentoo-user] Re: dns/bind-tools 9.14 -> 9.16 pulling in 17 new dependencies?! Grant Edwards <grant.b.edwards@×××××.com>