From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B434015808F for ; Mon, 25 Apr 2022 21:36:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E3A9E0788; Mon, 25 Apr 2022 21:36:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47B09E0788 for ; Mon, 25 Apr 2022 21:36:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 34B89341241 for ; Mon, 25 Apr 2022 21:35:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1B843BF for ; Mon, 25 Apr 2022 21:35:57 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1650922524.244e09cb5f9892c2ac97033029a577acd80ee521.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/mmix/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/mmix/mmix-20160804-r1.ebuild X-VCS-Directories: dev-lang/mmix/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 244e09cb5f9892c2ac97033029a577acd80ee521 X-VCS-Branch: master Date: Mon, 25 Apr 2022 21:35:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d632db31-294e-4c00-9126-cc0ad28d1a66 X-Archives-Hash: d8db5a74241b07a7264140ed6c351db7 commit: 244e09cb5f9892c2ac97033029a577acd80ee521 Author: Conrad Kostecki gentoo org> AuthorDate: Mon Apr 25 21:26:22 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Apr 25 21:35:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=244e09cb dev-lang/mmix: update license Don't use a variable in license. Closes: https://bugs.gentoo.org/840595 Signed-off-by: Conrad Kostecki gentoo.org> dev-lang/mmix/mmix-20160804-r1.ebuild | 4 ++-- 1 file 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"