From d5156f8f6ef82e3b49eb6ac586c2749d2a154e8c Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sun, 18 Jun 2017 08:59:03 -0700 Subject: 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(-) (limited to 'www-misc') 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)" -- cgit v1.2.3-18-g5258