diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-04-25 23:26:22 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-04-25 23:35:24 +0200 |
commit | 244e09cb5f9892c2ac97033029a577acd80ee521 (patch) | |
tree | f4e5d0adcf6c20f96e108a16376ef6c4c8eab2fa /dev-lang/mmix | |
parent | games-rpg/comi: update license (diff) | |
download | gentoo-244e09cb5f9892c2ac97033029a577acd80ee521.tar.gz gentoo-244e09cb5f9892c2ac97033029a577acd80ee521.tar.bz2 gentoo-244e09cb5f9892c2ac97033029a577acd80ee521.zip |
dev-lang/mmix: update license
Don't use a variable in license.
Closes: https://bugs.gentoo.org/840595
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lang/mmix')
-rw-r--r-- | dev-lang/mmix/mmix-20160804-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/mmix/mmix-20160804-r1.ebuild b/dev-lang/mmix/mmix-20160804-r1.ebuild index 620b0c7c3b42..174120e453df 100644 --- a/dev-lang/mmix/mmix-20160804-r1.ebuild +++ b/dev-lang/mmix/mmix-20160804-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ DEPEND="virtual/tex-base RDEPEND="!!media-sound/mmix" SLOT="0" -LICENSE="${PN}" +LICENSE="mmix" KEYWORDS="amd64 x86" IUSE="doc" |