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 C17A315A7D9 for ; Mon, 20 Mar 2023 20:28:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5AB8E077A; Mon, 20 Mar 2023 20:28:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BAFDBE077A for ; Mon, 20 Mar 2023 20:28:58 +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 D8260341197 for ; Mon, 20 Mar 2023 20:28:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41A8B8D4 for ; Mon, 20 Mar 2023 20:28:56 +0000 (UTC) From: "Daniel Pielmeier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Daniel Pielmeier" Message-ID: <1679343817.8634bd4458d3ca0816b5236bdf1f655d7fa1cba5.billie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/conky/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/conky/conky-1.18.1.ebuild X-VCS-Directories: app-admin/conky/ X-VCS-Committer: billie X-VCS-Committer-Name: Daniel Pielmeier X-VCS-Revision: 8634bd4458d3ca0816b5236bdf1f655d7fa1cba5 X-VCS-Branch: master Date: Mon, 20 Mar 2023 20:28:56 +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: e59f5f91-2d7b-49ab-a565-4ee195eb995f X-Archives-Hash: 977e80918aab7a7838f6794c312cc819 commit: 8634bd4458d3ca0816b5236bdf1f655d7fa1cba5 Author: Daniel Pielmeier gentoo org> AuthorDate: Mon Mar 20 20:22:35 2023 +0000 Commit: Daniel Pielmeier gentoo org> CommitDate: Mon Mar 20 20:23:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8634bd44 app-admin/conky: Remove wayland-protocols from RDEPEND Signed-off-by: Daniel Pielmeier gentoo.org> app-admin/conky/conky-1.18.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-admin/conky/conky-1.18.1.ebuild b/app-admin/conky/conky-1.18.1.ebuild index 44dd8a64799f..f60c0ae116e7 100644 --- a/app-admin/conky/conky-1.18.1.ebuild +++ b/app-admin/conky/conky-1.18.1.ebuild @@ -38,7 +38,6 @@ COMMON_DEPEND=" truetype? ( x11-libs/libXft >=media-libs/freetype-2 ) wayland? ( dev-libs/wayland - dev-libs/wayland-protocols x11-libs/pango ) wifi? ( net-wireless/wireless-tools ) @@ -66,6 +65,9 @@ RDEPEND=" " DEPEND=" ${COMMON_DEPEND} + wayland? ( + dev-libs/wayland-protocols + ) " BDEPEND=" doc? (