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 17B8F15800F for ; Tue, 17 Jan 2023 14:27:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4513CE07C5; Tue, 17 Jan 2023 14:27:18 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2FD8BE07C5 for ; Tue, 17 Jan 2023 14:27:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id C0C81335D45 for ; Tue, 17 Jan 2023 14:27:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A73876A for ; Tue, 17 Jan 2023 14:27:15 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1673965619.7763267d7e466f3905a9dac1a2c582eb374f13a2.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/libdwarf/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/libdwarf/libdwarf-0.5.0.ebuild X-VCS-Directories: dev-libs/libdwarf/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 7763267d7e466f3905a9dac1a2c582eb374f13a2 X-VCS-Branch: dev Date: Tue, 17 Jan 2023 14:27: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: 65f74740-7293-41ef-9357-f0d40de57978 X-Archives-Hash: 579b90362f320632747fe1e40f78e241 commit: 7763267d7e466f3905a9dac1a2c582eb374f13a2 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue Jan 17 05:44:48 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Tue Jan 17 14:26:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7763267d dev-libs/libdwarf: sort licenses Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-libs/libdwarf/libdwarf-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libdwarf/libdwarf-0.5.0.ebuild b/dev-libs/libdwarf/libdwarf-0.5.0.ebuild index ed96f1807..1e189e23f 100644 --- a/dev-libs/libdwarf/libdwarf-0.5.0.ebuild +++ b/dev-libs/libdwarf/libdwarf-0.5.0.ebuild @@ -13,7 +13,7 @@ HOMEPAGE=" " SRC_URI="https://www.prevanders.net/${P}.tar.xz" -LICENSE="LGPL-2.1 GPL-2 BSD" +LICENSE="BSD GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="~amd64" IUSE="doc dwarfexample dwarfgen +elf"