Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gwyddion/
Date: Sun, 08 Mar 2020 11:15:17
Message-Id: 1583666076.f9d09c480f9c48cdf2895bdd67a4218651b2bb58.dilfridge@gentoo
1 commit: f9d09c480f9c48cdf2895bdd67a4218651b2bb58
2 Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 8 11:13:55 2020 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 8 11:14:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9d09c48
7
8 sci-visualization/gwyddion: Temporarily require gtk-doc, bug 710664
9
10 We use maintainer mode here anyway, just if gtk-doc isnt installed the
11 xml file is not regenerated... Hope there's a new release soon.
12
13 Closes: https://bugs.gentoo.org/710664
14 Package-Manager: Portage-2.3.89, Repoman-2.3.20
15 Signed-off-by: Andreas K. Huettel <dilfridge <AT> gentoo.org>
16
17 .../gwyddion/{gwyddion-2.55-r2.ebuild => gwyddion-2.55-r3.ebuild} | 4 +++-
18 1 file changed, 3 insertions(+), 1 deletion(-)
19
20 diff --git a/sci-visualization/gwyddion/gwyddion-2.55-r2.ebuild b/sci-visualization/gwyddion/gwyddion-2.55-r3.ebuild
21 similarity index 93%
22 rename from sci-visualization/gwyddion/gwyddion-2.55-r2.ebuild
23 rename to sci-visualization/gwyddion/gwyddion-2.55-r3.ebuild
24 index 81eb34a955a..24019e1a9a6 100644
25 --- a/sci-visualization/gwyddion/gwyddion-2.55-r2.ebuild
26 +++ b/sci-visualization/gwyddion/gwyddion-2.55-r3.ebuild
27 @@ -33,8 +33,10 @@ RDEPEND="
28
29 DEPEND="${RDEPEND}
30 virtual/pkgconfig
31 - doc? ( dev-util/gtk-doc )
32 + dev-util/gtk-doc
33 "
34 +# gtk-doc usually only needed for doc useflag, but our
35 +# mime patch requires it...
36
37 PATCHES=(
38 "${FILESDIR}/${PN}-2.55-automagic.patch"