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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6D1A313835C for ; Sun, 7 Feb 2021 17:07:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36420E086E; Sun, 7 Feb 2021 17:07:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ABB14E086E for ; Sun, 7 Feb 2021 17:07:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 89659343AFC for ; Sun, 7 Feb 2021 17:07:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 256BC4C0 for ; Sun, 7 Feb 2021 17:07:54 +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: <1612717655.22f6fa7bde4dfb96f042e7ead0620b09f7a4ef7f.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_pre20201230.ebuild X-VCS-Directories: sys-apps/edid-decode/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 22f6fa7bde4dfb96f042e7ead0620b09f7a4ef7f X-VCS-Branch: master Date: Sun, 7 Feb 2021 17:07:54 +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: a984f81f-180e-41e7-bb28-6aeec2f40b01 X-Archives-Hash: 1380fdebbe0162196bc2425b790fa6b9 commit: 22f6fa7bde4dfb96f042e7ead0620b09f7a4ef7f Author: Conrad Kostecki gentoo org> AuthorDate: Sun Feb 7 17:05:45 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Feb 7 17:07:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22f6fa7b sys-apps/edid-decode: x86 stable Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Conrad Kostecki gentoo.org> sys-apps/edid-decode/edid-decode-0_pre20201230.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/edid-decode/edid-decode-0_pre20201230.ebuild b/sys-apps/edid-decode/edid-decode-0_pre20201230.ebuild index e7a9544fe07..50b8e6af19f 100644 --- a/sys-apps/edid-decode/edid-decode-0_pre20201230.ebuild +++ b/sys-apps/edid-decode/edid-decode-0_pre20201230.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Decode EDID data in a human-readable format" HOMEPAGE="https://git.linuxtv.org/edid-decode.git/" SRC_URI="https://dev.gentoo.org/~conikost/files/${P}.tar.gz" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" LICENSE="MIT" SLOT="0" IUSE="examples"