Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/xfig/
Date: Sun, 28 Aug 2022 17:59:55
Message-Id: 1661709584.ad27f80b27b5b6b16395a15044baba864725dec4.mattst88@gentoo
1 commit: ad27f80b27b5b6b16395a15044baba864725dec4
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 28 17:59:44 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 28 17:59:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad27f80b
7
8 media-gfx/xfig: Call xdg_pkg_postinst in pkg_postinst
9
10 Closes: https://bugs.gentoo.org/867037
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 media-gfx/xfig/xfig-3.2.8b.ebuild | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/media-gfx/xfig/xfig-3.2.8b.ebuild b/media-gfx/xfig/xfig-3.2.8b.ebuild
17 index e25f69b210d0..41d99bb28a6a 100644
18 --- a/media-gfx/xfig/xfig-3.2.8b.ebuild
19 +++ b/media-gfx/xfig/xfig-3.2.8b.ebuild
20 @@ -48,5 +48,7 @@ src_configure() {
21 }
22
23 pkg_postinst() {
24 + xdg_pkg_postinst
25 +
26 optfeature "GIF support" media-libs/netpbm virtual/imagemagick-tools
27 }