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 5991E158094 for ; Fri, 5 Aug 2022 04:12:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D711E0E36; Fri, 5 Aug 2022 04:12:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 6DD52E0E2D for ; Fri, 5 Aug 2022 04:12:25 +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 740AC34102A for ; Fri, 5 Aug 2022 04:12:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA3DF52C for ; Fri, 5 Aug 2022 04:12:22 +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: <1659672599.d438e60de88cd50a5754f058a0b6b11805f9bf6d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libunwind/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libunwind/libunwind-1.6.2-r1.ebuild X-VCS-Directories: sys-libs/libunwind/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d438e60de88cd50a5754f058a0b6b11805f9bf6d X-VCS-Branch: master Date: Fri, 5 Aug 2022 04:12:22 +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: f5e132f5-f6ce-4adb-a5c3-fb3099a78f2f X-Archives-Hash: 21bccea74ebf6b41e7cf85e2981ff0d7 commit: d438e60de88cd50a5754f058a0b6b11805f9bf6d Author: Sam James gentoo org> AuthorDate: Fri Aug 5 04:09:59 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Aug 5 04:09:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d438e60d sys-libs/libunwind: cleanup miscopied bug ref Signed-off-by: Sam James gentoo.org> sys-libs/libunwind/libunwind-1.6.2-r1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-libs/libunwind/libunwind-1.6.2-r1.ebuild b/sys-libs/libunwind/libunwind-1.6.2-r1.ebuild index fd4226b1c015..9526faf6e04f 100644 --- a/sys-libs/libunwind/libunwind-1.6.2-r1.ebuild +++ b/sys-libs/libunwind/libunwind-1.6.2-r1.ebuild @@ -10,7 +10,6 @@ LIBUNWIND_DOCS_PREBUILT=${LIBUNWIND_DOCS_PREBUILT:-1} LIBUNWIND_DOCS_PREBUILT_DEV=sam LIBUNWIND_DOCS_VERSION=$(ver_cut 1-3) # Default to generating docs (inc. man pages) if no prebuilt; overridden later -# bug #830088 LIBUNWIND_DOCS_USEFLAG="+doc" MY_PV=${PV/_/-}