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 A2506138239 for ; Sun, 14 Feb 2021 14:59:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E282EE08A2; Sun, 14 Feb 2021 14:59:01 +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 BCD9FE08A2 for ; Sun, 14 Feb 2021 14:59: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 B9F83340E37 for ; Sun, 14 Feb 2021 14:59:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F86749 for ; Sun, 14 Feb 2021 14:58:59 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1613314728.5cc001e99bb2bab2b60b8e63e5a9f55f880c237f.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/asteval/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/asteval/asteval-0.9.22.ebuild X-VCS-Directories: dev-python/asteval/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 5cc001e99bb2bab2b60b8e63e5a9f55f880c237f X-VCS-Branch: master Date: Sun, 14 Feb 2021 14:58:59 +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: a0acb681-50db-4590-8a6d-d995fef1ea74 X-Archives-Hash: 50b4ba4b5a8844a1e696393f6e5030f2 commit: 5cc001e99bb2bab2b60b8e63e5a9f55f880c237f Author: Pacho Ramos gentoo org> AuthorDate: Sun Feb 14 14:58:48 2021 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Feb 14 14:58:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cc001e9 dev-python/asteval: Update LICENSE It is MIT for some time, not BSD Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Pacho Ramos gentoo.org> dev-python/asteval/asteval-0.9.22.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/asteval/asteval-0.9.22.ebuild b/dev-python/asteval/asteval-0.9.22.ebuild index e3e5e94c950..9b942b30058 100644 --- a/dev-python/asteval/asteval-0.9.22.ebuild +++ b/dev-python/asteval/asteval-0.9.22.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Evaluator of Python expression using ast module" HOMEPAGE="https://newville.github.io/asteval/ https://github.com/newville/asteval" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -LICENSE="BSD" +LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE=""