diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2022-08-07 21:46:47 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2022-08-07 21:46:47 +0000 |
commit | dcbb40adc1eb0ba1bcf4418dd8a882fe34361adf (patch) | |
tree | b38caaf7818a9c43aa1e606820aa41b9fc0a9838 | |
parent | 2022-08-07 21:01:54 UTC (diff) | |
parent | linux-info: Remove deprecated eclass func after warning period expiration (diff) | |
download | gentoo-dcbb40adc1eb0ba1bcf4418dd8a882fe34361adf.tar.gz gentoo-dcbb40adc1eb0ba1bcf4418dd8a882fe34361adf.tar.bz2 gentoo-dcbb40adc1eb0ba1bcf4418dd8a882fe34361adf.zip |
Merge updates from master
-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. |