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 F21D51382C5 for ; Fri, 7 May 2021 15:24:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BED6E084A; Fri, 7 May 2021 15:24:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 179E6E084A for ; Fri, 7 May 2021 15:24:25 +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 8C6C1340CD6 for ; Fri, 7 May 2021 15:24:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCBA9750 for ; Fri, 7 May 2021 15:24:21 +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: <1620401023.3a3cfa9cf22ec52eee325fdb338ceb6f4e46894b.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/drkonqi/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/drkonqi/drkonqi-9999.ebuild X-VCS-Directories: kde-plasma/drkonqi/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3a3cfa9cf22ec52eee325fdb338ceb6f4e46894b X-VCS-Branch: master Date: Fri, 7 May 2021 15:24:21 +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: fc435d83-d2c4-48ce-a929-9f5ee291ec55 X-Archives-Hash: 1a069dba69b4b84ce577d8d4d4326998 commit: 3a3cfa9cf22ec52eee325fdb338ceb6f4e46894b Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri May 7 12:25:11 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri May 7 15:23:43 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3a3cfa9c kde-plasma/drkonqi: Drop IUSE=X Upstream commit 3c48c539176e87532d40f7bd2eee87eeecda5d79 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/drkonqi/drkonqi-9999.ebuild | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/kde-plasma/drkonqi/drkonqi-9999.ebuild b/kde-plasma/drkonqi/drkonqi-9999.ebuild index e990765067..8d40a65e1a 100644 --- a/kde-plasma/drkonqi/drkonqi-9999.ebuild +++ b/kde-plasma/drkonqi/drkonqi-9999.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="Plasma crash handler, gives the user feedback if a program crashed" LICENSE="GPL-2" # TODO: CHECK SLOT="5" KEYWORDS="" -IUSE="X" +IUSE="" RDEPEND=" >=dev-qt/qtdbus-${QTMIN}:5 @@ -36,25 +36,16 @@ RDEPEND=" >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 >=kde-frameworks/kwindowsystem-${KFMIN}:5 >=kde-frameworks/syntax-highlighting-${KFMIN}:5 - X? ( >=dev-qt/qtx11extras-${QTMIN}:5 ) " DEPEND="${RDEPEND} >=dev-qt/qtconcurrent-${QTMIN}:5 " -src_configure() { - local mycmakeargs=( - $(cmake_use_find_package X Qt5X11Extras) - ) - ecm_src_configure -} - src_test() { # needs network access, bug #698510 local myctestargs=( -E "(connectiontest)" ) - ecm_src_test }