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 5FD4E138334 for ; Wed, 14 Aug 2019 16:28:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86F7BE084A; Wed, 14 Aug 2019 16:28:02 +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 68BBDE084A for ; Wed, 14 Aug 2019 16:28:02 +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 D30FD349B39 for ; Wed, 14 Aug 2019 16:28:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAB946FF for ; Wed, 14 Aug 2019 16:27:58 +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: <1565800040.cdfec56ee32e575701879c1f5a5734da1d00a60b.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde5.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cdfec56ee32e575701879c1f5a5734da1d00a60b X-VCS-Branch: master Date: Wed, 14 Aug 2019 16:27:58 +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: e8f62d40-1f84-46f9-968f-7dd6d2603252 X-Archives-Hash: e6667d9437319d859925eb266350a39c commit: cdfec56ee32e575701879c1f5a5734da1d00a60b Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 14 15:06:54 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 14 16:27:20 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=cdfec56e kde5.eclass: Drop obsolete KDE_BLOCK_SLOT4 var Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/kde5.eclass | 6 ------ 1 file changed, 6 deletions(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 5faf4ebc75..5abcad3c70 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -62,12 +62,6 @@ EXPORT_FUNCTIONS pkg_setup pkg_nofetch src_unpack src_prepare src_configure src_ # be set depending on the value of CATEGORY. : ${KDE_AUTODEPS:=true} -# @ECLASS-VARIABLE: KDE_BLOCK_SLOT4 -# @DESCRIPTION: -# This variable only has any effect when when CATEGORY = "kde-apps" and -# KDE_AUTODEPS is also set. If set to "true", add RDEPEND block on kde-apps/${PN}:4 -: ${KDE_BLOCK_SLOT4:=true} - # @ECLASS-VARIABLE: KDE_DEBUG # @DESCRIPTION: # If set to "false", add -DNDEBUG (via cmake-utils_src_configure) and -DQT_NO_DEBUG