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 E27D7139696 for ; Sun, 23 Jul 2017 22:34:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B4A9E0E72; Sun, 23 Jul 2017 22:34:19 +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 0B4A4E0E72 for ; Sun, 23 Jul 2017 22:34:19 +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 2A67B341850 for ; Sun, 23 Jul 2017 22:34:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96A5E74BD for ; Sun, 23 Jul 2017 22:34:16 +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: <1500848716.346fd99bb131071d76f23dfe98f10a43948cf1e9.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde4-base.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 346fd99bb131071d76f23dfe98f10a43948cf1e9 X-VCS-Branch: master Date: Sun, 23 Jul 2017 22:34:16 +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-Archives-Salt: 55a5c91f-9924-400a-901a-1028f799c7b0 X-Archives-Hash: 177d0be1964e2e37494ed1174db1dff1 commit: 346fd99bb131071d76f23dfe98f10a43948cf1e9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 23 22:25:16 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 23 22:25:16 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=346fd99b kde4-base.eclass: Drop obsolete kde-base/*:4 blocker No ebuilds of this type should exist at this point after pkgmoves done. eclass/kde4-base.eclass | 4 ---- 1 file changed, 4 deletions(-) diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 65616e4fe5..56125ec877 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -357,10 +357,6 @@ kdedepend=" kderdepend="" -if [[ ${CATEGORY} == kde-apps ]]; then - kderdepend+=" !kde-base/${PN}:4" -fi - # all packages needs oxygen icons for basic iconset if [[ ${PN} != oxygen-icons ]]; then kderdepend+=" kde-frameworks/oxygen-icons"