From c792729ec14fc4d0b6e7c1b11d4e3a99725ed91b Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 20 Oct 2022 05:08:21 +0100 Subject: media-gfx/gnuclad: fix StaticSrcUri Signed-off-by: Sam James --- media-gfx/gnuclad/gnuclad-0.2.4.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'media-gfx') diff --git a/media-gfx/gnuclad/gnuclad-0.2.4.ebuild b/media-gfx/gnuclad/gnuclad-0.2.4.ebuild index 198306e40753..37032049bba1 100644 --- a/media-gfx/gnuclad/gnuclad-0.2.4.ebuild +++ b/media-gfx/gnuclad/gnuclad-0.2.4.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools +inherit autotools eapi7-ver DESCRIPTION="Cladogram tree generator mainly used by the GNU/Linux distro timeline project" HOMEPAGE="https://launchpad.net/gnuclad/" -SRC_URI="http://launchpad.net/gnuclad/trunk/0.2/+download/${P}.tar.gz" +SRC_URI="http://launchpad.net/gnuclad/trunk/$(ver_cut 1-2)/+download/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -- cgit v1.2.3-65-gdbad