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 40D6115806E for ; Sat, 3 Jun 2023 18:01:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 512B7E087A; Sat, 3 Jun 2023 18:01:57 +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 305E6E087A for ; Sat, 3 Jun 2023 18:01:57 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 102F7341036 for ; Sat, 3 Jun 2023 18:01:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FA15A85 for ; Sat, 3 Jun 2023 18:01:54 +0000 (UTC) From: "Yuan Liao" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yuan Liao" Message-ID: <1685814288.6c4e592e5f49feecebe0f382a97266abf5a6b0bb.liaoyuan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/extension-manager/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gnome-extra/extension-manager/extension-manager-0.3.2.ebuild X-VCS-Directories: gnome-extra/extension-manager/ X-VCS-Committer: liaoyuan X-VCS-Committer-Name: Yuan Liao X-VCS-Revision: 6c4e592e5f49feecebe0f382a97266abf5a6b0bb X-VCS-Branch: dev Date: Sat, 3 Jun 2023 18:01: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: 94504aad-a73b-450b-b11a-9ba7608babdf X-Archives-Hash: 2b25269b8faf08a9e150f0d275f0b735 commit: 6c4e592e5f49feecebe0f382a97266abf5a6b0bb Author: Yuan Liao gmail com> AuthorDate: Sat Jun 3 17:44:48 2023 +0000 Commit: Yuan Liao gmail com> CommitDate: Sat Jun 3 17:44:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6c4e592e gnome-extra/extension-manager: Update note for keeping 0.3.2 in repo Signed-off-by: Yuan Liao gmail.com> gnome-extra/extension-manager/extension-manager-0.3.2.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gnome-extra/extension-manager/extension-manager-0.3.2.ebuild b/gnome-extra/extension-manager/extension-manager-0.3.2.ebuild index 0d67294c4..5288e46af 100644 --- a/gnome-extra/extension-manager/extension-manager-0.3.2.ebuild +++ b/gnome-extra/extension-manager/extension-manager-0.3.2.ebuild @@ -1,9 +1,12 @@ # Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Note: This is the last upstream version that does not depend on -# sys-libs/libbacktrace. ebuilds for version 0.4.0 and above would -# have to be removed due to sys-libs/libbacktrace last rite. +# Note: This is the last version in which the upstream had not introduced +# dependency on sys-libs/libbacktrace, which has been last-rited in ::gentoo. +# +# ebuilds for newer upstream versions have to use an experimental patch that +# makes the libbacktrace dependency optional; please keep this version for +# reasonable time until the patch has been proven stable. EAPI=8