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 D389915808B for ; Wed, 9 Feb 2022 20:30:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19857E083D; Wed, 9 Feb 2022 20:30:29 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A1103E0844 for ; Wed, 9 Feb 2022 20:30:28 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65891342D1A for ; Wed, 9 Feb 2022 20:30:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF8442B2 for ; Wed, 9 Feb 2022 20:30:25 +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: <1644438583.ab07e0195f99155803d70422274221b2f11643aa.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-5.24.49.9999.ebuild 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: ab07e0195f99155803d70422274221b2f11643aa X-VCS-Branch: master Date: Wed, 9 Feb 2022 20:30:25 +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: 8e976878-5530-4204-8e75-c712f98c80ec X-Archives-Hash: 8d1c97ded3b6d9c46eb04a0a8876f87a commit: ab07e0195f99155803d70422274221b2f11643aa Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Feb 9 20:06:34 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 9 20:29:43 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ab07e019 kde-plasma/kinfocenter: Fix typo Reported-by: Till Schäfer uni-dortmund.de> Bug: https://bugs.gentoo.org/832984 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kinfocenter/kinfocenter-5.24.49.9999.ebuild | 2 +- kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-plasma/kinfocenter/kinfocenter-5.24.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.24.49.9999.ebuild index bc98ab60fa..33c5e6184f 100644 --- a/kde-plasma/kinfocenter/kinfocenter-5.24.49.9999.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-5.24.49.9999.ebuild @@ -72,7 +72,7 @@ pkg_postinst() { fi optfeature "Wayland information module" app-misc/wayland-utils optfeature "OpenGL information module" x11-apps/mesa-progs - optfeature "PCI devices information module" sys-apps/pciutil + optfeature "PCI devices information module" sys-apps/pciutils optfeature "X Server information module" x11-apps/xdpyinfo ecm_pkg_postinst } diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild index ed0b4d474b..d48aeb7f1b 100644 --- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild @@ -72,7 +72,7 @@ pkg_postinst() { fi optfeature "Wayland information module" app-misc/wayland-utils optfeature "OpenGL information module" x11-apps/mesa-progs - optfeature "PCI devices information module" sys-apps/pciutil + optfeature "PCI devices information module" sys-apps/pciutils optfeature "X Server information module" x11-apps/xdpyinfo ecm_pkg_postinst }