diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-07-15 23:10:03 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-07-15 23:42:03 +0200 |
commit | 8c05eb3533bf6c5495f1c7637d4e0df47a6c3074 (patch) | |
tree | 0d63eafd28d8470c3b69d7ee1d9160a3946e93d1 /dev-python/urwid | |
parent | net-dns/unbound: fix libsodium dep (diff) | |
download | gentoo-8c05eb3533bf6c5495f1c7637d4e0df47a6c3074.tar.gz gentoo-8c05eb3533bf6c5495f1c7637d4e0df47a6c3074.tar.bz2 gentoo-8c05eb3533bf6c5495f1c7637d4e0df47a6c3074.zip |
dev-python/urwid: add missing die.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'dev-python/urwid')
-rw-r--r-- | dev-python/urwid/urwid-1.3.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/urwid/urwid-1.3.1.ebuild b/dev-python/urwid/urwid-1.3.1.ebuild index 71047820e1b7..5ef27046c964 100644 --- a/dev-python/urwid/urwid-1.3.1.ebuild +++ b/dev-python/urwid/urwid-1.3.1.ebuild @@ -23,16 +23,16 @@ DEPEND=" " PATCHES=( - "${FILESDIR}"/${PN}-1.1.0-sphinx.patch - "${FILESDIR}"/urwid-1.3.1-test-vterm-EINTR.patch + "${FILESDIR}/${PN}-1.1.0-sphinx.patch" + "${FILESDIR}/${PN}-1.3.1-test-vterm-EINTR.patch" ) python_compile_all() { - if use doc ; then + if use doc; then if python_is_python3; then 2to3 -nw --no-diffs docs/conf.py || die fi - cd docs + cd docs || die sphinx-build . _build/html || die fi } |