From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AC41415808C for ; Tue, 1 Mar 2022 16:47:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBDA8E0837; Tue, 1 Mar 2022 16:47:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B436DE0837 for ; Tue, 1 Mar 2022 16:47:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D208834341E for ; Tue, 1 Mar 2022 16:47:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9DE8311 for ; Tue, 1 Mar 2022 16:47:39 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1646153251.29aec53f3f9be30f3cdee020f0c6182e2f9e29e7.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/rxvt-unicode/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/rxvt-unicode/rxvt-unicode-9.30.ebuild X-VCS-Directories: x11-terms/rxvt-unicode/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 29aec53f3f9be30f3cdee020f0c6182e2f9e29e7 X-VCS-Branch: master Date: Tue, 1 Mar 2022 16:47:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a4e20381-f6ee-4c0b-ba25-c14dce88a062 X-Archives-Hash: 7bde0403230bd08cc9d9da86b98122ca commit: 29aec53f3f9be30f3cdee020f0c6182e2f9e29e7 Author: Marek Szuba gentoo org> AuthorDate: Tue Mar 1 16:45:06 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Mar 1 16:47:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29aec53f x11-terms/rxvt-unicode: drop dev-perl/Mac-Pasteboard dependency The package in question got treecleaned 2 days ago. Don't bother with a revbump because this dependency was conditional on USE=kernel_darwin, and rxvt-unicode lost its macOS keywords a long time ago. Signed-off-by: Marek Szuba gentoo.org> x11-terms/rxvt-unicode/rxvt-unicode-9.30.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.30.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.30.ebuild index e8c4798fee73..627d10b5c1db 100644 --- a/x11-terms/rxvt-unicode/rxvt-unicode-9.30.ebuild +++ b/x11-terms/rxvt-unicode/rxvt-unicode-9.30.ebuild @@ -28,7 +28,6 @@ RDEPEND=">=sys-libs/ncurses-5.7-r6:= x11-libs/libXrender x11-libs/libXt gdk-pixbuf? ( x11-libs/gdk-pixbuf ) - kernel_Darwin? ( dev-perl/Mac-Pasteboard ) perl? ( dev-lang/perl:= ) startup-notification? ( x11-libs/startup-notification ) xft? ( x11-libs/libXft )"