diff options
author | Mike Pagano <mpagano@gentoo.org> | 2022-08-07 17:40:59 -0400 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2022-08-07 17:40:59 -0400 |
commit | e48ea29166138bc3f675f3809ca3785b862598a0 (patch) | |
tree | 4898773b2b2303fc9707531ad902158ddd3012bd /eclass/linux-info.eclass | |
parent | kde-plasma/plasma-desktop: Add two 5.24.7 backports (diff) | |
download | gentoo-e48ea29166138bc3f675f3809ca3785b862598a0.tar.gz gentoo-e48ea29166138bc3f675f3809ca3785b862598a0.tar.bz2 gentoo-e48ea29166138bc3f675f3809ca3785b862598a0.zip |
linux-info: Remove deprecated eclass func after warning period expiration
Bug: https://bugs.gentoo.org/843686
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Diffstat (limited to 'eclass/linux-info.eclass')
-rw-r--r-- | eclass/linux-info.eclass | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass index 0bc714e8175f..8925f83b6695 100644 --- a/eclass/linux-info.eclass +++ b/eclass/linux-info.eclass @@ -158,21 +158,6 @@ esac # Set the env ARCH to match what the kernel expects. set_arch_to_kernel() { export ARCH=$(tc-arch-kernel); } -# @FUNCTION: set_arch_to_portage -# @DESCRIPTION: -# Set the env ARCH to match what portage expects. -set_arch_to_portage() { - - ewarn "The function name: set_arch_to_portage is being deprecated and" - ewarn "being changed to: set_arch_to_pkgmgr to comply with pms policy." - ewarn "See bug #843686" - ewarn "The old function name will be removed on or about July 1st, 2022." - ewarn "Please update your ebuild or eclass before this date." - ewarn "" - - export ARCH=$(tc-arch); -} - # @FUNCTION: set_arch_to_pkgmgr # @DESCRIPTION: # Set the env ARCH to match what the package manager expects. |