summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-09-15 03:09:33 +0000
committerSam James <sam@gentoo.org>2020-09-15 03:32:48 +0000
commit00130101a7fb88f14b3685dbcdb8dc3c56a04fdf (patch)
tree47b6b5529c9d16150e32399b1a33269665229ac0 /app-emulation/gxemul/files/0.6.0-fix-mymkstemp.patch
parentapp-misc/vittk: rename configure.in (diff)
downloadgentoo-00130101a7fb88f14b3685dbcdb8dc3c56a04fdf.tar.gz
gentoo-00130101a7fb88f14b3685dbcdb8dc3c56a04fdf.tar.bz2
gentoo-00130101a7fb88f14b3685dbcdb8dc3c56a04fdf.zip
app-emulation/gxemul: bump to EAPI 7
Closes: https://bugs.gentoo.org/742050 Closes: https://bugs.gentoo.org/734226 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/gxemul/files/0.6.0-fix-mymkstemp.patch')
-rw-r--r--app-emulation/gxemul/files/0.6.0-fix-mymkstemp.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-emulation/gxemul/files/0.6.0-fix-mymkstemp.patch b/app-emulation/gxemul/files/0.6.0-fix-mymkstemp.patch
deleted file mode 100644
index 80d69f92c827..000000000000
--- a/app-emulation/gxemul/files/0.6.0-fix-mymkstemp.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/old_main/misc.cc 2012-11-03 08:47:34.309732354 +0000
-+++ src/old_main/misc.cc.new 2012-11-03 08:47:02.096573614 +0000
-@@ -122,7 +122,7 @@
- p++;
- }
-
-- h = open(templ, O_RDWR, 0600);
-+ h = open(templ, O_CREAT | O_RDWR, 0600);
- return h;
- }
-