diff options
author | Sam James <sam@gentoo.org> | 2022-09-22 04:56:59 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-22 05:05:18 +0100 |
commit | 34fab81a6e50a721abd5fde148e9f33af27876df (patch) | |
tree | 33d5ece73a6a7aa19cc374ed8c147414c772a89e /dev-libs/fcgi | |
parent | dev-lang/xsb: use PV in SRC_URI (diff) | |
download | gentoo-34fab81a6e50a721abd5fde148e9f33af27876df.tar.gz gentoo-34fab81a6e50a721abd5fde148e9f33af27876df.tar.bz2 gentoo-34fab81a6e50a721abd5fde148e9f33af27876df.zip |
dev-libs/fcgi: use PV in SRC_URI
Avoids mistakes on bumping and why not?
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/fcgi')
-rw-r--r-- | dev-libs/fcgi/fcgi-2.4.1_pre0910052249-r2.ebuild | 4 |
1 files 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" |