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 A8CB3158086 for ; Tue, 26 Oct 2021 07:03:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A373E0833; Tue, 26 Oct 2021 07:03:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6FC3E0833 for ; Tue, 26 Oct 2021 07:03:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0925C342C42 for ; Tue, 26 Oct 2021 07:03:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95DB88F for ; Tue, 26 Oct 2021 07:03:24 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1635231776.648dde0b6f7c89aec67c8b5a776e5fe411e7ace6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/libabigail/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/libabigail/libabigail-2.0.ebuild X-VCS-Directories: dev-util/libabigail/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 648dde0b6f7c89aec67c8b5a776e5fe411e7ace6 X-VCS-Branch: master Date: Tue, 26 Oct 2021 07:03:24 +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: 9f6c4514-29fb-4371-b1ff-0f017459f7bb X-Archives-Hash: 2ae0fff25d81006a9a2b1da09e6c1cb2 commit: 648dde0b6f7c89aec67c8b5a776e5fe411e7ace6 Author: Sam James gentoo org> AuthorDate: Tue Oct 26 07:02:56 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 26 07:02:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=648dde0b dev-util/libabigail: update 2.0 LICENSE Signed-off-by: Sam James gentoo.org> dev-util/libabigail/libabigail-2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/libabigail/libabigail-2.0.ebuild b/dev-util/libabigail/libabigail-2.0.ebuild index acb55949823..714f2446ff9 100644 --- a/dev-util/libabigail/libabigail-2.0.ebuild +++ b/dev-util/libabigail/libabigail-2.0.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Suite of tools for checking ABI differences between ELF objects" HOMEPAGE="https://sourceware.org/libabigail/" SRC_URI="https://mirrors.kernel.org/sourceware/libabigail/${P}.tar.gz" -LICENSE="LGPL-3+" +LICENSE="Apache-2.0-with-LLVM-exceptions" SLOT="0" KEYWORDS="~amd64 ~ppc64" IUSE="doc test"