diff options
-rw-r--r-- | www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild | 4 | ||||
-rw-r--r-- | www-misc/fcgiwrap/fcgiwrap-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild b/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild index 8a117b663a9b..d7bf8afae198 100644 --- a/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild +++ b/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" -[[ ${PV} = *9999* ]] && VCS_ECLASS="git" || VCS_ECLASS="" +[[ ${PV} = *9999* ]] && VCS_ECLASS="git-r3" || VCS_ECLASS="" inherit autotools systemd toolchain-funcs ${VCS_ECLASS} DESCRIPTION="Simple FastCGI wrapper for CGI scripts (CGI support for nginx)" diff --git a/www-misc/fcgiwrap/fcgiwrap-9999.ebuild b/www-misc/fcgiwrap/fcgiwrap-9999.ebuild index ba90e0c62702..33cef8e6ed13 100644 --- a/www-misc/fcgiwrap/fcgiwrap-9999.ebuild +++ b/www-misc/fcgiwrap/fcgiwrap-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" -[[ ${PV} = *9999* ]] && VCS_ECLASS="git-2" || VCS_ECLASS="" +[[ ${PV} = *9999* ]] && VCS_ECLASS="git-r3" || VCS_ECLASS="" inherit autotools ${VCS_ECLASS} DESCRIPTION="Simple FastCGI wrapper for CGI scripts (CGI support for nginx)" |