diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2017-03-29 19:47:54 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2017-03-29 19:47:54 -0700 |
commit | d47cedc8f64baffca977ae491e2998655e733cfc (patch) | |
tree | 82c3ed07861206922833c2be4ff0f7c4e9085740 /dev-python/twisted | |
parent | dev-python/twisted: Version bump (diff) | |
download | gentoo-d47cedc8f64baffca977ae491e2998655e733cfc.tar.gz gentoo-d47cedc8f64baffca977ae491e2998655e733cfc.tar.bz2 gentoo-d47cedc8f64baffca977ae491e2998655e733cfc.zip |
dev-python/twisted: Fix missed 'fi' statement.
Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30
Diffstat (limited to 'dev-python/twisted')
-rw-r--r-- | dev-python/twisted/twisted-16.6.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/twisted/twisted-16.6.0.ebuild b/dev-python/twisted/twisted-16.6.0.ebuild index e1cc29b4e308..e8d10cecd299 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(){ |