commit: d47cedc8f64baffca977ae491e2998655e733cfc
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 30 02:47:54 2017 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Thu Mar 30 02:47:54 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d47cedc8
dev-python/twisted: Fix missed 'fi' statement.
Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30
dev-python/twisted/twisted-16.6.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/twisted/twisted-16.6.0.ebuild
b/dev-python/twisted/twisted-16.6.0.ebuild
index e1cc29b4e30..e8d10cecd29 100644
--- a/dev-python/twisted/twisted-16.6.0.ebuild
+++ b/dev-python/twisted/twisted-16.6.0.ebuild
@@ -142,6 +142,7 @@ pkg_postinst() {
einfo " ie: $ python3.6 /usr/bin/trial twisted"
einfo "There are a few known python-2.7 errors due to some
unicode issues"
einfo "which are different in Gentoo installed python-2.7"
+ fi
}
pkg_postrm(){