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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ADCF5158088 for ; Sat, 15 Jan 2022 15:06:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D05172BC047; Sat, 15 Jan 2022 15:06:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AFF402BC047 for ; Sat, 15 Jan 2022 15:06:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B68A342DA6 for ; Sat, 15 Jan 2022 15:06:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A76352A2 for ; Sat, 15 Jan 2022 15:06: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: <1642258146.3354a00c117539e46993087cd152ce482c39af81.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kinfocenter/kinfocenter-9999.ebuild X-VCS-Directories: kde-plasma/kinfocenter/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3354a00c117539e46993087cd152ce482c39af81 X-VCS-Branch: master Date: Sat, 15 Jan 2022 15:06: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7826b3cd-d6a0-4184-8a6a-6d2ac79230e5 X-Archives-Hash: 7b03ebaa7bb2ecab862a626e40f54bc3 commit: 3354a00c117539e46993087cd152ce482c39af81 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 15 14:45:43 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 15 14:49:06 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3354a00c kde-plasma/kinfocenter: Drop IUSE=ieee1394, module is gone Upstream commit bfde0d022e89f14bce985412efc3c79b1847beae Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild index 5d01c537ce..ed0b4d474b 100644 --- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild @@ -16,7 +16,7 @@ SRC_URI+=" https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-s LICENSE="GPL-2" # TODO: CHECK SLOT="5" KEYWORDS="" -IUSE="gles2-only ieee1394 usb" +IUSE="gles2-only usb" DEPEND=" >=dev-qt/qtdbus-${QTMIN}:5 @@ -35,7 +35,6 @@ DEPEND=" >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 >=kde-frameworks/solid-${KFMIN}:5 gles2-only? ( media-libs/mesa[gles2] ) - ieee1394? ( sys-libs/libraw1394 ) usb? ( virtual/libusb:1 ) " RDEPEND="${DEPEND} @@ -47,7 +46,6 @@ RDEPEND="${DEPEND} src_configure() { local mycmakeargs=( - $(cmake_use_find_package ieee1394 RAW1394) $(cmake_use_find_package usb USB1) )