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 C08EE138334 for ; Thu, 24 Oct 2019 18:37:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF3C8E082F; Thu, 24 Oct 2019 18:37:22 +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 B6AC0E082F for ; Thu, 24 Oct 2019 18:37:22 +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 9D07B34C2B2 for ; Thu, 24 Oct 2019 18:37:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73B62897 for ; Thu, 24 Oct 2019 18:37:19 +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: <1571940671.d17a67d200b60e78969895ddd0ad0182379773fd.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-gfx/kgraphviewer/ X-VCS-Repository: proj/kde X-VCS-Files: media-gfx/kgraphviewer/kgraphviewer-9999.ebuild X-VCS-Directories: media-gfx/kgraphviewer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d17a67d200b60e78969895ddd0ad0182379773fd X-VCS-Branch: master Date: Thu, 24 Oct 2019 18:37:19 +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: 0eedcae8-e862-409d-93ef-93e9cc4a14bc X-Archives-Hash: fa162a1ccda55faf138d279e5b75eb32 commit: d17a67d200b60e78969895ddd0ad0182379773fd Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Oct 24 18:11:11 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 24 18:11:11 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d17a67d2 media-gfx/kgraphviewer: Drop obsolete blocker Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/kgraphviewer/kgraphviewer-9999.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/media-gfx/kgraphviewer/kgraphviewer-9999.ebuild b/media-gfx/kgraphviewer/kgraphviewer-9999.ebuild index 3773e7d52a..9a1ad4d7a8 100644 --- a/media-gfx/kgraphviewer/kgraphviewer-9999.ebuild +++ b/media-gfx/kgraphviewer/kgraphviewer-9999.ebuild @@ -14,7 +14,7 @@ LICENSE="GPL-2 GPL-2+ LGPL-2+ LGPL-2.1+ handbook? ( FDL-1.2 )" KEYWORDS="" IUSE="" -COMMON_DEPEND=" +RDEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) @@ -30,9 +30,6 @@ COMMON_DEPEND=" $(add_qt_dep qtwidgets) >=media-gfx/graphviz-2.30 " -DEPEND="${COMMON_DEPEND} +DEPEND="${RDEPEND} dev-libs/boost " -RDEPEND="${COMMON_DEPEND} - !media-gfx/kgraphviewer:4 -"