diff options
author | 2022-04-25 23:24:13 +0200 | |
---|---|---|
committer | 2022-04-25 23:35:23 +0200 | |
commit | c4c0c49e9b669e053949b8baa499969898933dec (patch) | |
tree | f36ef558a47154d888ead19684fbd90341975aad /games-rpg | |
parent | dev-scheme/chez: bump to 9.5.8 (diff) | |
download | gentoo-c4c0c49e9b669e053949b8baa499969898933dec.tar.gz gentoo-c4c0c49e9b669e053949b8baa499969898933dec.tar.bz2 gentoo-c4c0c49e9b669e053949b8baa499969898933dec.zip |
games-rpg/comi: update license
Don't use a variable in license.
Closes: https://bugs.gentoo.org/840601
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/comi/comi-1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-rpg/comi/comi-1.ebuild b/games-rpg/comi/comi-1.ebuild index c236886050b8..010c9faf988d 100644 --- a/games-rpg/comi/comi-1.ebuild +++ b/games-rpg/comi/comi-1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ DESCRIPTION="The Curse of Monkey Island, the third game in the series" HOMEPAGE="https://en.wikipedia.org/wiki/The_Curse_of_Monkey_Island" SRC_URI="https://dev.gentoo.org/~chewi/distfiles/${PN}.jpg" -LICENSE="${PN}" +LICENSE="comi" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc" |