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: Tue, 01 Mar 2022 16:47:44
Message-Id: 1646153251.29aec53f3f9be30f3cdee020f0c6182e2f9e29e7.marecki@gentoo
1 commit: 29aec53f3f9be30f3cdee020f0c6182e2f9e29e7
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 1 16:45:06 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 1 16:47:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29aec53f
7
8 x11-terms/rxvt-unicode: drop dev-perl/Mac-Pasteboard dependency
9
10 The package in question got treecleaned 2 days ago. Don't bother with a
11 revbump because this dependency was conditional on USE=kernel_darwin,
12 and rxvt-unicode lost its macOS keywords a long time ago.
13
14 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
15
16 x11-terms/rxvt-unicode/rxvt-unicode-9.30.ebuild | 1 -
17 1 file changed, 1 deletion(-)
18
19 diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.30.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.30.ebuild
20 index e8c4798fee73..627d10b5c1db 100644
21 --- a/x11-terms/rxvt-unicode/rxvt-unicode-9.30.ebuild
22 +++ b/x11-terms/rxvt-unicode/rxvt-unicode-9.30.ebuild
23 @@ -28,7 +28,6 @@ RDEPEND=">=sys-libs/ncurses-5.7-r6:=
24 x11-libs/libXrender
25 x11-libs/libXt
26 gdk-pixbuf? ( x11-libs/gdk-pixbuf )
27 - kernel_Darwin? ( dev-perl/Mac-Pasteboard )
28 perl? ( dev-lang/perl:= )
29 startup-notification? ( x11-libs/startup-notification )
30 xft? ( x11-libs/libXft )"