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 84F6E15808B for ; Wed, 9 Feb 2022 21:25:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4782E0864; Wed, 9 Feb 2022 21:25:13 +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 EB12EE0864 for ; Wed, 9 Feb 2022 21:25:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1FA42340FDB for ; Wed, 9 Feb 2022 21:25:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B30022A0 for ; Wed, 9 Feb 2022 21:25:09 +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: <1644441890.17811aff69b19e400d3bf41e84c494a929e33e9e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kinfocenter/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/kinfocenter/kinfocenter-5.24.0.ebuild X-VCS-Directories: kde-plasma/kinfocenter/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 17811aff69b19e400d3bf41e84c494a929e33e9e X-VCS-Branch: master Date: Wed, 9 Feb 2022 21:25:09 +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: 3e5a4039-b2d1-4118-ba2d-19fb972bbb10 X-Archives-Hash: 51febbf6be926dff2ed0e87d7d387012 commit: 17811aff69b19e400d3bf41e84c494a929e33e9e Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Feb 9 20:06:34 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 9 21:24:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17811aff kde-plasma/kinfocenter: Fix typo Reported-by: Till Schäfer uni-dortmund.de> Closes: 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.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/kinfocenter/kinfocenter-5.24.0.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.24.0.ebuild index dd00438ec4c2..ecad66875ea1 100644 --- a/kde-plasma/kinfocenter/kinfocenter-5.24.0.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-5.24.0.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 }