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 6242E1382C5 for ; Wed, 25 Apr 2018 23:33:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 861FAE0920; Wed, 25 Apr 2018 23:33:14 +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 62C47E0920 for ; Wed, 25 Apr 2018 23:33:14 +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 9CB72335C09 for ; Wed, 25 Apr 2018 23:33:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09AE627E for ; Wed, 25 Apr 2018 23:33:12 +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: <1524699181.613a3e9aa66a48846dfdce1d468f699dadd4220c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-desktop/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild X-VCS-Directories: kde-plasma/plasma-desktop/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 613a3e9aa66a48846dfdce1d468f699dadd4220c X-VCS-Branch: master Date: Wed, 25 Apr 2018 23:33:12 +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: aa84a146-0254-44a7-9c5e-13bd22ce6627 X-Archives-Hash: 8312a1a840e13b9a5b39e79ec4059071 commit: 613a3e9aa66a48846dfdce1d468f699dadd4220c Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Apr 25 23:33:01 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Apr 25 23:33:01 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=613a3e9a kde-plasma/plasma-desktop: Do not advertise sni-qt anymore Package-Manager: Portage-2.3.31, Repoman-2.3.9 kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild | 3 --- kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild | 3 --- 2 files changed, 6 deletions(-) diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild index 5d6468885d..0879ceca78 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild @@ -151,9 +151,6 @@ src_test() { pkg_postinst() { kde5_pkg_postinst - if has_version "dev-qt/qtcore:4" && ! has_version "dev-libs/sni-qt" ; then - elog "For Qt4 applications legacy-systray support, please install dev-libs/sni-qt." - fi 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 diff --git a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild index 5d6468885d..0879ceca78 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild @@ -151,9 +151,6 @@ src_test() { pkg_postinst() { kde5_pkg_postinst - if has_version "dev-qt/qtcore:4" && ! has_version "dev-libs/sni-qt" ; then - elog "For Qt4 applications legacy-systray support, please install dev-libs/sni-qt." - fi 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