Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/twisted/
Date: Thu, 30 Mar 2017 02:48:23
Message-Id: 1490842074.d47cedc8f64baffca977ae491e2998655e733cfc.dolsen@gentoo
1 commit: d47cedc8f64baffca977ae491e2998655e733cfc
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 30 02:47:54 2017 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 30 02:47:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d47cedc8
7
8 dev-python/twisted: Fix missed 'fi' statement.
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30
11
12 dev-python/twisted/twisted-16.6.0.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-python/twisted/twisted-16.6.0.ebuild b/dev-python/twisted/twisted-16.6.0.ebuild
16 index e1cc29b4e30..e8d10cecd29 100644
17 --- a/dev-python/twisted/twisted-16.6.0.ebuild
18 +++ b/dev-python/twisted/twisted-16.6.0.ebuild
19 @@ -142,6 +142,7 @@ pkg_postinst() {
20 einfo " ie: $ python3.6 /usr/bin/trial twisted"
21 einfo "There are a few known python-2.7 errors due to some unicode issues"
22 einfo "which are different in Gentoo installed python-2.7"
23 + fi
24 }
25
26 pkg_postrm(){