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 702DB15801B for ; Sat, 12 Aug 2023 12:30:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 935AF2BC015; Sat, 12 Aug 2023 12:30:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 7A4CA2BC015 for ; Sat, 12 Aug 2023 12:30:16 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68135340D21 for ; Sat, 12 Aug 2023 12:30:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9664CF6A for ; Sat, 12 Aug 2023 12:30:13 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1691843408.5b39b6972127f16dfb4d8c92e1e1444a4e008b75.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libedit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libedit/libedit-20221030.3.1.ebuild X-VCS-Directories: dev-libs/libedit/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5b39b6972127f16dfb4d8c92e1e1444a4e008b75 X-VCS-Branch: master Date: Sat, 12 Aug 2023 12:30:13 +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: 4f5a8dbc-a101-4784-a83f-588b28091e2d X-Archives-Hash: 01e6809c0471f959335e3015f7578836 commit: 5b39b6972127f16dfb4d8c92e1e1444a4e008b75 Author: Michał Górny gentoo org> AuthorDate: Sat Aug 12 12:18:22 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Aug 12 12:30:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b39b697 dev-libs/libedit: Fix LICENSE to BSD (3-clause) Signed-off-by: Michał Górny gentoo.org> dev-libs/libedit/libedit-20221030.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libedit/libedit-20221030.3.1.ebuild b/dev-libs/libedit/libedit-20221030.3.1.ebuild index 5733658ffc69..0efa3b2f8b95 100644 --- a/dev-libs/libedit/libedit-20221030.3.1.ebuild +++ b/dev-libs/libedit/libedit-20221030.3.1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://thrysoee.dk/editline/" SRC_URI="https://thrysoee.dk/editline/${MY_P}.tar.gz" S=${WORKDIR}/${MY_P} -LICENSE="BSD-2" +LICENSE="BSD" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="static-libs"