commit: 2e5f19e29b7e874b1593bcfed42dab8f2c33f9f0 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sun Oct 13 07:47:24 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Oct 13 15:31:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e5f19e2
net-misc/gns3-gui: drop sentry-sdk dep Upstream is going to make sentry-sdk optional and it should be already possbile to run gns3 without it. Bug: https://github.com/GNS3/gns3-server/issues/2423 Bug: https://bugs.gentoo.org/937896 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/38970 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../gns3-gui/{gns3-gui-2.2.48.1.ebuild => gns3-gui-2.2.48.1-r1.ebuild} | 1 - net-misc/gns3-gui/{gns3-gui-2.2.49.ebuild => gns3-gui-2.2.49-r1.ebuild} | 1 - 2 files changed, 2 deletions(-) diff --git a/net-misc/gns3-gui/gns3-gui-2.2.48.1.ebuild b/net-misc/gns3-gui/gns3-gui-2.2.48.1-r1.ebuild similarity index 95% rename from net-misc/gns3-gui/gns3-gui-2.2.48.1.ebuild rename to net-misc/gns3-gui/gns3-gui-2.2.48.1-r1.ebuild index 031b643becd8..64018b412299 100644 --- a/net-misc/gns3-gui/gns3-gui-2.2.48.1.ebuild +++ b/net-misc/gns3-gui/gns3-gui-2.2.48.1-r1.ebuild @@ -21,7 +21,6 @@ RDEPEND=" >=dev-python/distro-1.9.0[${PYTHON_USEDEP}] >=dev-python/jsonschema-4.22.0[${PYTHON_USEDEP}] >=dev-python/psutil-6.0.0[${PYTHON_USEDEP}] - >=dev-python/sentry-sdk-2.7.1[${PYTHON_USEDEP}] >=dev-python/truststore-0.9.1[${PYTHON_USEDEP}] ~net-misc/gns3-server-${PV}[${PYTHON_USEDEP}] dev-python/PyQt5[gui,network,svg,websockets,widgets,${PYTHON_USEDEP}] diff --git a/net-misc/gns3-gui/gns3-gui-2.2.49.ebuild b/net-misc/gns3-gui/gns3-gui-2.2.49-r1.ebuild similarity index 95% rename from net-misc/gns3-gui/gns3-gui-2.2.49.ebuild rename to net-misc/gns3-gui/gns3-gui-2.2.49-r1.ebuild index 93da65fee60e..2f66a77ac412 100644 --- a/net-misc/gns3-gui/gns3-gui-2.2.49.ebuild +++ b/net-misc/gns3-gui/gns3-gui-2.2.49-r1.ebuild @@ -21,7 +21,6 @@ RDEPEND=" >=dev-python/distro-1.9.0[${PYTHON_USEDEP}] >=dev-python/jsonschema-4.23.0[${PYTHON_USEDEP}] >=dev-python/psutil-6.0.0[${PYTHON_USEDEP}] - >=dev-python/sentry-sdk-2.12[${PYTHON_USEDEP}] >=dev-python/truststore-0.9.1[${PYTHON_USEDEP}] ~net-misc/gns3-server-${PV}[${PYTHON_USEDEP}] dev-python/PyQt5[gui,network,svg,websockets,widgets,${PYTHON_USEDEP}]
