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 A7F411382C5 for ; Wed, 6 Jan 2021 12:22:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02A9BE08EB; Wed, 6 Jan 2021 12:22:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DAD7CE08EB for ; Wed, 6 Jan 2021 12:22:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 184FF340EEB for ; Wed, 6 Jan 2021 12:22:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74E3D53 for ; Wed, 6 Jan 2021 12:22:23 +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: <1609935709.951bae34c92bf00376daefb4bb4c834a0b3ff0dd.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: 951bae34c92bf00376daefb4bb4c834a0b3ff0dd X-VCS-Branch: master Date: Wed, 6 Jan 2021 12:22:23 +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: 7f5eda6b-6b53-4875-9321-90a228b06a71 X-Archives-Hash: 37dbe300a8b8999824b4a703acb09ec8 commit: 951bae34c92bf00376daefb4bb4c834a0b3ff0dd Author: Conrad Kostecki gentoo org> AuthorDate: Wed Jan 6 12:21:24 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Jan 6 12:21:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=951bae34 sys-apps/edid-decode: fix EGIT_COMMIT Closes: https://bugs.gentoo.org/764011 Package-Manager: Portage-3.0.12, 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 e7dde9be1d5..fc373b025e2 100644 --- a/sys-apps/edid-decode/edid-decode-0_pre20201230.ebuild +++ b/sys-apps/edid-decode/edid-decode-0_pre20201230.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit toolchain-funcs -EGIT_COMMIT="56dd103a0c20724ee956950f5bcb8cc1c8667af9" +EGIT_COMMIT="95d81c95f89424bc5ff541d941eeea4addeeda1c" MY_P="${PN}-${EGIT_COMMIT}" DESCRIPTION="Decode EDID data in a human-readable format"