Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/coredns/
Date: Wed, 01 Sep 2021 16:42:41
Message-Id: 1630514453.4f7fa6cf2888e47f00b75e6c47d8f4a015711ba2.williamh@gentoo
1 commit: 4f7fa6cf2888e47f00b75e6c47d8f4a015711ba2
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 1 16:12:20 2021 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 1 16:40:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f7fa6cf
7
8 net-dns/coredns: drop calls to go-module_pkg_postinst
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
12
13 net-dns/coredns/coredns-1.8.3.ebuild | 1 -
14 1 file changed, 1 deletion(-)
15
16 diff --git a/net-dns/coredns/coredns-1.8.3.ebuild b/net-dns/coredns/coredns-1.8.3.ebuild
17 index 14b4e4767af..184cef43304 100644
18 --- a/net-dns/coredns/coredns-1.8.3.ebuild
19 +++ b/net-dns/coredns/coredns-1.8.3.ebuild
20 @@ -911,6 +911,5 @@ src_test() {
21
22 pkg_postinst() {
23 fcaps_pkg_postinst
24 - go-module_pkg_postinst
25 tmpfiles_process ${PN}.conf
26 }