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 01870158013 for ; Sat, 9 Dec 2023 13:18:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF93C2BC023; Sat, 9 Dec 2023 13:18:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9FB562BC022 for ; Sat, 9 Dec 2023 13:18:22 +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 AD359340821 for ; Sat, 9 Dec 2023 13:18:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E64631491 for ; Sat, 9 Dec 2023 13:18:19 +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: <1702127858.92d07f6788c1bdd0836c032064d84123c0c4f8cb.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: 92d07f6788c1bdd0836c032064d84123c0c4f8cb X-VCS-Branch: master Date: Sat, 9 Dec 2023 13:18:19 +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: a4366264-fd0a-4dcb-9100-edb773ce8cad X-Archives-Hash: 17191df1e905b02a9eeaac7556128cf6 commit: 92d07f6788c1bdd0836c032064d84123c0c4f8cb Author: Sam James gentoo org> AuthorDate: Sat Dec 9 13:17:38 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 9 13:17:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92d07f67 media-libs/libdisplay-info: Keyword 0.1.1 arm64, #919244 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 f16582a4c0d7..fc07c66a1457 100644 --- a/media-libs/libdisplay-info/libdisplay-info-0.1.1.ebuild +++ b/media-libs/libdisplay-info/libdisplay-info-0.1.1.ebuild @@ -10,7 +10,7 @@ inherit meson python-any-r1 DESCRIPTION="Simple framework for writing Vulkan layers" HOMEPAGE="https://gitlab.freedesktop.org/emersion/libdisplay-info" SRC_URI="https://gitlab.freedesktop.org/emersion/${PN}/-/releases/${PV}/downloads/${P}.tar.xz" -KEYWORDS="amd64 ~riscv" +KEYWORDS="amd64 ~arm64 ~riscv" LICENSE="MIT" SLOT="0" IUSE="test"