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 D7826158043 for ; Sun, 5 Sep 2021 05:48:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E4DBE083D; Sun, 5 Sep 2021 05:48:37 +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 13DC3E083D for ; Sun, 5 Sep 2021 05:48:37 +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 1189A340FB9 for ; Sun, 5 Sep 2021 05:48:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91E9BC0 for ; Sun, 5 Sep 2021 05:48:33 +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: <1630820868.e9860542af9f167452bb551237115e2100d87c7b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/pax-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/pax-utils/pax-utils-1.3.3.ebuild X-VCS-Directories: app-misc/pax-utils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e9860542af9f167452bb551237115e2100d87c7b X-VCS-Branch: master Date: Sun, 5 Sep 2021 05:48:33 +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: 77dce4ec-18f1-4760-ab38-50467ee56166 X-Archives-Hash: 62b7df77590116d8f4770e81891bc517 commit: e9860542af9f167452bb551237115e2100d87c7b Author: Sam James gentoo org> AuthorDate: Sun Sep 5 05:32:14 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 5 05:47:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9860542 app-misc/pax-utils: add note to adjust glibc ebuild on bumps If we're bumping pax-utils to add new syscalls/reflect changing syscalls used by glibc, we need to make sure to update the glibc ebuild too to ensure the right version is used and avoid possible VDB corruption (e.g. when Portage calls scanelf). Bug: https://bugs.gentoo.org/811462 Signed-off-by: Sam James gentoo.org> app-misc/pax-utils/pax-utils-1.3.3.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-misc/pax-utils/pax-utils-1.3.3.ebuild b/app-misc/pax-utils/pax-utils-1.3.3.ebuild index 0a9b82a4936..ddeb964024a 100644 --- a/app-misc/pax-utils/pax-utils-1.3.3.ebuild +++ b/app-misc/pax-utils/pax-utils-1.3.3.ebuild @@ -3,6 +3,9 @@ EAPI="7" +# Note: if bumping pax-utils because of syscall changes in glibc, please +# revbump glibc and update the dependency in its ebuild for the affected +# versions. PYTHON_COMPAT=( python3_{8,9,10} ) inherit python-single-r1 toolchain-funcs