commit:     c792729ec14fc4d0b6e7c1b11d4e3a99725ed91b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 20 04:08:21 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 20 04:16:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c792729e

media-gfx/gnuclad: fix StaticSrcUri

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/gnuclad/gnuclad-0.2.4.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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"

Reply via email to