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 57C74138335 for ; Wed, 9 Jan 2019 02:15:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FECDE0AC6; Wed, 9 Jan 2019 02:15:50 +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 E8584E0AC2 for ; Wed, 9 Jan 2019 02:15:49 +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 03D38335C5D for ; Wed, 9 Jan 2019 02:15:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DD1650E for ; Wed, 9 Jan 2019 02:15:46 +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: <1546998748.bb32ea7f1c50ccb8df64f19da963acaf2626e614.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: bb32ea7f1c50ccb8df64f19da963acaf2626e614 X-VCS-Branch: master Date: Wed, 9 Jan 2019 02:15:46 +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: 9ed6ecaf-7709-44f1-b0b8-83b6d21f7e9c X-Archives-Hash: 172359960ff7f860b2d1fdacc5cec8c3 commit: bb32ea7f1c50ccb8df64f19da963acaf2626e614 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jan 9 01:51:44 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jan 9 01:52:28 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bb32ea7f kde5.eclass: Deprecate kde-apps blockers with 18.08.3 Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/kde5.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index d304267654..8db0fa00d9 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -207,9 +207,9 @@ case ${KDE_AUTODEPS} in RDEPEND+=" || ( $(add_frameworks_dep breeze-icons) kde-frameworks/oxygen-icons:* )" fi - if [[ ${CATEGORY} = kde-apps ]]; then + if [[ ${CATEGORY} = kde-apps && ${PV} = 18.08.3 ]]; then [[ ${KDE_BLOCK_SLOT4} = true ]] && RDEPEND+=" !kde-apps/${PN}:4" - RDEPEND+=" !kde-apps/kde-l10n" # TODO: drop after 18.08.3 removal + RDEPEND+=" !kde-apps/kde-l10n" fi ;; esac