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 45B5815817D for ; Fri, 14 Jun 2024 18:06:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91D7AE2B44; Fri, 14 Jun 2024 18:05:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3FC27E2B44 for ; Fri, 14 Jun 2024 18:05:59 +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 8AD60335CAF for ; Fri, 14 Jun 2024 18:05:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2523716D9 for ; Fri, 14 Jun 2024 18:05:57 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1718388342.eb0554bdef6b6ec735391cfe0f202e4a87e850d2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libdisplay-info/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libdisplay-info/libdisplay-info-0.1.1.ebuild X-VCS-Directories: media-libs/libdisplay-info/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: eb0554bdef6b6ec735391cfe0f202e4a87e850d2 X-VCS-Branch: master Date: Fri, 14 Jun 2024 18:05:57 +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: 11941a9d-e2b4-428d-9c85-9e495533c474 X-Archives-Hash: 614d375d24f93f1cee1925a75f645c16 commit: eb0554bdef6b6ec735391cfe0f202e4a87e850d2 Author: Sam James gentoo org> AuthorDate: Fri Jun 14 18:05:42 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 14 18:05:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb0554bd media-libs/libdisplay-info: Keyword 0.1.1 arm, #934305 Signed-off-by: Sam James gentoo.org> media-libs/libdisplay-info/libdisplay-info-0.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libdisplay-info/libdisplay-info-0.1.1.ebuild b/media-libs/libdisplay-info/libdisplay-info-0.1.1.ebuild index 1287df60da3c..6c147ce2cb64 100644 --- a/media-libs/libdisplay-info/libdisplay-info-0.1.1.ebuild +++ b/media-libs/libdisplay-info/libdisplay-info-0.1.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://gitlab.freedesktop.org/emersion/${PN}/-/releases/${PV}/download LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm64 ~loong ppc64 ~riscv x86" +KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv x86" IUSE="test" RESTRICT="!test? ( test )"