Remove deprecated eclass function after warning period expiration

Signed-off-by: Mike Pagano <mpag...@gentoo.org>
---
 eclass/linux-info.eclass | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass
index 7e130062a..0fa96e70f 100644
--- a/eclass/linux-info.eclass
+++ b/eclass/linux-info.eclass
@@ -149,21 +149,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.
--
2.35.1




--
Mike Pagano
Gentoo Developer - Kernel Project
Gentoo Sources - Lead
E-Mail     : mpag...@gentoo.org
GnuPG FP   : 52CC A0B0 F631 0B17 0142 F83F 92A6 DBEC 81F2 B137
Public Key : 
http://http://pgp.mit.edu/pks/lookup?search=0x92A6DBEC81F2B137&op=index

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to