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 8AD54138359 for ; Thu, 10 Sep 2020 17:49:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8A6FE088D; Thu, 10 Sep 2020 17:49:31 +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 C1436E088D for ; Thu, 10 Sep 2020 17:49:31 +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 C29AF340D8C for ; Thu, 10 Sep 2020 17:49:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 663BF32C for ; Thu, 10 Sep 2020 17:49:29 +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: <1599759423.c179fc1c94b4ee8813b77b5294b84cc624005876.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/kdevelop/kdevelop-5.6.9999.ebuild dev-util/kdevelop/kdevelop-9999.ebuild X-VCS-Directories: dev-util/kdevelop/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c179fc1c94b4ee8813b77b5294b84cc624005876 X-VCS-Branch: master Date: Thu, 10 Sep 2020 17:49:29 +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: 9f6360d6-1d07-40d5-a36d-db7e8716408d X-Archives-Hash: a9e310e5b28ea18185d9f8aaa9d75a14 commit: c179fc1c94b4ee8813b77b5294b84cc624005876 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 10 17:37:03 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 10 17:37:03 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c179fc1c dev-util/kdevelop: Fix pkg_postinst and drop unintentional redirect Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/kdevelop/kdevelop-5.6.9999.ebuild | 2 +- dev-util/kdevelop/kdevelop-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/kdevelop/kdevelop-5.6.9999.ebuild b/dev-util/kdevelop/kdevelop-5.6.9999.ebuild index 192094f00d..b180eb36e4 100644 --- a/dev-util/kdevelop/kdevelop-5.6.9999.ebuild +++ b/dev-util/kdevelop/kdevelop-5.6.9999.ebuild @@ -127,7 +127,7 @@ pkg_postinst() { optfeature "Static C++ Qt code analysis" dev-util/clazy optfeature "Static C/C++ code analysis" dev-util/cppcheck optfeature "Heap memory profiling" dev-util/heaptrack[qt5] - optfeature "Meson Project manager plugin" >=dev-util/meson-0.51 + optfeature "Meson Project manager plugin" dev-util/meson fi ecm_pkg_postinst } diff --git a/dev-util/kdevelop/kdevelop-9999.ebuild b/dev-util/kdevelop/kdevelop-9999.ebuild index 192094f00d..b180eb36e4 100644 --- a/dev-util/kdevelop/kdevelop-9999.ebuild +++ b/dev-util/kdevelop/kdevelop-9999.ebuild @@ -127,7 +127,7 @@ pkg_postinst() { optfeature "Static C++ Qt code analysis" dev-util/clazy optfeature "Static C/C++ code analysis" dev-util/cppcheck optfeature "Heap memory profiling" dev-util/heaptrack[qt5] - optfeature "Meson Project manager plugin" >=dev-util/meson-0.51 + optfeature "Meson Project manager plugin" dev-util/meson fi ecm_pkg_postinst }