commit: 3f80d64670e9c5344adb82efead392e29b90d18f Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Wed Mar 10 08:48:37 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Mar 11 07:29:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f80d646
games-action/clanbomber: fix desktop inherit, LICENSE Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://bugs.gentoo.org/768327 Closes: https://github.com/gentoo/gentoo/pull/19861 Signed-off-by: Sam James <sam <AT> gentoo.org> games-action/clanbomber/clanbomber-2.2.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-action/clanbomber/clanbomber-2.2.0.ebuild b/games-action/clanbomber/clanbomber-2.2.0.ebuild index 4458ddf6495..71f15a7e73a 100644 --- a/games-action/clanbomber/clanbomber-2.2.0.ebuild +++ b/games-action/clanbomber/clanbomber-2.2.0.ebuild @@ -3,13 +3,13 @@ EAPI=7 -inherit autotools +inherit autotools desktop DESCRIPTION="Bomberman-like multiplayer game" HOMEPAGE="https://savannah.nongnu.org/projects/clanbomber/" -SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.xz" +SRC_URI="https://download.savannah.gnu.org/releases/${PN}/${P}.tar.xz" -LICENSE="GPL-2" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86"
