From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1547599-garchives=archives.gentoo.org@lists.gentoo.org> 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 335E115800A for <garchives@archives.gentoo.org>; Sat, 19 Aug 2023 16:39:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61B0C2BC017; Sat, 19 Aug 2023 16:39:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4A48E2BC017 for <gentoo-commits@lists.gentoo.org>; Sat, 19 Aug 2023 16:39:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D00F341157 for <gentoo-commits@lists.gentoo.org>; Sat, 19 Aug 2023 16:39:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82F0BFD0 for <gentoo-commits@lists.gentoo.org>; Sat, 19 Aug 2023 16:39:50 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1692463174.09baaec9f73131fa0965350e1389c779ded997a5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/portage/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/portage/portage-3.0.50.ebuild sys-apps/portage/portage-9999.ebuild X-VCS-Directories: sys-apps/portage/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 09baaec9f73131fa0965350e1389c779ded997a5 X-VCS-Branch: master Date: Sat, 19 Aug 2023 16:39:50 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4d05d742-e245-4b23-ac2e-b99331235525 X-Archives-Hash: c385dbe4481527c47a0bc1d5bc1c25ca commit: 09baaec9f73131fa0965350e1389c779ded997a5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Aug 19 16:00:29 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Aug 19 16:39:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09baaec9 sys-apps/portage: shift phases to match execution order Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/portage/portage-3.0.50.ebuild | 8 ++++---- sys-apps/portage/portage-9999.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sys-apps/portage/portage-3.0.50.ebuild b/sys-apps/portage/portage-3.0.50.ebuild index 08cbf145abb2..ec4db2e48278 100644 --- a/sys-apps/portage/portage-3.0.50.ebuild +++ b/sys-apps/portage/portage-3.0.50.ebuild @@ -152,6 +152,10 @@ src_compile() { python_foreach_impl meson_src_compile } +src_test() { + python_foreach_impl meson_src_test --no-rebuild --verbose +} + src_install() { python_foreach_impl my_src_install dotmpfiles "${FILESDIR}"/portage-{ccache,tmpdir}.conf @@ -172,10 +176,6 @@ my_src_install() { python_fix_shebang "${pydirs[@]}" } -src_test() { - python_foreach_impl meson_src_test --no-rebuild --verbose -} - pkg_preinst() { if ! use build && [[ -z ${ROOT} ]]; then python_setup diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild index 08cbf145abb2..ec4db2e48278 100644 --- a/sys-apps/portage/portage-9999.ebuild +++ b/sys-apps/portage/portage-9999.ebuild @@ -152,6 +152,10 @@ src_compile() { python_foreach_impl meson_src_compile } +src_test() { + python_foreach_impl meson_src_test --no-rebuild --verbose +} + src_install() { python_foreach_impl my_src_install dotmpfiles "${FILESDIR}"/portage-{ccache,tmpdir}.conf @@ -172,10 +176,6 @@ my_src_install() { python_fix_shebang "${pydirs[@]}" } -src_test() { - python_foreach_impl meson_src_test --no-rebuild --verbose -} - pkg_preinst() { if ! use build && [[ -z ${ROOT} ]]; then python_setup