app-misc/unfoo: drop string version compare, bug #705242
authorSergei Trofimovich <slyfox@gentoo.org>
Thu, 6 Feb 2020 00:04:00 +0000 (00:04 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Thu, 6 Feb 2020 00:04:00 +0000 (00:04 +0000)
Closes: https://bugs.gentoo.org/705242
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
app-misc/unfoo/unfoo-1.0.8.ebuild

index a6c641e8024bbe91bf651ca81d1201755d442cc2..1049dfaf93bd2dfc5e19f2b52a5713adcd474661 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -45,7 +45,5 @@ pkg_postinst() {
                elog "optional packages to do so. For a list, either consult the source"
                elog "(less /usr/bin/unfoo), or see http://obsoleet.org/code/unfoo"
                elog "To get full support please use USE=-minimal"
-       elif [[ ${REPLACING_VERSIONS} < 1.0.7 ]]; then
-               elog "To get full support please use USE=-minimal"
        fi
 }