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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D6A1E158090 for ; Mon, 16 May 2022 01:20:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF9A7E08E0; Mon, 16 May 2022 01:20:52 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4D8CE08E0 for ; Mon, 16 May 2022 01:20:52 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EBBD83417E9 for ; Mon, 16 May 2022 01:20:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7E9E445 for ; Mon, 16 May 2022 01:20:49 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1652663983.e42355dd4afcbfad923f8701f5953085c3d4eee3.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs-kmod/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/zfs-kmod/zfs-kmod-0.8.6.ebuild sys-fs/zfs-kmod/zfs-kmod-2.0.7.ebuild sys-fs/zfs-kmod/zfs-kmod-2.1.2.ebuild sys-fs/zfs-kmod/zfs-kmod-2.1.4-r1.ebuild sys-fs/zfs-kmod/zfs-kmod-9999.ebuild X-VCS-Directories: sys-fs/zfs-kmod/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: e42355dd4afcbfad923f8701f5953085c3d4eee3 X-VCS-Branch: master Date: Mon, 16 May 2022 01:20:49 +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: 37b907fd-62cb-4e47-a335-fbb1ffd876a0 X-Archives-Hash: 448091fb9545eab8a45ffc04d3dfec84 commit: e42355dd4afcbfad923f8701f5953085c3d4eee3 Author: Georgy Yakovlev gentoo org> AuthorDate: Mon May 16 01:19:24 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Mon May 16 01:19:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e42355dd sys-fs/zfs-kmod: set_arch_to_portage -> set_arch_to_pkgmgr Signed-off-by: Georgy Yakovlev gentoo.org> sys-fs/zfs-kmod/zfs-kmod-0.8.6.ebuild | 4 ++-- sys-fs/zfs-kmod/zfs-kmod-2.0.7.ebuild | 4 ++-- sys-fs/zfs-kmod/zfs-kmod-2.1.2.ebuild | 2 +- sys-fs/zfs-kmod/zfs-kmod-2.1.4-r1.ebuild | 2 +- sys-fs/zfs-kmod/zfs-kmod-9999.ebuild | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sys-fs/zfs-kmod/zfs-kmod-0.8.6.ebuild b/sys-fs/zfs-kmod/zfs-kmod-0.8.6.ebuild index f3bf1e8c644e..49d364f92cc3 100644 --- a/sys-fs/zfs-kmod/zfs-kmod-0.8.6.ebuild +++ b/sys-fs/zfs-kmod/zfs-kmod-0.8.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -182,7 +182,7 @@ pkg_postinst() { fi if [[ -z ${ROOT} ]] && use dist-kernel; then - set_arch_to_portage + set_arch_to_pkgmgr dist-kernel_reinstall_initramfs "${KV_DIR}" "${KV_FULL}" fi diff --git a/sys-fs/zfs-kmod/zfs-kmod-2.0.7.ebuild b/sys-fs/zfs-kmod/zfs-kmod-2.0.7.ebuild index 154ef6022aef..a928c1eac6f9 100644 --- a/sys-fs/zfs-kmod/zfs-kmod-2.0.7.ebuild +++ b/sys-fs/zfs-kmod/zfs-kmod-2.0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -180,7 +180,7 @@ pkg_postinst() { linux-mod_pkg_postinst if [[ -z ${ROOT} ]] && use dist-kernel; then - set_arch_to_portage + set_arch_to_pkgmgr dist-kernel_reinstall_initramfs "${KV_DIR}" "${KV_FULL}" fi diff --git a/sys-fs/zfs-kmod/zfs-kmod-2.1.2.ebuild b/sys-fs/zfs-kmod/zfs-kmod-2.1.2.ebuild index f2a4878100af..6eacb6cbcf38 100644 --- a/sys-fs/zfs-kmod/zfs-kmod-2.1.2.ebuild +++ b/sys-fs/zfs-kmod/zfs-kmod-2.1.2.ebuild @@ -180,7 +180,7 @@ pkg_postinst() { linux-mod_pkg_postinst if [[ -z ${ROOT} ]] && use dist-kernel; then - set_arch_to_portage + set_arch_to_pkgmgr dist-kernel_reinstall_initramfs "${KV_DIR}" "${KV_FULL}" fi diff --git a/sys-fs/zfs-kmod/zfs-kmod-2.1.4-r1.ebuild b/sys-fs/zfs-kmod/zfs-kmod-2.1.4-r1.ebuild index 79e017a77935..05b9754f0ef2 100644 --- a/sys-fs/zfs-kmod/zfs-kmod-2.1.4-r1.ebuild +++ b/sys-fs/zfs-kmod/zfs-kmod-2.1.4-r1.ebuild @@ -184,7 +184,7 @@ pkg_postinst() { linux-mod_pkg_postinst if [[ -z ${ROOT} ]] && use dist-kernel; then - set_arch_to_portage + set_arch_to_pkgmgr dist-kernel_reinstall_initramfs "${KV_DIR}" "${KV_FULL}" fi diff --git a/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild b/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild index 415a0f781f18..1b9f31ac7666 100644 --- a/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild +++ b/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild @@ -180,7 +180,7 @@ pkg_postinst() { linux-mod_pkg_postinst if [[ -z ${ROOT} ]] && use dist-kernel; then - set_arch_to_portage + set_arch_to_pkgmgr dist-kernel_reinstall_initramfs "${KV_DIR}" "${KV_FULL}" fi