From: Andreas K. Hüttel Date: Tue, 28 Jan 2020 00:07:46 +0000 (+0100) Subject: sci-visualization/gwyddion: Fix generated mime data X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=474366dad65b7205550ebdaccbecc231a639f638;p=gentoo.git sci-visualization/gwyddion: Fix generated mime data Patch backported from upstream trunk Closes: https://bugs.gentoo.org/706790 Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Andreas K. Hüttel --- diff --git a/sci-visualization/gwyddion/files/gwyddion-2.55-mime.patch b/sci-visualization/gwyddion/files/gwyddion-2.55-mime.patch new file mode 100644 index 000000000000..536790c1ac46 --- /dev/null +++ b/sci-visualization/gwyddion/files/gwyddion-2.55-mime.patch @@ -0,0 +1,15 @@ +Index: gwyddion/modules/file/ambprofile.c +=================================================================== +--- gwyddion/modules/file/ambprofile.c (revision 22650) ++++ gwyddion/modules/file/ambprofile.c (revision 22651) +@@ -32,8 +32,8 @@ + * Ambios XML profile data + * + * +- * +- * ++ * ++ * + * + * + * diff --git a/sci-visualization/gwyddion/gwyddion-2.55-r1.ebuild b/sci-visualization/gwyddion/gwyddion-2.55-r2.ebuild similarity index 97% rename from sci-visualization/gwyddion/gwyddion-2.55-r1.ebuild rename to sci-visualization/gwyddion/gwyddion-2.55-r2.ebuild index 7029da852fcc..af6b46015063 100644 --- a/sci-visualization/gwyddion/gwyddion-2.55-r1.ebuild +++ b/sci-visualization/gwyddion/gwyddion-2.55-r2.ebuild @@ -38,6 +38,7 @@ DEPEND="${RDEPEND} PATCHES=( "${FILESDIR}/${PN}-2.55-automagic.patch" + "${FILESDIR}/${PN}-2.55-mime.patch" ) src_prepare() {