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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 171BC138334 for ; Thu, 25 Oct 2018 18:04:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7A25E089A; Thu, 25 Oct 2018 18:04:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2DF0E089A for ; Thu, 25 Oct 2018 18:04:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B26C1335C63 for ; Thu, 25 Oct 2018 18:04:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11AA545F for ; Thu, 25 Oct 2018 18:04:30 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1540490647.276183483a6bc9e52b2b7ac4a2c496fd5004f61c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-desktop/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-desktop/plasma-desktop-5.14.2.ebuild X-VCS-Directories: kde-plasma/plasma-desktop/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 276183483a6bc9e52b2b7ac4a2c496fd5004f61c X-VCS-Branch: master Date: Thu, 25 Oct 2018 18:04:30 +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-Archives-Salt: b12a5f2c-c200-48f1-b6c5-347e9cf8c1df X-Archives-Hash: 0be79f957dbba8584545d077abcc43a3 commit: 276183483a6bc9e52b2b7ac4a2c496fd5004f61c Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Oct 25 17:45:50 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 25 18:04:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27618348 kde-plasma/plasma-desktop: Don't mention dev-libs/libappindicator anymore Closes: https://bugs.gentoo.org/669502 Signed-off-by: Andreas Sturmlechner gentoo.org> 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(-) 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 4cf7463de33..5e79908a990 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 -}