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 A7D1113835A for ; Fri, 7 May 2021 18:18:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B95BE0826; Fri, 7 May 2021 18:18:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 5C28AE07D7 for ; Fri, 7 May 2021 18:18:03 +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 DA9A933E695 for ; Fri, 7 May 2021 18:18:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BBC674C for ; Fri, 7 May 2021 18:18:00 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1620342456.ec8e05cc19718859c6121a397f0702601e97b2cb.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: ec8e05cc19718859c6121a397f0702601e97b2cb X-VCS-Branch: master Date: Fri, 7 May 2021 18:18:00 +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: 57285156-ad93-4b18-8cf1-9a57e586ea64 X-Archives-Hash: 581be0581eb7226be57faabf44a41e91 commit: ec8e05cc19718859c6121a397f0702601e97b2cb Author: Alessandro Barbieri gmail com> AuthorDate: Thu May 6 21:14:38 2021 +0000 Commit: Andrew Ammerlaan riseup net> 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"