diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-03-10 09:48:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-11 07:29:47 +0000 |
commit | 3f80d64670e9c5344adb82efead392e29b90d18f (patch) | |
tree | d5cb6c72fc7bada35ea3f712e65011a5d082a2c2 /games-action | |
parent | dev-util/jenkins-bin: add 2.277.1 (diff) | |
download | gentoo-3f80d64670e9c5344adb82efead392e29b90d18f.tar.gz gentoo-3f80d64670e9c5344adb82efead392e29b90d18f.tar.bz2 gentoo-3f80d64670e9c5344adb82efead392e29b90d18f.zip |
games-action/clanbomber: fix desktop inherit, LICENSE
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://bugs.gentoo.org/768327
Closes: https://github.com/gentoo/gentoo/pull/19861
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/clanbomber/clanbomber-2.2.0.ebuild | 6 |
1 files 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 4458ddf64950..71f15a7e73ad 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" |