summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-09-15 12:33:33 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-09-19 20:48:12 +0300
commit76bb9e04f60eb699ead908af28e9ce72d49f036b (patch)
tree5445b5c2626986a4ae31165569a78be764b016ec /gnome-base
parentgames-puzzle/pauker: fix VariableShadowed (diff)
downloadgentoo-76bb9e04f60eb699ead908af28e9ce72d49f036b.tar.gz
gentoo-76bb9e04f60eb699ead908af28e9ce72d49f036b.tar.bz2
gentoo-76bb9e04f60eb699ead908af28e9ce72d49f036b.zip
gnome-base/gnome-control-center: fix VariableShadowed
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'gnome-base')
-rw-r--r--gnome-base/gnome-control-center/gnome-control-center-44.3.ebuild6
-rw-r--r--gnome-base/gnome-control-center/gnome-control-center-45_rc.ebuild6
2 files changed, 4 insertions, 8 deletions
diff --git a/gnome-base/gnome-control-center/gnome-control-center-44.3.ebuild b/gnome-base/gnome-control-center/gnome-control-center-44.3.ebuild
index a730c8ed292b..0f5bbbb36bd9 100644
--- a/gnome-base/gnome-control-center/gnome-control-center-44.3.ebuild
+++ b/gnome-base/gnome-control-center/gnome-control-center-44.3.ebuild
@@ -21,9 +21,6 @@ REQUIRED_USE="
" # Theoretically "?? ( elogind systemd )" is fine too, lacking some functionality at runtime, but needs testing if handled gracefully enough
KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
-# meson.build depends on python unconditionally
-BDEPEND="${PYTHON_DEPS}"
-
# kerberos unfortunately means mit-krb5; build fails with heimdal
# display panel requires colord and gnome-settings-daemon[colord]
# wacom panel requires gsd-enums.h from gsd at build time, probably also runtime support
@@ -117,7 +114,8 @@ RDEPEND="${DEPEND}
PDEPEND=">=gnome-base/gnome-session-2.91.6-r1
networkmanager? ( gnome-extra/nm-applet )" # networking panel can call into nm-connection-editor
-BDEPEND="
+# meson.build depends on python unconditionally
+BDEPEND="${PYTHON_DEPS}
dev-libs/libxslt
app-text/docbook-xsl-stylesheets
app-text/docbook-xml-dtd:4.2
diff --git a/gnome-base/gnome-control-center/gnome-control-center-45_rc.ebuild b/gnome-base/gnome-control-center/gnome-control-center-45_rc.ebuild
index bb59eaffd551..fb16ce4ccb89 100644
--- a/gnome-base/gnome-control-center/gnome-control-center-45_rc.ebuild
+++ b/gnome-base/gnome-control-center/gnome-control-center-45_rc.ebuild
@@ -21,9 +21,6 @@ REQUIRED_USE="
" # Theoretically "?? ( elogind systemd )" is fine too, lacking some functionality at runtime, but needs testing if handled gracefully enough
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
-# meson.build depends on python unconditionally
-BDEPEND="${PYTHON_DEPS}"
-
# kerberos unfortunately means mit-krb5; build fails with heimdal
# display panel requires colord and gnome-settings-daemon[colord]
# wacom panel requires gsd-enums.h from gsd at build time, probably also runtime support
@@ -116,7 +113,8 @@ RDEPEND="${DEPEND}
PDEPEND=">=gnome-base/gnome-session-2.91.6-r1
networkmanager? ( gnome-extra/nm-applet )" # networking panel can call into nm-connection-editor
-BDEPEND="
+# meson.build depends on python unconditionally
+BDEPEND="${PYTHON_DEPS}
dev-libs/libxslt
app-text/docbook-xsl-stylesheets
app-text/docbook-xml-dtd:4.2