diff options
author | 2020-09-29 01:19:43 +0200 | |
---|---|---|
committer | 2020-10-12 15:39:47 +0300 | |
commit | 68c85586ce7d9b479fa4ed239d0c60ca437e294b (patch) | |
tree | d37229ce6bf0bd00920f40fa4f96237939b2873f /www-apps/prewikka/files | |
parent | net-analyzer/prelude-correlator: Bump version 5.2.0 (diff) | |
download | gentoo-68c85586ce7d9b479fa4ed239d0c60ca437e294b.tar.gz gentoo-68c85586ce7d9b479fa4ed239d0c60ca437e294b.tar.bz2 gentoo-68c85586ce7d9b479fa4ed239d0c60ca437e294b.zip |
www-apps/prewikka: Bump version 5.2.0
Signed-off-by: Thomas Andrejak <thomas.andrejak@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17704
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-apps/prewikka/files')
-rw-r--r-- | www-apps/prewikka/files/prewikka-5.2.0-fix_siteconfig.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www-apps/prewikka/files/prewikka-5.2.0-fix_siteconfig.patch b/www-apps/prewikka/files/prewikka-5.2.0-fix_siteconfig.patch new file mode 100644 index 000000000000..03a20ab36efe --- /dev/null +++ b/www-apps/prewikka/files/prewikka-5.2.0-fix_siteconfig.patch @@ -0,0 +1,10 @@ +--- a/setup.py 2020-09-09 16:44:23.000000000 +0200 ++++ b/setup.py 2020-09-29 01:07:56.522604785 +0200 +@@ -108,6 +108,7 @@ + ofile, copied = self.copy_file('scripts/prewikka.wsgi', share_dir) + + def run(self): ++ self.skip_build = 0 + os.umask(0o22) + self.install_conf() + self.install_wsgi() |