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 8EFA2158089 for ; Tue, 19 Sep 2023 17:48:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F7BA2BC06F; Tue, 19 Sep 2023 17:48:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 67E772BC06C for ; Tue, 19 Sep 2023 17:48:47 +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 836C7335CE3 for ; Tue, 19 Sep 2023 17:48:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E066A11EC for ; Tue, 19 Sep 2023 17:48:43 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1695145693.edb9a3967a747c2e7eaedbf57b0ba162bf7e9645.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/suil/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/suil/suil-0.10.18-r1.ebuild X-VCS-Directories: media-libs/suil/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: edb9a3967a747c2e7eaedbf57b0ba162bf7e9645 X-VCS-Branch: master Date: Tue, 19 Sep 2023 17:48:43 +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: a6c4b958-fee0-464e-8d27-9bcd9f2d6619 X-Archives-Hash: 36b2517e700d5207b646885ab0c08b29 commit: edb9a3967a747c2e7eaedbf57b0ba162bf7e9645 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Sep 15 09:41:21 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Sep 19 17:48:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edb9a396 media-libs/suil: fix VariableShadowed Closes: https://bugs.gentoo.org/906246 Closes: https://bugs.gentoo.org/913652 Signed-off-by: Arthur Zamarin gentoo.org> media-libs/suil/suil-0.10.18-r1.ebuild | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/media-libs/suil/suil-0.10.18-r1.ebuild b/media-libs/suil/suil-0.10.18-r1.ebuild index d745f6ad2534..fae80d6e0d21 100644 --- a/media-libs/suil/suil-0.10.18-r1.ebuild +++ b/media-libs/suil/suil-0.10.18-r1.ebuild @@ -15,14 +15,6 @@ KEYWORDS="amd64 ~arm64 ~loong ppc ppc64 ~riscv x86" IUSE="doc gtk gtk2 qt5 test X" RESTRICT="!test? ( test )" -BDEPEND=" - virtual/pkgconfig - doc? ( - app-doc/doxygen - dev-python/sphinx - dev-python/sphinx_lv2_theme - ) -" # This could be way refined, but it's quickly a rabbit hole # Take care on bumps to check lv2 minimum version! RDEPEND=" @@ -44,7 +36,15 @@ RDEPEND=" X? ( x11-libs/libX11 ) " DEPEND="${RDEPEND}" -BDEPEND="test? ( dev-libs/check )" +BDEPEND=" + virtual/pkgconfig + doc? ( + app-doc/doxygen + dev-python/sphinx + dev-python/sphinx_lv2_theme + ) + test? ( dev-libs/check ) +" DOCS=( AUTHORS NEWS README.md )