commit:     f8c5cc7f6f1f18de0e918a13eecda41bf771ec14
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed May 10 18:17:43 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu May 11 20:28:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8c5cc7f

media-gfx/asymptote: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30977
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../asymptote/files/asymptote-2.70-xdg-utils.patch | 23 ----------------------
 1 file changed, 23 deletions(-)

diff --git a/media-gfx/asymptote/files/asymptote-2.70-xdg-utils.patch 
b/media-gfx/asymptote/files/asymptote-2.70-xdg-utils.patch
deleted file mode 100644
index bf7b50973e36..000000000000
--- a/media-gfx/asymptote/files/asymptote-2.70-xdg-utils.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Только в asymptote-2.67.orig: .pc
-Index: asymptote-2.70/settings.cc
-===================================================================
---- asymptote-2.70.orig/settings.cc
-+++ asymptote-2.70/settings.cc
-@@ -101,13 +101,13 @@ string defaultPSViewer="open";
- string defaultPDFViewer="open";
- string defaultHTMLViewer="open";
- #else
--string defaultPSViewer="gv";
--string defaultPDFViewer="acroread";
--string defaultHTMLViewer="google-chrome";
-+string defaultPSViewer="xdg-open";
-+string defaultPDFViewer="xdg-open";
-+string defaultHTMLViewer="xdg-open";
- #endif
- string defaultGhostscript="gs";
- string defaultGhostscriptLibrary="";
--string defaultDisplay="display";
-+string defaultDisplay="xdg-open";
- string defaultAnimate="animate";
- void queryRegistry() {}
- const string dirsep="/";

Reply via email to