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 29FAF158020 for ; Fri, 9 Dec 2022 20:04:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7072E0920; Fri, 9 Dec 2022 20:04:53 +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 8B60EE0920 for ; Fri, 9 Dec 2022 20:04:53 +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 8D73B340FB8 for ; Fri, 9 Dec 2022 20:04:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C34E771 for ; Fri, 9 Dec 2022 20:04:49 +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: <1670615276.d6b5e72fc0f26014e36b8d1be87dd383aa5d74c0.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/ecm.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d6b5e72fc0f26014e36b8d1be87dd383aa5d74c0 X-VCS-Branch: master Date: Fri, 9 Dec 2022 20:04:49 +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: 30eb1c0d-588b-4c2e-b6dd-c49bea935010 X-Archives-Hash: 5122ef747e6b5a9785390b124d02a4fa commit: d6b5e72fc0f26014e36b8d1be87dd383aa5d74c0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Dec 9 19:47:56 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Dec 9 19:47:56 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d6b5e72f ecm.eclass: Drop obsolete Qt 5.15.5 Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/ecm.eclass | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/eclass/ecm.eclass b/eclass/ecm.eclass index d95a60e5b8..61d41d43ee 100644 --- a/eclass/ecm.eclass +++ b/eclass/ecm.eclass @@ -228,21 +228,12 @@ case ${ECM_QTHELP} in COMMONDEPEND+=" doc? ( dev-qt/qt-docs:${KFSLOT} )" BDEPEND+=" doc? ( >=app-doc/doxygen-1.8.13-r1 - || ( - ( - =dev-qt/qtcore-5.15.7*:5 - =dev-qt/qtgui-5.15.7*:5 - =dev-qt/qthelp-5.15.7*:5 - =dev-qt/qtsql-5.15.7*:5 - =dev-qt/qtwidgets-5.15.7*:5 - ) - ( - =dev-qt/qtcore-5.15.5*:5 - =dev-qt/qtgui-5.15.5*:5 - =dev-qt/qthelp-5.15.5*:5 - =dev-qt/qtsql-5.15.5*:5 - =dev-qt/qtwidgets-5.15.5*:5 - ) + ( + =dev-qt/qtcore-5.15.7*:5 + =dev-qt/qtgui-5.15.7*:5 + =dev-qt/qthelp-5.15.7*:5 + =dev-qt/qtsql-5.15.7*:5 + =dev-qt/qtwidgets-5.15.7*:5 ) )" ;;