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 AF0FB1396D9 for ; Sat, 21 Oct 2017 19:27:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8C912BC013; Sat, 21 Oct 2017 19:27:12 +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 A38932BC013 for ; Sat, 21 Oct 2017 19:27:12 +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 6F8E333BEC7 for ; Sat, 21 Oct 2017 19:27:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E78F30B for ; Sat, 21 Oct 2017 19:27:10 +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: <1508611890.c09f320e3c5b98abb68aa4cc600c009d6019c6e8.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.11.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: c09f320e3c5b98abb68aa4cc600c009d6019c6e8 X-VCS-Branch: master Date: Sat, 21 Oct 2017 19:27:10 +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: 3321bd02-e92b-4e11-8cff-e453c35e00ff X-Archives-Hash: bd04488ca707517e8e681fdab2d46d88 commit: c09f320e3c5b98abb68aa4cc600c009d6019c6e8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Oct 21 18:51:30 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 21 18:51:30 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c09f320e kde-plasma/plasma-desktop: Drop superfluous einfo Package-Manager: Portage-2.3.12, Repoman-2.3.3 kde-plasma/plasma-desktop/plasma-desktop-5.11.49.9999.ebuild | 3 +-- kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.11.49.9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.11.49.9999.ebuild index 5856e46c0c..2490d6e2ad 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.11.49.9999.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.11.49.9999.ebuild @@ -130,10 +130,9 @@ RDEPEND="${COMMON_DEPEND} REQUIRED_USE="legacy-systray? ( || ( gtk2 gtk3 qt4 ) ) gtk2? ( legacy-systray ) gtk3? ( legacy-systray )" pkg_setup() { + kde5_pkg_setup if has_version net-im/skype && use legacy-systray && use amd64; then - einfo elog "You need to install dev-libs/sni-qt[abi_x86_32] as skype is a 32-bit binary." - einfo fi } diff --git a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild index 5856e46c0c..2490d6e2ad 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild @@ -130,10 +130,9 @@ RDEPEND="${COMMON_DEPEND} REQUIRED_USE="legacy-systray? ( || ( gtk2 gtk3 qt4 ) ) gtk2? ( legacy-systray ) gtk3? ( legacy-systray )" pkg_setup() { + kde5_pkg_setup if has_version net-im/skype && use legacy-systray && use amd64; then - einfo elog "You need to install dev-libs/sni-qt[abi_x86_32] as skype is a 32-bit binary." - einfo fi }