From: Sergei Trofimovich Date: Thu, 6 Feb 2020 00:04:00 +0000 (+0000) Subject: app-misc/unfoo: drop string version compare, bug #705242 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8b0db89fffa5c0fbe2d938955467f013127b20e4;p=gentoo.git app-misc/unfoo: drop string version compare, bug #705242 Closes: https://bugs.gentoo.org/705242 Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich --- diff --git a/app-misc/unfoo/unfoo-1.0.8.ebuild b/app-misc/unfoo/unfoo-1.0.8.ebuild index a6c641e8024b..1049dfaf93bd 100644 --- a/app-misc/unfoo/unfoo-1.0.8.ebuild +++ b/app-misc/unfoo/unfoo-1.0.8.ebuild @@ -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 }