Gentoo Archives: gentoo-dev

From: William Hubbs <williamh@g.o>
To: gentoo-dev@l.g.o
Cc: William Hubbs <williamh@g.o>
Subject: [gentoo-dev] [PATCH 4/9] net-dns/coredns: drop calls to go-module_pkg_postinst
Date: Sun, 29 Aug 2021 16:36:19
Message-Id: 20210829163326.32554-5-williamh@gentoo.org
In Reply to: [gentoo-dev] [PATCH 0/9] drop the go-module_pkg_postinst function by William Hubbs
1 Package-Manager: Portage-3.0.20, Repoman-3.0.3
2 Signed-off-by: William Hubbs <williamh@g.o>
3 ---
4 net-dns/coredns/coredns-1.8.3.ebuild | 1 -
5 1 file changed, 1 deletion(-)
6
7 diff --git a/net-dns/coredns/coredns-1.8.3.ebuild b/net-dns/coredns/coredns-1.8.3.ebuild
8 index 14b4e4767af..184cef43304 100644
9 --- a/net-dns/coredns/coredns-1.8.3.ebuild
10 +++ b/net-dns/coredns/coredns-1.8.3.ebuild
11 @@ -911,6 +911,5 @@ src_test() {
12
13 pkg_postinst() {
14 fcaps_pkg_postinst
15 - go-module_pkg_postinst
16 tmpfiles_process ${PN}.conf
17 }
18 --
19 2.31.1