commit:     8b0db89fffa5c0fbe2d938955467f013127b20e4
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  6 00:04:00 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Feb  6 00:04:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b0db89f

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 <slyfox <AT> gentoo.org>

 app-misc/unfoo/unfoo-1.0.8.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/app-misc/unfoo/unfoo-1.0.8.ebuild 
b/app-misc/unfoo/unfoo-1.0.8.ebuild
index a6c641e8024..1049dfaf93b 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
 }

Reply via email to