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 C50E015806E for ; Sun, 4 Jun 2023 06:20:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE975E0877; Sun, 4 Jun 2023 06:20:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A435EE0872 for ; Sun, 4 Jun 2023 06:20:56 +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 EA3A0340FF6 for ; Sun, 4 Jun 2023 06:20:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49BBDA97 for ; Sun, 4 Jun 2023 06:20:52 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1685814288.6c4e592e5f49feecebe0f382a97266abf5a6b0bb.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 6c4e592e5f49feecebe0f382a97266abf5a6b0bb X-VCS-Branch: master Date: Sun, 4 Jun 2023 06:20:52 +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: 92a191df-d5fb-47d7-bb55-e9802d47464e X-Archives-Hash: 5b95fa855c9589779f7f1234aa01ccb3 commit: 6c4e592e5f49feecebe0f382a97266abf5a6b0bb Author: Yuan Liao gmail com> AuthorDate: Sat Jun 3 17:44:48 2023 +0000 Commit: Viorel Munteanu gentoo org> 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