diff options
author | Sebastian Pipping <sping@gentoo.org> | 2018-08-15 16:01:22 +0200 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2018-08-15 16:03:18 +0200 |
commit | c7c611da821cd3c51af7200ac3c3cc41d221b17e (patch) | |
tree | e23ff7b7a64b88c883775e8ca955eababcc103a1 /dev-python/logbook/files | |
parent | gnome-extra/gnome-commander: update URL to changelog and issue tracker (diff) | |
download | gentoo-c7c611da821cd3c51af7200ac3c3cc41d221b17e.tar.gz gentoo-c7c611da821cd3c51af7200ac3c3cc41d221b17e.tar.bz2 gentoo-c7c611da821cd3c51af7200ac3c3cc41d221b17e.zip |
dev-python/logbook: 1.4.0
Also fix patch to support EAPI 6.
Bug: https://bugs.gentoo.org/661594
Package-Manager: Portage-2.3.46, Repoman-2.3.10
Diffstat (limited to 'dev-python/logbook/files')
-rw-r--r-- | dev-python/logbook/files/logbook-0.4.2-objectsinv.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/logbook/files/logbook-0.4.2-objectsinv.patch b/dev-python/logbook/files/logbook-0.4.2-objectsinv.patch index 28b26f0bc9a3..2575f862eded 100644 --- a/dev-python/logbook/files/logbook-0.4.2-objectsinv.patch +++ b/dev-python/logbook/files/logbook-0.4.2-objectsinv.patch @@ -1,7 +1,7 @@ Prevent unwanted d'loading of un-needed objects.inv files diff -ur logbook-0.4.2.orig/docs/conf.py logbook-0.4.2/docs/conf.py ---- docs/conf.py 2013-06-02 19:31:32.000000000 +0800 -+++ docs/conf.py 2013-06-30 10:50:38.604402792 +0800 +--- logbook-0.4.2/docs/conf.py 2013-06-02 19:31:32.000000000 +0800 ++++ logbook-0.4.2/docs/conf.py 2013-06-30 10:50:38.604402792 +0800 @@ -219,6 +219,3 @@ [u'Armin Ronacher, Georg Brandl'], 1) ] |