diff options
Diffstat (limited to 'www-apache/pwauth')
-rw-r--r-- | www-apache/pwauth/files/pwauth-2.3.10-config.patch | 4 | ||||
-rw-r--r-- | www-apache/pwauth/files/pwauth-2.3.10-makefile.patch | 4 | ||||
-rw-r--r-- | www-apache/pwauth/files/pwauth-strchr.patch | 4 | ||||
-rw-r--r-- | www-apache/pwauth/pwauth-2.3.10.ebuild | 6 |
4 files changed, 9 insertions, 9 deletions
diff --git a/www-apache/pwauth/files/pwauth-2.3.10-config.patch b/www-apache/pwauth/files/pwauth-2.3.10-config.patch index 03ae3b876d99..28065d8f24c8 100644 --- a/www-apache/pwauth/files/pwauth-2.3.10-config.patch +++ b/www-apache/pwauth/files/pwauth-2.3.10-config.patch @@ -1,5 +1,5 @@ ---- config.h.orig 2013-01-01 19:33:54.053978814 +0400 -+++ config.h 2013-01-01 19:35:09.764049695 +0400 +--- a/config.h 2013-01-01 19:33:54.053978814 +0400 ++++ b/config.h 2013-01-01 19:35:09.764049695 +0400 @@ -112,7 +112,7 @@ /* #define SHADOW_NONE /**/ diff --git a/www-apache/pwauth/files/pwauth-2.3.10-makefile.patch b/www-apache/pwauth/files/pwauth-2.3.10-makefile.patch index a211a06b7231..1519e2a5b519 100644 --- a/www-apache/pwauth/files/pwauth-2.3.10-makefile.patch +++ b/www-apache/pwauth/files/pwauth-2.3.10-makefile.patch @@ -1,5 +1,5 @@ ---- Makefile.orig 2013-01-01 20:19:30.061522843 +0400 -+++ Makefile 2013-01-01 20:20:00.356551208 +0400 +--- a/Makefile 2013-01-01 20:19:30.061522843 +0400 ++++ b/Makefile 2013-01-01 20:20:00.356551208 +0400 @@ -2,19 +2,7 @@ # system. Most of the configurable stuff is in config.h # diff --git a/www-apache/pwauth/files/pwauth-strchr.patch b/www-apache/pwauth/files/pwauth-strchr.patch index 0c5d6581c96b..dd27791c5c8b 100644 --- a/www-apache/pwauth/files/pwauth-strchr.patch +++ b/www-apache/pwauth/files/pwauth-strchr.patch @@ -1,5 +1,5 @@ ---- main.c.orig 2013-01-01 19:45:32.389626661 +0400 -+++ main.c 2013-01-01 19:45:50.524643637 +0400 +--- a/main.c 2013-01-01 19:45:32.389626661 +0400 ++++ b/main.c 2013-01-01 19:45:50.524643637 +0400 @@ -48,7 +48,7 @@ char *login, *passwd; #else diff --git a/www-apache/pwauth/pwauth-2.3.10.ebuild b/www-apache/pwauth/pwauth-2.3.10.ebuild index c1fd701b6e9c..7e2341f2621a 100644 --- a/www-apache/pwauth/pwauth-2.3.10.ebuild +++ b/www-apache/pwauth/pwauth-2.3.10.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -inherit base flag-o-matic pam toolchain-funcs +inherit flag-o-matic pam toolchain-funcs DESCRIPTION="A Unix Web Authenticator" HOMEPAGE="https://github.com/phokz/pwauth/tree/master/pwauth" |