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 DA616138334 for ; Thu, 28 Jun 2018 19:05:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD029E08F5; Thu, 28 Jun 2018 19:05:44 +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 8427BE08F5 for ; Thu, 28 Jun 2018 19:05:44 +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 D3F36335C8A for ; Thu, 28 Jun 2018 19:05:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6128E2E3 for ; Thu, 28 Jun 2018 19:05:40 +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: <1530212733.bce85c76b133fa7985fd146130047d6d1079daf5.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libproxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libproxy/libproxy-0.4.13-r2.ebuild X-VCS-Directories: net-libs/libproxy/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bce85c76b133fa7985fd146130047d6d1079daf5 X-VCS-Branch: master Date: Thu, 28 Jun 2018 19:05:40 +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: e96efbdb-332c-4250-bd59-ebd973920577 X-Archives-Hash: eb0d0f49cc334cbaaf71e1b1ba3c1e1a commit: bce85c76b133fa7985fd146130047d6d1079daf5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jun 28 19:05:10 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jun 28 19:05:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bce85c76 net-libs/libproxy: Drop nonexistent kde-apps/kreadconfig:4 Package-Manager: Portage-2.3.41, Repoman-2.3.9 net-libs/libproxy/libproxy-0.4.13-r2.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/net-libs/libproxy/libproxy-0.4.13-r2.ebuild b/net-libs/libproxy/libproxy-0.4.13-r2.ebuild index d5e475e1e5c..5fa2ed8c02f 100644 --- a/net-libs/libproxy/libproxy-0.4.13-r2.ebuild +++ b/net-libs/libproxy/libproxy-0.4.13-r2.ebuild @@ -32,10 +32,7 @@ DEPEND="${CDEPEND} virtual/pkgconfig:0[${MULTILIB_USEDEP}] " RDEPEND="${CDEPEND} - kde? ( || ( - kde-frameworks/kconfig:5 - kde-apps/kreadconfig:4 - ) ) + kde? ( kde-frameworks/kconfig:5 ) " # avoid dependency loop, bug #467696 PDEPEND="networkmanager? ( net-misc/networkmanager )"