diff options
author | Sam James <sam@gentoo.org> | 2022-10-20 05:09:10 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-20 05:16:12 +0100 |
commit | ed049a1720a11bdba2f707f274ffe299184633fb (patch) | |
tree | c30109ddf8673ff6dd437c679dbc81360ac83bd5 /games-puzzle/icebreaker | |
parent | media-gfx/gnuclad: fix StaticSrcUri (diff) | |
download | gentoo-ed049a1720a11bdba2f707f274ffe299184633fb.tar.gz gentoo-ed049a1720a11bdba2f707f274ffe299184633fb.tar.bz2 gentoo-ed049a1720a11bdba2f707f274ffe299184633fb.zip |
games-puzzle/icebreaker: fix StaticSrcUri
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-puzzle/icebreaker')
-rw-r--r-- | games-puzzle/icebreaker/icebreaker-1.9.6-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-puzzle/icebreaker/icebreaker-1.9.6-r1.ebuild b/games-puzzle/icebreaker/icebreaker-1.9.6-r1.ebuild index f064951fac68..6f45f0b3cd13 100644 --- a/games-puzzle/icebreaker/icebreaker-1.9.6-r1.ebuild +++ b/games-puzzle/icebreaker/icebreaker-1.9.6-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit desktop +inherit desktop eapi7-ver DESCRIPTION="Trap and capture penguins on Antarctica" HOMEPAGE="http://www.mattdm.org/icebreaker/" -SRC_URI="http://www.mattdm.org/${PN}/1.9.x/${P}.tgz" +SRC_URI="http://www.mattdm.org/${PN}/$(ver_cut 1-2).x/${P}.tgz" LICENSE="GPL-2" SLOT="0" |