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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A07B1138334 for ; Sat, 27 Apr 2019 12:47:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 873E4E0844; Sat, 27 Apr 2019 12:47:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C929E0844 for ; Sat, 27 Apr 2019 12:47:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB3213429B5 for ; Sat, 27 Apr 2019 12:47:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FD5058D for ; Sat, 27 Apr 2019 12:47:15 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1556369230.94f63665af96a4bb20c81fb2649e633bb0346955.jer@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.22-r2.ebuild x11-terms/rxvt-unicode/rxvt-unicode-9.22-r3.ebuild x11-terms/rxvt-unicode/rxvt-unicode-9999.ebuild X-VCS-Directories: x11-terms/rxvt-unicode/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 94f63665af96a4bb20c81fb2649e633bb0346955 X-VCS-Branch: master Date: Sat, 27 Apr 2019 12:47:15 +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: 3f80fdf8-b8b5-4928-97a9-bb3054023a1e X-Archives-Hash: 14dae3359ba69a1d158a27786363d221 commit: 94f63665af96a4bb20c81fb2649e633bb0346955 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Apr 27 12:46:46 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Apr 27 12:47:10 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94f63665 x11-terms/rxvt-unicode: Drop x11-libs/gtk+ dependency Package-Manager: Portage-2.3.65, Repoman-2.3.12 Closes: https://bugs.gentoo.org/684478 Signed-off-by: Jeroen Roovers gentoo.org> .../{rxvt-unicode-9.22-r2.ebuild => rxvt-unicode-9.22-r3.ebuild} | 2 +- x11-terms/rxvt-unicode/rxvt-unicode-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.22-r2.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.22-r3.ebuild similarity index 97% rename from x11-terms/rxvt-unicode/rxvt-unicode-9.22-r2.ebuild rename to x11-terms/rxvt-unicode/rxvt-unicode-9.22-r3.ebuild index c55c0cbd79e..e82d0d90ff4 100644 --- a/x11-terms/rxvt-unicode/rxvt-unicode-9.22-r2.ebuild +++ b/x11-terms/rxvt-unicode/rxvt-unicode-9.22-r3.ebuild @@ -22,9 +22,9 @@ RDEPEND=" media-libs/fontconfig x11-libs/libX11 x11-libs/libXrender + gdk-pixbuf? ( x11-libs/gdk-pixbuf ) kernel_Darwin? ( dev-perl/Mac-Pasteboard ) perl? ( dev-lang/perl:= ) - gdk-pixbuf? ( x11-libs/gdk-pixbuf x11-libs/gtk+:2 ) startup-notification? ( x11-libs/startup-notification ) xft? ( x11-libs/libXft ) " diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9999.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9999.ebuild index 480a785e27e..f5856323843 100644 --- a/x11-terms/rxvt-unicode/rxvt-unicode-9999.ebuild +++ b/x11-terms/rxvt-unicode/rxvt-unicode-9999.ebuild @@ -24,9 +24,9 @@ RDEPEND=" media-libs/fontconfig x11-libs/libX11 x11-libs/libXrender + gdk-pixbuf? ( x11-libs/gdk-pixbuf ) kernel_Darwin? ( dev-perl/Mac-Pasteboard ) perl? ( dev-lang/perl:= ) - gdk-pixbuf? ( x11-libs/gdk-pixbuf x11-libs/gtk+:2 ) startup-notification? ( x11-libs/startup-notification ) xft? ( x11-libs/libXft ) "