Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/rxvt-unicode/
Date: Sun, 16 May 2021 23:36:27
Message-Id: 1621207976.42c4fb240a88a4cbf4a6b9fc19bef32afc77c8af.marecki@gentoo
1 commit: 42c4fb240a88a4cbf4a6b9fc19bef32afc77c8af
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 16 23:32:56 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Sun May 16 23:32:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42c4fb24
7
8 x11-terms/rxvt-unicode: add new dependency introduced by urclock
9
10 ...but not mentioned in either the README or configure.ac, I might add.
11 Those broken Gentoo systems.
12
13 Closes: https://bugs.gentoo.org/790605
14 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
15
16 x11-terms/rxvt-unicode/rxvt-unicode-9.26.ebuild | 1 +
17 1 file changed, 1 insertion(+)
18
19 diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.26.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.26.ebuild
20 index 9261d793fe7..981de5a0d60 100644
21 --- a/x11-terms/rxvt-unicode/rxvt-unicode-9.26.ebuild
22 +++ b/x11-terms/rxvt-unicode/rxvt-unicode-9.26.ebuild
23 @@ -19,6 +19,7 @@ RDEPEND=">=sys-libs/ncurses-5.7-r6:=
24 media-libs/fontconfig
25 x11-libs/libX11
26 x11-libs/libXrender
27 + x11-libs/libXt
28 gdk-pixbuf? ( x11-libs/gdk-pixbuf )
29 kernel_Darwin? ( dev-perl/Mac-Pasteboard )
30 perl? ( dev-lang/perl:= )