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 0ECF913835A for ; Mon, 9 Nov 2020 15:06:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 960DAE07AE; Mon, 9 Nov 2020 15:06:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 DEBB5E07D8 for ; Mon, 9 Nov 2020 15:06:10 +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 744BE33E4AD for ; Mon, 9 Nov 2020 15:06:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4F93447 for ; Mon, 9 Nov 2020 15:06:07 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1604934349.39a2606c74097a4eaa95f5707c7e11f2bf7107b2.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nodejs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/nodejs/nodejs-12.19.0.ebuild X-VCS-Directories: net-libs/nodejs/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 39a2606c74097a4eaa95f5707c7e11f2bf7107b2 X-VCS-Branch: master Date: Mon, 9 Nov 2020 15:06:07 +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: 6b73cb12-68bf-4db8-915c-228cd8cdeca9 X-Archives-Hash: 35c9ec9f036434ca6de9bc3be2f5c566 commit: 39a2606c74097a4eaa95f5707c7e11f2bf7107b2 Author: Marek Szuba gentoo org> AuthorDate: Mon Nov 9 14:13:09 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon Nov 9 15:05:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39a2606c net-libs/nodejs-12.19.0: drop PaX support Signed-off-by: Marek Szuba gentoo.org> net-libs/nodejs/nodejs-12.19.0.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/net-libs/nodejs/nodejs-12.19.0.ebuild b/net-libs/nodejs/nodejs-12.19.0.ebuild index 10f58dc9d2e..3b04b2332a4 100644 --- a/net-libs/nodejs/nodejs-12.19.0.ebuild +++ b/net-libs/nodejs/nodejs-12.19.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7} ) PYTHON_REQ_USE="threads(+)" -inherit bash-completion-r1 flag-o-matic pax-utils python-any-r1 toolchain-funcs xdg-utils +inherit bash-completion-r1 flag-o-matic python-any-r1 toolchain-funcs xdg-utils DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine" HOMEPAGE="https://nodejs.org/" @@ -139,7 +139,6 @@ src_configure() { src_compile() { emake -C out mksnapshot - pax-mark m "out/${BUILDTYPE}/mksnapshot" emake -C out } @@ -147,8 +146,6 @@ src_install() { local LIBDIR="${ED}/usr/$(get_libdir)" default - pax-mark -m "${ED}"/usr/bin/node - # set up a symlink structure that node-gyp expects.. dodir /usr/include/node/deps/{v8,uv} dosym . /usr/include/node/src