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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E4141138359 for ; Thu, 8 Oct 2020 21:47:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 343FCE0809; Thu, 8 Oct 2020 21:47:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1BF55E0809 for ; Thu, 8 Oct 2020 21:47:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC4B7335D1B for ; Thu, 8 Oct 2020 21:47:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5130433A for ; Thu, 8 Oct 2020 21:47:30 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1602193613.78fc35f2e766117caa26928db5a0a09b8af18c3c.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catalyst/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/catalyst/catalyst-3.0.14.ebuild dev-util/catalyst/catalyst-9999.ebuild X-VCS-Directories: dev-util/catalyst/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 78fc35f2e766117caa26928db5a0a09b8af18c3c X-VCS-Branch: master Date: Thu, 8 Oct 2020 21:47:30 +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: a05f1347-cb3b-421c-b8ae-a949485d1ce6 X-Archives-Hash: 2bc5d729c28acdfa0158e4a18129e28e commit: 78fc35f2e766117caa26928db5a0a09b8af18c3c Author: Matt Turner gentoo org> AuthorDate: Thu Oct 8 21:22:44 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Oct 8 21:46:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78fc35f2 dev-util/catalyst: Correct the license Signed-off-by: Matt Turner gentoo.org> dev-util/catalyst/catalyst-3.0.14.ebuild | 2 +- dev-util/catalyst/catalyst-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/catalyst/catalyst-3.0.14.ebuild b/dev-util/catalyst/catalyst-3.0.14.ebuild index 39bbd3250f4..09099da1323 100644 --- a/dev-util/catalyst/catalyst-3.0.14.ebuild +++ b/dev-util/catalyst/catalyst-3.0.14.ebuild @@ -20,7 +20,7 @@ inherit distutils-r1 ${SRC_ECLASS} DESCRIPTION="Release metatool used for creating releases based on Gentoo Linux" HOMEPAGE="https://wiki.gentoo.org/wiki/Catalyst" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" IUSE="ccache doc +iso kernel_linux system-bootloader" diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild index fa531458676..1edccfd19e6 100644 --- a/dev-util/catalyst/catalyst-9999.ebuild +++ b/dev-util/catalyst/catalyst-9999.ebuild @@ -20,7 +20,7 @@ inherit distutils-r1 optfeature ${SRC_ECLASS} DESCRIPTION="Release metatool used for creating releases based on Gentoo Linux" HOMEPAGE="https://wiki.gentoo.org/wiki/Catalyst" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" IUSE="doc +iso"