commit: ed049a1720a11bdba2f707f274ffe299184633fb Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Oct 20 04:09:10 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=ed049a17
games-puzzle/icebreaker: fix StaticSrcUri Signed-off-by: Sam James <sam <AT> gentoo.org> games-puzzle/icebreaker/icebreaker-1.9.6-r1.ebuild | 6 +++--- 1 file 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"