Drop lexicographical version compare.
Closes: https://bugs.gentoo.org/705258
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
eprefixify "${T}"/80cgc-opt
doenvd "${T}"/80cgc-opt
}
-
-pkg_postinst() {
- if [[ ${REPLACING_VERSIONS} < 2.1.0016 ]]; then
- einfo "Starting with ${CATEGORY}/${PN}-2.1.0016, ${PN} is installed in"
- einfo "${DEST}. Packages might have to add something like:"
- einfo " append-cppflags -I${DEST}/include"
- fi
-}