diff options
author | Matt Turner <mattst88@gentoo.org> | 2017-06-18 08:59:03 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-06-18 09:22:36 -0700 |
commit | d5156f8f6ef82e3b49eb6ac586c2749d2a154e8c (patch) | |
tree | f9e62ed4dccf241e5d9d0b3dea0deb6f4539f28a /www-misc | |
parent | gnome-extra/nm-applet: enable modemmanager by default (diff) | |
download | gentoo-d5156f8f6ef82e3b49eb6ac586c2749d2a154e8c.tar.gz gentoo-d5156f8f6ef82e3b49eb6ac586c2749d2a154e8c.tar.bz2 gentoo-d5156f8f6ef82e3b49eb6ac586c2749d2a154e8c.zip |
www-misc/fcgiwrap: Use git-r3 eclass
Diffstat (limited to 'www-misc')
-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)" |