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 731E4158094 for ; Wed, 6 Jul 2022 06:06:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31CBFE099F; Wed, 6 Jul 2022 06:06:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 31AACE099F for ; Wed, 6 Jul 2022 06:06:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3608A341986 for ; Wed, 6 Jul 2022 06:06:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E059480 for ; Wed, 6 Jul 2022 06:06:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1657087549.1ff59a6a161944225ebb5c636b1a5e2fd7fefaad.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/uglifyjs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/uglifyjs/uglifyjs-3.16.1.ebuild X-VCS-Directories: dev-util/uglifyjs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1ff59a6a161944225ebb5c636b1a5e2fd7fefaad X-VCS-Branch: master Date: Wed, 6 Jul 2022 06:06:02 +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: 1e8c6e08-a9e1-483a-9f8c-4e12ac36aaa7 X-Archives-Hash: b75819a429764b07d2bb1426eb34790a commit: 1ff59a6a161944225ebb5c636b1a5e2fd7fefaad Author: Sam James gentoo org> AuthorDate: Wed Jul 6 06:05:49 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jul 6 06:05:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ff59a6a dev-util/uglifyjs: Stabilize 3.16.1 amd64, #853619 Signed-off-by: Sam James gentoo.org> dev-util/uglifyjs/uglifyjs-3.16.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/uglifyjs/uglifyjs-3.16.1.ebuild b/dev-util/uglifyjs/uglifyjs-3.16.1.ebuild index 1a44c1a32320..4817ccc4e92c 100644 --- a/dev-util/uglifyjs/uglifyjs-3.16.1.ebuild +++ b/dev-util/uglifyjs/uglifyjs-3.16.1.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://github.com/mishoo/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> $ LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" BDEPEND="net-libs/nodejs[npm]" RDEPEND="net-libs/nodejs"