Gentoo Archives: gentoo-dev

From: Michael Orlitzky <mjo@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] xorg-x11 RDEPEND changes without revisions
Date: Fri, 07 Aug 2020 18:25:16
Message-Id: c2747f5f-5da8-8612-4e81-354dcfe7eb65@gentoo.org
1 When you ignore the devmanual and the pkgcheck warning and the 10+
2 threads I've started about the issue, and make changes like...
3
4 --- a/x11-base/xorg-x11/xorg-x11-7.4-r3.ebuild
5 +++ b/x11-base/xorg-x11/xorg-x11-7.4-r3.ebuild
6 @@ -1,4 +1,4 @@
7 -# Copyright 1999-2018 Gentoo Foundation
8 +# Copyright 1999-2019 Gentoo Authors
9 # Distributed under the terms of the GNU General Public License v2
10
11 EAPI=6
12 @@ -21,8 +21,7 @@ RDEPEND="${RDEPEND}
13 x11-apps/bitmap
14 x11-apps/iceauth
15 x11-apps/luit
16 - x11-apps/mkfontdir
17 - x11-apps/mkfontscale
18 + >=x11-apps/mkfontscale-1.2.0
19 x11-apps/sessreg
20
21
22 This is what portage does:
23
24 $ sudo emerge -uDN @world
25 Password:
26 Calculating dependencies... done!
27
28 emerge: there are no ebuilds to satisfy "x11-apps/mkfontdir".
29 (dependency required by "x11-base/xorg-x11-7.4-r3::gentoo"
30 [installed])
31 (dependency required by "@selected" [set])
32 (dependency required by "@world" [argument])
33
34
35 I have too many other things to do to waste time reverse-engineering
36 these fuck-ups. Get it together.

Replies