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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A94831580B3 for ; Wed, 1 Sep 2021 16:42:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 822CAE0885; Wed, 1 Sep 2021 16:42:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6914FE0885 for ; Wed, 1 Sep 2021 16:42:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2E4453407AF for ; Wed, 1 Sep 2021 16:42:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCFDA9B for ; Wed, 1 Sep 2021 16:42:37 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1630514453.4f7fa6cf2888e47f00b75e6c47d8f4a015711ba2.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/coredns/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/coredns/coredns-1.8.3.ebuild X-VCS-Directories: net-dns/coredns/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 4f7fa6cf2888e47f00b75e6c47d8f4a015711ba2 X-VCS-Branch: master Date: Wed, 1 Sep 2021 16:42:37 +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: 7ce38d50-7e2d-4e46-bbf8-445f0d574770 X-Archives-Hash: 869b5436cf85ba1808f835afbbd203c3 commit: 4f7fa6cf2888e47f00b75e6c47d8f4a015711ba2 Author: William Hubbs gentoo org> AuthorDate: Wed Sep 1 16:12:20 2021 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Sep 1 16:40:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f7fa6cf net-dns/coredns: drop calls to go-module_pkg_postinst Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: William Hubbs gentoo.org> net-dns/coredns/coredns-1.8.3.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/net-dns/coredns/coredns-1.8.3.ebuild b/net-dns/coredns/coredns-1.8.3.ebuild index 14b4e4767af..184cef43304 100644 --- a/net-dns/coredns/coredns-1.8.3.ebuild +++ b/net-dns/coredns/coredns-1.8.3.ebuild @@ -911,6 +911,5 @@ src_test() { pkg_postinst() { fcaps_pkg_postinst - go-module_pkg_postinst tmpfiles_process ${PN}.conf }