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-vpn/riseup-vpn/
Date: Wed, 01 Sep 2021 16:42:43
Message-Id: 1630514453.c1189288ce438262458bbc1ed1adf4abd411fa41.williamh@gentoo
1 commit: c1189288ce438262458bbc1ed1adf4abd411fa41
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 1 16:12:21 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=c1189288
7
8 net-vpn/riseup-vpn: 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-vpn/riseup-vpn/riseup-vpn-0.21.6.ebuild | 1 -
14 1 file changed, 1 deletion(-)
15
16 diff --git a/net-vpn/riseup-vpn/riseup-vpn-0.21.6.ebuild b/net-vpn/riseup-vpn/riseup-vpn-0.21.6.ebuild
17 index c2c5eb8da77..3b22b5554ae 100644
18 --- a/net-vpn/riseup-vpn/riseup-vpn-0.21.6.ebuild
19 +++ b/net-vpn/riseup-vpn/riseup-vpn-0.21.6.ebuild
20 @@ -133,5 +133,4 @@ src_install() {
21
22 pkg_postinst() {
23 xdg_pkg_postinst
24 - go-module_pkg_postinst
25 }