diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-15 12:41:21 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-19 20:48:13 +0300 |
commit | edb9a3967a747c2e7eaedbf57b0ba162bf7e9645 (patch) | |
tree | 822203d2050611c16a152b0e777d236bd42f1b94 /media-libs/suil | |
parent | media-libs/rubberband: fix VariableShadowed (diff) | |
download | gentoo-edb9a3967a747c2e7eaedbf57b0ba162bf7e9645.tar.gz gentoo-edb9a3967a747c2e7eaedbf57b0ba162bf7e9645.tar.bz2 gentoo-edb9a3967a747c2e7eaedbf57b0ba162bf7e9645.zip |
media-libs/suil: fix VariableShadowed
Closes: https://bugs.gentoo.org/906246
Closes: https://bugs.gentoo.org/913652
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-libs/suil')
-rw-r--r-- | media-libs/suil/suil-0.10.18-r1.ebuild | 18 |
1 files 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 ) |