diff options
author | Andreas K. Huettel <dilfridge@gentoo.org> | 2020-03-08 12:13:55 +0100 |
---|---|---|
committer | Andreas K. Huettel <dilfridge@gentoo.org> | 2020-03-08 12:14:36 +0100 |
commit | f9d09c480f9c48cdf2895bdd67a4218651b2bb58 (patch) | |
tree | 03436144cd89011429409e2c54a8c221d3c3e537 /sci-visualization/gwyddion | |
parent | app-editors/gummi: x86 stable wrt bug #711752 (diff) | |
download | gentoo-f9d09c480f9c48cdf2895bdd67a4218651b2bb58.tar.gz gentoo-f9d09c480f9c48cdf2895bdd67a4218651b2bb58.tar.bz2 gentoo-f9d09c480f9c48cdf2895bdd67a4218651b2bb58.zip |
sci-visualization/gwyddion: Temporarily require gtk-doc, bug 710664
We use maintainer mode here anyway, just if gtk-doc isnt installed the
xml file is not regenerated... Hope there's a new release soon.
Closes: https://bugs.gentoo.org/710664
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>
Diffstat (limited to 'sci-visualization/gwyddion')
-rw-r--r-- | sci-visualization/gwyddion/gwyddion-2.55-r3.ebuild (renamed from sci-visualization/gwyddion/gwyddion-2.55-r2.ebuild) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-visualization/gwyddion/gwyddion-2.55-r2.ebuild b/sci-visualization/gwyddion/gwyddion-2.55-r3.ebuild index 81eb34a955ae..24019e1a9a65 100644 --- a/sci-visualization/gwyddion/gwyddion-2.55-r2.ebuild +++ b/sci-visualization/gwyddion/gwyddion-2.55-r3.ebuild @@ -33,8 +33,10 @@ RDEPEND=" DEPEND="${RDEPEND} virtual/pkgconfig - doc? ( dev-util/gtk-doc ) + dev-util/gtk-doc " +# gtk-doc usually only needed for doc useflag, but our +# mime patch requires it... PATCHES=( "${FILESDIR}/${PN}-2.55-automagic.patch" |