summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-07-20 12:39:47 +0200
committerSergei Trofimovich <slyfox@gentoo.org>2018-07-23 07:41:49 +0100
commit98d8f12d88876420bd8044e18772d977f94877ae (patch)
tree93e8b33860eb2ba68a71fdecd5cd4188da66d910 /sys-fs/mtpfs/files
parentmail-client/sylpheed: stable 3.7.0 for sparc (diff)
downloadgentoo-98d8f12d88876420bd8044e18772d977f94877ae.tar.gz
gentoo-98d8f12d88876420bd8044e18772d977f94877ae.tar.bz2
gentoo-98d8f12d88876420bd8044e18772d977f94877ae.zip
sys-fs/mtpfs: EAPI7, improve ebuild
Closes: https://github.com/gentoo/gentoo/pull/9294
Diffstat (limited to 'sys-fs/mtpfs/files')
-rw-r--r--sys-fs/mtpfs/files/mtpfs-1.1-unitialized-variable.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/mtpfs/files/mtpfs-1.1-unitialized-variable.patch b/sys-fs/mtpfs/files/mtpfs-1.1-unitialized-variable.patch
index fb49624515b8..f322d4770ab2 100644
--- a/sys-fs/mtpfs/files/mtpfs-1.1-unitialized-variable.patch
+++ b/sys-fs/mtpfs/files/mtpfs-1.1-unitialized-variable.patch
@@ -1,6 +1,6 @@
https://bugs.gentoo.org/556690
---- mtpfs.c.old 2015-08-04 21:56:13.080712801 +0200
-+++ mtpfs.c 2015-08-04 21:20:54.822965092 +0200
+--- a/mtpfs.c 2015-08-04 21:56:13.080712801 +0200
++++ b/mtpfs.c 2015-08-04 21:20:54.822965092 +0200
@@ -1324,7 +1324,7 @@ main (int argc, char *argv[])
LIBMTP_raw_device_t * rawdevices;
int numrawdevices;