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 42F59158020 for ; Wed, 26 Oct 2022 17:18:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86C77E0976; Wed, 26 Oct 2022 17:18:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 6DED6E0976 for ; Wed, 26 Oct 2022 17:18:04 +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 75001340E11 for ; Wed, 26 Oct 2022 17:18:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18396609 for ; Wed, 26 Oct 2022 17:18:02 +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: <1666804625.f2b93d8ca09e51194b59c12dd514fd4bf49fc198.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.15.0.ebuild X-VCS-Directories: app-admin/conky/ X-VCS-Committer: billie X-VCS-Committer-Name: Daniel Pielmeier X-VCS-Revision: f2b93d8ca09e51194b59c12dd514fd4bf49fc198 X-VCS-Branch: master Date: Wed, 26 Oct 2022 17:18:02 +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: d42e53e8-c1d3-4a82-b194-6a9e0c32efda X-Archives-Hash: 9ab6245e40ced4d1474a0b4a4fc8cd32 commit: f2b93d8ca09e51194b59c12dd514fd4bf49fc198 Author: Daniel Pielmeier gentoo org> AuthorDate: Wed Oct 26 17:17:05 2022 +0000 Commit: Daniel Pielmeier gentoo org> CommitDate: Wed Oct 26 17:17:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2b93d8c app-admin/conky: Fix dependencies for USE flags doc and extras. Closes: https://bugs.gentoo.org/878375 Signed-off-by: Daniel Pielmeier gentoo.org> app-admin/conky/conky-1.15.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/conky/conky-1.15.0.ebuild b/app-admin/conky/conky-1.15.0.ebuild index e52453f698b0..8803596b5d27 100644 --- a/app-admin/conky/conky-1.15.0.ebuild +++ b/app-admin/conky/conky-1.15.0.ebuild @@ -60,8 +60,8 @@ RDEPEND=" " DEPEND=" ${COMMON_DEPEND} - doc? ( virtual/pandoc dev-python/pyyaml ) - extras? ( virtual/pandoc ) + doc? ( virtual/pandoc dev-python/pyyaml dev-python/jinja ) + extras? ( dev-python/pyyaml dev-python/jinja ) " REQUIRED_USE="