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 A4983138334 for ; Mon, 17 Sep 2018 21:09:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F25BE0C35; Mon, 17 Sep 2018 21:09:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 78228E0C35 for ; Mon, 17 Sep 2018 21:09:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0B16E335D02 for ; Mon, 17 Sep 2018 21:09:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B2A03DD for ; Mon, 17 Sep 2018 21:09:23 +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: <1537218540.6bf149f7824001ca3f7e8e2fd6fed06e4d233865.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kpimtextedit/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kpimtextedit/kpimtextedit-9999.ebuild X-VCS-Directories: kde-apps/kpimtextedit/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6bf149f7824001ca3f7e8e2fd6fed06e4d233865 X-VCS-Branch: master Date: Mon, 17 Sep 2018 21:09:23 +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: 34416d96-5360-4ac6-a3e8-8ad4d5aa16e6 X-Archives-Hash: feb94cc9bcebd84d18d5b263862d5849 commit: 6bf149f7824001ca3f7e8e2fd6fed06e4d233865 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Sep 17 21:09:00 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Sep 17 21:09:00 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6bf149f7 kde-apps/kpimtextedit: Drop USE speech, unconditional now Upstream commit 35e5d87c7a4a76be5e754e3a0faa53b4f9f1224e Package-Manager: Portage-2.3.49, Repoman-2.3.10 kde-apps/kpimtextedit/kpimtextedit-9999.ebuild | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/kde-apps/kpimtextedit/kpimtextedit-9999.ebuild b/kde-apps/kpimtextedit/kpimtextedit-9999.ebuild index 5dcdb07364..b13a48abe3 100644 --- a/kde-apps/kpimtextedit/kpimtextedit-9999.ebuild +++ b/kde-apps/kpimtextedit/kpimtextedit-9999.ebuild @@ -11,7 +11,7 @@ inherit kde5 DESCRIPTION="A textedit with PIM-specific features" LICENSE="LGPL-2.1+" KEYWORDS="" -IUSE="speech" +IUSE="" COMMON_DEPEND=" $(add_frameworks_dep kcodecs) @@ -28,9 +28,9 @@ COMMON_DEPEND=" $(add_frameworks_dep sonnet) $(add_frameworks_dep syntax-highlighting) $(add_qt_dep qtgui) + $(add_qt_dep qtspeech) $(add_qt_dep qtwidgets) dev-libs/grantlee:5 - speech? ( $(add_qt_dep qtspeech) ) " DEPEND="${COMMON_DEPEND} test? ( $(add_frameworks_dep ktextwidgets) ) @@ -40,11 +40,3 @@ RDEPEND="${COMMON_DEPEND} " RESTRICT+=" test" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package speech Qt5TextToSpeech) - ) - - kde5_src_configure -}