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 3C4BD13835A for ; Thu, 6 May 2021 23:07:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50877E081A; Thu, 6 May 2021 23:07:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 32308E0809 for ; Thu, 6 May 2021 23:07:40 +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 3717B340CC4 for ; Thu, 6 May 2021 23:07:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D827F729 for ; Thu, 6 May 2021 23:07:37 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1620342456.ec8e05cc19718859c6121a397f0702601e97b2cb.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-client/browsh/ X-VCS-Repository: repo/proj/guru X-VCS-Files: www-client/browsh/browsh-1.6.4_p1.ebuild X-VCS-Directories: www-client/browsh/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: ec8e05cc19718859c6121a397f0702601e97b2cb X-VCS-Branch: dev Date: Thu, 6 May 2021 23:07:37 +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: 1bc460b1-682c-4a15-b66b-ffe69a38bc47 X-Archives-Hash: 6daeb4d0b58b0495bb77458f1ec1425a commit: ec8e05cc19718859c6121a397f0702601e97b2cb Author: Alessandro Barbieri gmail com> AuthorDate: Thu May 6 21:14:38 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Thu May 6 23:07:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ec8e05cc www-client/browsh: revert my last change Signed-off-by: Alessandro Barbieri gmail.com> www-client/browsh/browsh-1.6.4_p1.ebuild | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/www-client/browsh/browsh-1.6.4_p1.ebuild b/www-client/browsh/browsh-1.6.4_p1.ebuild index 63e6bca03..59ff230f7 100644 --- a/www-client/browsh/browsh-1.6.4_p1.ebuild +++ b/www-client/browsh/browsh-1.6.4_p1.ebuild @@ -209,28 +209,7 @@ SRC_URI=" ${EGO_SUM_SRC_URI} " S="${WORKDIR}/${PN}-${COMMIT}/interfacer" - -BUNDLED_NODE_MODULES_LICENSES=" - 0BSD - Apache-2.0 - BSD - BSD-2 - CC0-1.0 - CC-BY-3.0 - ISC - MIT - MPL-2.0 - PSF-2 - Unlicense - ZLIB - || ( AFL-2.1 BSD ) - || ( BSD-2 MIT Apache-2.0 ) - || ( BSD GPL-2 ) - || ( LGPL-2 MIT ) - || ( MIT GPL-3 ) - || ( WTFPL-2 MIT ) -" -LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 CC-BY-3.0 ISC LGPL-2.1 MIT MPL-2.0 ${BUNDLED_NODE_MODULES_LICENSES}" +LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 CC-BY-3.0 ISC LGPL-2.1 MIT MPL-2.0" SLOT="0" KEYWORDS="~amd64 ~arm64"