commit: d5156f8f6ef82e3b49eb6ac586c2749d2a154e8c
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 15:59:03 2017 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 16:22:36 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5156f8f
www-misc/fcgiwrap: Use git-r3 eclass
www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild | 4 ++--
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 8a117b663a9..d7bf8afae19 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 ba90e0c6270..33cef8e6ed1 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)"