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 709AB158087 for ; Sat, 15 Jan 2022 15:32:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCCF02BC00B; Sat, 15 Jan 2022 15:32:09 +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 9CDEA2BC00B for ; Sat, 15 Jan 2022 15:32:09 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 43930342F0E for ; Sat, 15 Jan 2022 15:32:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 946D3261 for ; Sat, 15 Jan 2022 15:32:06 +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: <1642260713.927032e9a85264bf406a5f2c7861dff064ad6c51.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.23.5-r1.ebuild X-VCS-Directories: kde-plasma/kinfocenter/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 927032e9a85264bf406a5f2c7861dff064ad6c51 X-VCS-Branch: master Date: Sat, 15 Jan 2022 15:32:06 +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: 00592cd0-569c-4743-8d80-2dc8006c3999 X-Archives-Hash: f4d762b6411e78280dc1acd6cca81672 commit: 927032e9a85264bf406a5f2c7861dff064ad6c51 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 15 15:31:44 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 15 15:31:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=927032e9 kde-plasma/kinfocenter: Restore keywords, optfeature is nonfatal Only app-misc/wayland-utils needs keywording. Bug: https://bugs.gentoo.org/830645 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kinfocenter/kinfocenter-5.23.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/kinfocenter/kinfocenter-5.23.5-r1.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.23.5-r1.ebuild index b1d7aea2ad1b..771923518700 100644 --- a/kde-plasma/kinfocenter/kinfocenter-5.23.5-r1.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-5.23.5-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI+=" https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-s LICENSE="GPL-2" # TODO: CHECK SLOT="5" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" IUSE="gles2-only ieee1394 +opengl +pci usb +X" REQUIRED_USE="opengl? ( X )"