From 4f60d2d9ea30816574d1f1f84f1c2425095d99bd Mon Sep 17 00:00:00 2001 From: Ian Jordan Date: Tue, 9 Apr 2024 19:03:46 +0100 Subject: [PATCH] mate-base/mate-control-center: appindator is no longer optional Closes: https://bugs.gentoo.org/929020 Signed-off-by: Ian Jordan Closes: https://github.com/gentoo/gentoo/pull/36180 Signed-off-by: Matt Jolly --- .../mate-control-center/mate-control-center-1.28.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mate-base/mate-control-center/mate-control-center-1.28.0.ebuild b/mate-base/mate-control-center/mate-control-center-1.28.0.ebuild index 49df50a37938c..a235bb697038a 100644 --- a/mate-base/mate-control-center/mate-control-center-1.28.0.ebuild +++ b/mate-base/mate-control-center/mate-control-center-1.28.0.ebuild @@ -16,12 +16,13 @@ DESCRIPTION="The MATE Desktop configuration tool" LICENSE="FDL-1.1+ GPL-2+ LGPL-2+ LGPL-2.1+ HPND" SLOT="0" -IUSE="accountsservice appindicator debug nls systemd" +IUSE="accountsservice debug nls systemd" COMMON_DEPEND=" >=app-accessibility/at-spi2-core-2.46.0:2 >=dev-libs/glib-2.50:2 dev-libs/libxml2:2 + dev-libs/libayatana-appindicator >=gnome-base/dconf-0.13.4 >=gnome-base/librsvg-2.0:2 >=mate-base/libmatekbd-1.17.0 @@ -47,7 +48,6 @@ COMMON_DEPEND=" x11-libs/pango >=x11-wm/marco-1.17.0:= accountsservice? ( sys-apps/accountsservice ) - appindicator? ( dev-libs/libayatana-appindicator ) systemd? ( sys-apps/systemd ) " @@ -69,7 +69,7 @@ PATCHES=( src_configure() { mate_src_configure \ --disable-update-mimedb \ - $(use_enable appindicator) \ + --with-appindicator \ $(use_enable nls) \ $(use_enable debug) }