commit: 34fab81a6e50a721abd5fde148e9f33af27876df Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Sep 22 03:56:59 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Sep 22 04:05:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34fab81a
dev-libs/fcgi: use PV in SRC_URI Avoids mistakes on bumping and why not? Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/fcgi/fcgi-2.4.1_pre0910052249-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/fcgi/fcgi-2.4.1_pre0910052249-r2.ebuild b/dev-libs/fcgi/fcgi-2.4.1_pre0910052249-r2.ebuild index 9c62e11a3867..248ec6df2914 100644 --- a/dev-libs/fcgi/fcgi-2.4.1_pre0910052249-r2.ebuild +++ b/dev-libs/fcgi/fcgi-2.4.1_pre0910052249-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit autotools DESCRIPTION="FastCGI Developer's Kit" HOMEPAGE="http://www.fastcgi.com/" -SRC_URI="http://www.fastcgi.com/dist/fcgi-2.4.1-SNAP-0910052249.tar.gz" +SRC_URI="http://www.fastcgi.com/dist/fcgi-$(ver_cut 1-3)-SNAP-$(ver_cut 5).tar.gz" LICENSE="FastCGI" SLOT="0"
