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 5FC8E15808D for ; Mon, 18 Apr 2022 20:09:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A1A1E085E; Mon, 18 Apr 2022 20:09:21 +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 6A58DE0874 for ; Mon, 18 Apr 2022 20:09:20 +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 5134F3416E4 for ; Mon, 18 Apr 2022 20:09:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EE15177 for ; Mon, 18 Apr 2022 20:09:16 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1650312465.c4dae5b31b45f0f0f0c41f2e19cb1817ff1a45bd.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/edid-decode/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/edid-decode/edid-decode-0_pre20220319.ebuild X-VCS-Directories: sys-apps/edid-decode/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: c4dae5b31b45f0f0f0c41f2e19cb1817ff1a45bd X-VCS-Branch: master Date: Mon, 18 Apr 2022 20:09:16 +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: 77f09a46-1e91-4827-b8bf-98311a4185cf X-Archives-Hash: 4ec7927383b1174c1f5d23e1d0a3aa90 commit: c4dae5b31b45f0f0f0c41f2e19cb1817ff1a45bd Author: Conrad Kostecki gentoo org> AuthorDate: Mon Apr 18 20:07:45 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Apr 18 20:07:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4dae5b3 sys-apps/edid-decode: amd64 stable Signed-off-by: Conrad Kostecki gentoo.org> sys-apps/edid-decode/edid-decode-0_pre20220319.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/edid-decode/edid-decode-0_pre20220319.ebuild b/sys-apps/edid-decode/edid-decode-0_pre20220319.ebuild index 4e2a8c135680..05982ba38ee4 100644 --- a/sys-apps/edid-decode/edid-decode-0_pre20220319.ebuild +++ b/sys-apps/edid-decode/edid-decode-0_pre20220319.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://git.linuxtv.org/edid-decode.git/" SRC_URI="https://dev.gentoo.org/~conikost/files/${P}.tar.gz" S="${WORKDIR}/${MY_P}" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" LICENSE="MIT" SLOT="0" IUSE="examples"