commit: 6c4e592e5f49feecebe0f382a97266abf5a6b0bb Author: Yuan Liao <liaoyuan <AT> gmail <DOT> com> AuthorDate: Sat Jun 3 17:44:48 2023 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> 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 <liaoyuan <AT> 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
