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 4A1BB138350 for ; Sat, 25 Jan 2020 20:13:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 813B2E0841; Sat, 25 Jan 2020 20:13:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E9457E0841 for ; Sat, 25 Jan 2020 20:13:19 +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 7A8AC34E211 for ; Sat, 25 Jan 2020 20:13:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A25CAC for ; Sat, 25 Jan 2020 20:13:15 +0000 (UTC) From: "Jörg Bornkessel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jörg Bornkessel" Message-ID: <1579983182.b294a86d9b5a3b7cf6130e01f8c34529cd731373.hd_brummy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cxxtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/cxxtools/cxxtools-2.2.1.ebuild X-VCS-Directories: dev-libs/cxxtools/ X-VCS-Committer: hd_brummy X-VCS-Committer-Name: Jörg Bornkessel X-VCS-Revision: b294a86d9b5a3b7cf6130e01f8c34529cd731373 X-VCS-Branch: master Date: Sat, 25 Jan 2020 20:13:15 +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: a94dcd07-273a-48e5-af24-9edba7c15d9f X-Archives-Hash: 31da0eaffc9b84de3d29398f96f8e991 commit: b294a86d9b5a3b7cf6130e01f8c34529cd731373 Author: Joerg Bornkessel gentoo org> AuthorDate: Sat Jan 25 20:12:37 2020 +0000 Commit: Jörg Bornkessel gentoo org> CommitDate: Sat Jan 25 20:13:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b294a86d dev-libs/cxxtools: License fixed Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Joerg Bornkessel gentoo.org> dev-libs/cxxtools/cxxtools-2.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/cxxtools/cxxtools-2.2.1.ebuild b/dev-libs/cxxtools/cxxtools-2.2.1.ebuild index d839e3a06ac..073a9fc92cf 100644 --- a/dev-libs/cxxtools/cxxtools-2.2.1.ebuild +++ b/dev-libs/cxxtools/cxxtools-2.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ DESCRIPTION="Collection of general purpose C++-classes" HOMEPAGE="http://www.tntnet.org/cxxtools.html" SRC_URI="http://www.tntnet.org/download/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="amd64 ~sparc x86" IUSE=""