From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B8925158003 for ; Sun, 28 Aug 2022 17:59:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04D27E091C; Sun, 28 Aug 2022 17:59:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E023DE091C for ; Sun, 28 Aug 2022 17:59:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1ABE5340FAF for ; Sun, 28 Aug 2022 17:59:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACE271E for ; Sun, 28 Aug 2022 17:59:52 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1661709584.ad27f80b27b5b6b16395a15044baba864725dec4.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/xfig/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/xfig/xfig-3.2.8b.ebuild X-VCS-Directories: media-gfx/xfig/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ad27f80b27b5b6b16395a15044baba864725dec4 X-VCS-Branch: master Date: Sun, 28 Aug 2022 17:59:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3b5cf78c-a29c-448c-9f9d-3caf41f99990 X-Archives-Hash: 939d97e39b9d107f09d85fe683e8a683 commit: ad27f80b27b5b6b16395a15044baba864725dec4 Author: Matt Turner gentoo org> AuthorDate: Sun Aug 28 17:59:44 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Aug 28 17:59:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad27f80b media-gfx/xfig: Call xdg_pkg_postinst in pkg_postinst Closes: https://bugs.gentoo.org/867037 Signed-off-by: Matt Turner gentoo.org> media-gfx/xfig/xfig-3.2.8b.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-gfx/xfig/xfig-3.2.8b.ebuild b/media-gfx/xfig/xfig-3.2.8b.ebuild index e25f69b210d0..41d99bb28a6a 100644 --- a/media-gfx/xfig/xfig-3.2.8b.ebuild +++ b/media-gfx/xfig/xfig-3.2.8b.ebuild @@ -48,5 +48,7 @@ src_configure() { } pkg_postinst() { + xdg_pkg_postinst + optfeature "GIF support" media-libs/netpbm virtual/imagemagick-tools }