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 E017E138350 for ; Sat, 4 Apr 2020 14:12:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94A54E0BAB; Sat, 4 Apr 2020 14:12:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 50050E0BAB for ; Sat, 4 Apr 2020 14:12:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 648FD34EF33 for ; Sat, 4 Apr 2020 14:11:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD6D41B9 for ; Sat, 4 Apr 2020 14:11:57 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1586009444.3cce786e358b8446073a72c72515ec6988fd4d53.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/nagios/nagios-4.4.5.ebuild X-VCS-Directories: net-analyzer/nagios/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 3cce786e358b8446073a72c72515ec6988fd4d53 X-VCS-Branch: master Date: Sat, 4 Apr 2020 14:11: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: 867b5b30-87df-4109-bd52-29e28b25a9e3 X-Archives-Hash: 311cf30ff358f8cb7c3742322bd7eae5 commit: 3cce786e358b8446073a72c72515ec6988fd4d53 Author: Michael Orlitzky gentoo org> AuthorDate: Sat Apr 4 14:08:38 2020 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sat Apr 4 14:10:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cce786e net-analyzer/nagios: use LICENSE=metapackage. The nagios metapackage doesn't install anything, so having GPL-2 as its LICENSE was incorrect. Closes: https://bugs.gentoo.org/716176 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Michael Orlitzky gentoo.org> net-analyzer/nagios/nagios-4.4.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/nagios/nagios-4.4.5.ebuild b/net-analyzer/nagios/nagios-4.4.5.ebuild index e94cbc25a89..23bb68489c5 100644 --- a/net-analyzer/nagios/nagios-4.4.5.ebuild +++ b/net-analyzer/nagios/nagios-4.4.5.ebuild @@ -6,7 +6,7 @@ EAPI=6 DESCRIPTION="The Nagios metapackage" HOMEPAGE="https://www.nagios.org/" -LICENSE="GPL-2" +LICENSE="metapackage" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86" IUSE=""