From 90b1f8d930e26d6c94558c3a5fb6580c20056b7e Mon Sep 17 00:00:00 2001 From: Juan RP <xtraeme@gmail.com> Date: Tue, 16 Sep 2014 10:41:51 +0200 Subject: [PATCH] mod_wsgi: remove guards from INSTALL.msg. --- srcpkgs/mod_wsgi/INSTALL.msg | 3 --- srcpkgs/mod_wsgi/template | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/srcpkgs/mod_wsgi/INSTALL.msg b/srcpkgs/mod_wsgi/INSTALL.msg index a29677634d..b3a3070700 100644 --- a/srcpkgs/mod_wsgi/INSTALL.msg +++ b/srcpkgs/mod_wsgi/INSTALL.msg @@ -1,5 +1,3 @@ -========================================================================== - To enable ${PKGNAME} in the Apache HTTP server, add the following line into /etc/httpd/httpd.conf: @@ -9,4 +7,3 @@ and reload the Apache daemon with: # sv restart apache -========================================================================== diff --git a/srcpkgs/mod_wsgi/template b/srcpkgs/mod_wsgi/template index 6356cccc1f..e2f1bf3295 100644 --- a/srcpkgs/mod_wsgi/template +++ b/srcpkgs/mod_wsgi/template @@ -1,7 +1,7 @@ # Template file for 'mod_wsgi' pkgname=mod_wsgi version=3.5 -revision=2 +revision=3 lib32disabled=yes build_style=gnu-configure hostmakedepends="python"