commit: e2679a1b5c4b44b171cb9f5f6c4168bfc8a33e0e Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Thu Dec 23 09:08:49 2021 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Thu Dec 23 09:08:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2679a1b
dev-lang/tcl: Drop obsolete warning Closes: https://bugs.gentoo.org/813480 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> dev-lang/tcl/tcl-8.6.12.ebuild | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/dev-lang/tcl/tcl-8.6.12.ebuild b/dev-lang/tcl/tcl-8.6.12.ebuild index 5a44ad9fa048..12ec6c9aac3d 100644 --- a/dev-lang/tcl/tcl-8.6.12.ebuild +++ b/dev-lang/tcl/tcl-8.6.12.ebuild @@ -119,18 +119,3 @@ multilib_src_install() { dodoc "${SPARENT}"/{ChangeLog*,README.md,changes} fi } - -pkg_postinst() { - for version in ${REPLACING_VERSIONS}; do - if ver_test 8.6 -lt ${version}; then - echo - ewarn "You're upgrading from <${P}, you must recompile the other" - ewarn "packages on your system that link with tcl after the upgrade" - ewarn "completes. To perform this action, please run revdep-rebuild" - ewarn "in package app-portage/gentoolkit." - ewarn "If you have dev-lang/tk and dev-tcltk/tclx installed you should" - ewarn "upgrade them before this recompilation, too," - echo - fi - done -}
