summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-08-04 22:19:14 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-08-05 10:26:33 +0200
commitfc883cc48414103267d1244f9e0978679637d432 (patch)
treee5fe54212dfc253424c7476fd9962fd3a6afb87c /app-text/gv/files
parentsci-libs/gdal: python3_9 (diff)
downloadgentoo-fc883cc48414103267d1244f9e0978679637d432.tar.gz
gentoo-fc883cc48414103267d1244f9e0978679637d432.tar.bz2
gentoo-fc883cc48414103267d1244f9e0978679637d432.zip
app-text/gv: Drop 3.7.3-r1
Closes: https://bugs.gentoo.org/724026 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text/gv/files')
-rw-r--r--app-text/gv/files/gv-3.7.3-libXaw3d-1.6.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/app-text/gv/files/gv-3.7.3-libXaw3d-1.6.patch b/app-text/gv/files/gv-3.7.3-libXaw3d-1.6.patch
deleted file mode 100644
index 76c88b158b27..000000000000
--- a/app-text/gv/files/gv-3.7.3-libXaw3d-1.6.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-This piece of code is from libXaw3d-1.6/src/Scrollbar.c (Line 644)
-
-http://bugs.gentoo.org/399753
-
---- src/Scrollbar.c
-+++ src/Scrollbar.c
-@@ -1006,7 +1006,7 @@
- TOPLOC = newtop;
- SHOWNLENGTH = newbot-newtop+1;
-
-- (*swclass->threeD_class.shadowdraw) (w, event, region, FALSE);
-+ (*swclass->threeD_class.shadowdraw) (w, event, region, sbw->threeD.relief, FALSE);
-
- ENDMESSAGE(Redisplay)
- }