diff options
author | Pacho Ramos <pacho@gentoo.org> | 2021-12-23 10:08:49 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2021-12-23 10:08:58 +0100 |
commit | e2679a1b5c4b44b171cb9f5f6c4168bfc8a33e0e (patch) | |
tree | b32ac1437f7a40a33177afc58b3446391fbc801a /dev-lang/tcl | |
parent | package.mask: mask portage-utils-0.93 for colour breakage (diff) | |
download | gentoo-e2679a1b5c4b44b171cb9f5f6c4168bfc8a33e0e.tar.gz gentoo-e2679a1b5c4b44b171cb9f5f6c4168bfc8a33e0e.tar.bz2 gentoo-e2679a1b5c4b44b171cb9f5f6c4168bfc8a33e0e.zip |
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@gentoo.org>
Diffstat (limited to 'dev-lang/tcl')
-rw-r--r-- | dev-lang/tcl/tcl-8.6.12.ebuild | 15 |
1 files changed, 0 insertions, 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 -} |