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 DC78F158020 for ; Sat, 15 Oct 2022 19:34:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2639DE0870; Sat, 15 Oct 2022 19:34:07 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0D4C4E0870 for ; Sat, 15 Oct 2022 19:34:07 +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 0FFF5340FAA for ; Sat, 15 Oct 2022 19:34:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8039161F for ; Sat, 15 Oct 2022 19:34:03 +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: <1665862412.cdd6159e3ddf26eaa0553e0cdfb26317014f92f6.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libbacktrace/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild X-VCS-Directories: sys-libs/libbacktrace/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: cdd6159e3ddf26eaa0553e0cdfb26317014f92f6 X-VCS-Branch: master Date: Sat, 15 Oct 2022 19:34:03 +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: 1b6a01f5-d346-451d-baeb-6bec66c8c6b2 X-Archives-Hash: c6c0368052ae077095e45c45b713ff9c commit: cdd6159e3ddf26eaa0553e0cdfb26317014f92f6 Author: Conrad Kostecki gentoo org> AuthorDate: Sat Oct 15 19:23:21 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Oct 15 19:33:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdd6159e sys-libs/libbacktrace: fix QA BadDescription Signed-off-by: Conrad Kostecki gentoo.org> sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild b/sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild index bcaf60538365..5259affb812a 100644 --- a/sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild +++ b/sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit autotools -DESCRIPTION="A C library that may be linked into a C/C++ program to produce symbolic backtraces" +DESCRIPTION="C library that may be linked into a C/C++ program to produce symbolic backtraces" HOMEPAGE="https://github.com/ianlancetaylor/libbacktrace" COMMITHASH="8602fda64e78f1f46563220f2ee9f7e70819c51d"