From 276183483a6bc9e52b2b7ac4a2c496fd5004f61c Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 25 Oct 2018 19:45:50 +0200 Subject: kde-plasma/plasma-desktop: Don't mention dev-libs/libappindicator anymore Closes: https://bugs.gentoo.org/669502 Signed-off-by: Andreas Sturmlechner Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- kde-plasma/plasma-desktop/plasma-desktop-5.14.2.ebuild | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'kde-plasma/plasma-desktop') diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.14.2.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.14.2.ebuild index 4cf7463de337..5e79908a990d 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.14.2.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.14.2.ebuild @@ -142,14 +142,3 @@ src_test() { kde5_src_test } - -pkg_postinst() { - kde5_pkg_postinst - - if has_version "x11-libs/gtk+:2" && ! has_version "dev-libs/libappindicator:2"; then - elog "For GTK+2 applications legacy-systray support, please install dev-libs/libappindicator:2." - fi - if has_version "x11-libs/gtk+:3" && ! has_version "dev-libs/libappindicator:3"; then - elog "For GTK+3 applications legacy-systray support, please install dev-libs/libappindicator:3." - fi -} -- cgit v1.2.3-65-gdbad