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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5E0F9158087 for ; Thu, 11 Nov 2021 17:00:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A384C2BC096; Thu, 11 Nov 2021 17:00:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D9732BC096 for ; Thu, 11 Nov 2021 17:00:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8DE6D3431DF for ; Thu, 11 Nov 2021 17:00:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BD681D6 for ; Thu, 11 Nov 2021 17:00:19 +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: <1636649615.2c85e73243d79acb0a5d7ad55eeff43c1b027c3d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/parley/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/parley/parley-9999.ebuild X-VCS-Directories: kde-apps/parley/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2c85e73243d79acb0a5d7ad55eeff43c1b027c3d X-VCS-Branch: master Date: Thu, 11 Nov 2021 17:00:19 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0810d2f7-3f87-421c-9743-6ed81d4aa353 X-Archives-Hash: 5a3eeb09f4b4734afe8c7f9737af5014 commit: 2c85e73243d79acb0a5d7ad55eeff43c1b027c3d Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 11 16:01:35 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 11 16:53:35 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2c85e732 kde-apps/parley: Update DEPENDs Upstream commits: 829c9b574a4054aaca2defdb683fe5d74169d919 ca4c3cbeff92b954ca70554900103d76378af305 Bug: https://bugs.gentoo.org/766333 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/parley/parley-9999.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/kde-apps/parley/parley-9999.ebuild b/kde-apps/parley/parley-9999.ebuild index 4242152c0e..5920be9d5f 100644 --- a/kde-apps/parley/parley-9999.ebuild +++ b/kde-apps/parley/parley-9999.ebuild @@ -19,6 +19,7 @@ KEYWORDS="" IUSE="" DEPEND=" + app-i18n/translate-shell dev-libs/libxml2:2 dev-libs/libxslt >=dev-qt/qtdbus-${QTMIN}:5 @@ -39,7 +40,6 @@ DEPEND=" >=kde-frameworks/kio-${KFMIN}:5 >=kde-frameworks/knewstuff-${KFMIN}:5 >=kde-frameworks/knotifications-${KFMIN}:5 - >=kde-frameworks/kross-${KFMIN}:5 >=kde-frameworks/kservice-${KFMIN}:5 >=kde-frameworks/ktextwidgets-${KFMIN}:5 >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 @@ -54,9 +54,3 @@ src_prepare() { ecm_src_prepare cmake_comment_add_subdirectory plugins } - -pkg_postinst() { - ecm_pkg_postinst - elog "Plugins are disabled in Gentoo due to lack of Python-3 compatible" - elog "kross-interpreters, bug #766333." -}