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 7CA3A158092 for ; Mon, 13 Sep 2021 04:49:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFD7BE086C; Mon, 13 Sep 2021 04:49:41 +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-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA1A0E086C for ; Mon, 13 Sep 2021 04:49:41 +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 DE01A342E52 for ; Mon, 13 Sep 2021 04:49:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F418E5 for ; Mon, 13 Sep 2021 04:49:38 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1631508570.2e02562add6db7ea46374eb71ae46d7cebb3f6a6.mattst88@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: releases/specs/hppa/ X-VCS-Repository: proj/releng X-VCS-Files: releases/specs/hppa/installcd-stage1.spec releases/specs/hppa/installcd-stage2-minimal.spec releases/specs/hppa/netboot-hppa32.spec releases/specs/hppa/netboot-hppa64.spec X-VCS-Directories: releases/specs/hppa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 2e02562add6db7ea46374eb71ae46d7cebb3f6a6 X-VCS-Branch: master Date: Mon, 13 Sep 2021 04:49:38 +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: 44aedc4d-9e37-49a7-ba35-fb7117c626cd X-Archives-Hash: 3b30f93f9acea7eda3c535f378e76d1e commit: 2e02562add6db7ea46374eb71ae46d7cebb3f6a6 Author: Matt Turner gentoo org> AuthorDate: Sun Sep 12 04:18:52 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Sep 13 04:49:30 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=2e02562a specs/hppa: Use Python 3.9 Signed-off-by: Matt Turner gentoo.org> releases/specs/hppa/installcd-stage1.spec | 4 ++-- releases/specs/hppa/installcd-stage2-minimal.spec | 4 ++++ releases/specs/hppa/netboot-hppa32.spec | 2 ++ releases/specs/hppa/netboot-hppa64.spec | 2 ++ 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/releases/specs/hppa/installcd-stage1.spec b/releases/specs/hppa/installcd-stage1.spec index 5a490a46..42def888 100644 --- a/releases/specs/hppa/installcd-stage1.spec +++ b/releases/specs/hppa/installcd-stage1.spec @@ -9,8 +9,8 @@ pkgcache_path: /var/tmp/catalyst/packages/default/installcd-stage1 portage_confdir: @REPO_DIR@/releases/portage/isos livecd/use: -* - python_targets_python3_6 - python_single_target_python3_6 + python_targets_python3_9 + python_single_target_python3_9 bindist compile-locales fbcon diff --git a/releases/specs/hppa/installcd-stage2-minimal.spec b/releases/specs/hppa/installcd-stage2-minimal.spec index 41d34ff2..ad132917 100644 --- a/releases/specs/hppa/installcd-stage2-minimal.spec +++ b/releases/specs/hppa/installcd-stage2-minimal.spec @@ -20,6 +20,8 @@ boot/kernel/livecd32/sources: sys-kernel/gentoo-sources boot/kernel/livecd32/config: @REPO_DIR@/releases/kconfig/hppa/hppa32.config boot/kernel/livecd32/use: -* + python_targets_python3_9 + python_single_target_python3_9 atm fbcon ipv6 @@ -47,6 +49,8 @@ boot/kernel/livecd64/gk_kernargs: --kernel-nm=hppa64-unknown-linux-gnu-nm boot/kernel/livecd64/use: -* + python_targets_python3_9 + python_single_target_python3_9 atm fbcon ipv6 diff --git a/releases/specs/hppa/netboot-hppa32.spec b/releases/specs/hppa/netboot-hppa32.spec index ff219ff5..4908c222 100644 --- a/releases/specs/hppa/netboot-hppa32.spec +++ b/releases/specs/hppa/netboot-hppa32.spec @@ -18,6 +18,8 @@ boot/kernel/netboot32/gk_kernargs: --all-ramdisk-modules netboot/use: -* + python_targets_python3_9 + python_single_target_python3_9 libtommath # dropbear requires libtomcrypt[libtommath] multicall shadow diff --git a/releases/specs/hppa/netboot-hppa64.spec b/releases/specs/hppa/netboot-hppa64.spec index 43c95c1e..992fc3db 100644 --- a/releases/specs/hppa/netboot-hppa64.spec +++ b/releases/specs/hppa/netboot-hppa64.spec @@ -23,6 +23,8 @@ boot/kernel/netboot64/gk_kernargs: netboot/use: -* + python_targets_python3_9 + python_single_target_python3_9 libtommath # dropbear requires libtomcrypt[libtommath] multicall shadow