diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-02-06 00:04:00 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-02-06 00:04:00 +0000 |
commit | 8b0db89fffa5c0fbe2d938955467f013127b20e4 (patch) | |
tree | 1ad53b0b78e0d485bb606b090238bd72a7fdafab /app-misc/unfoo | |
parent | media-sound/grip: stable 4.0.1-r1 for ppc, bug #708022 (diff) | |
download | gentoo-8b0db89fffa5c0fbe2d938955467f013127b20e4.tar.gz gentoo-8b0db89fffa5c0fbe2d938955467f013127b20e4.tar.bz2 gentoo-8b0db89fffa5c0fbe2d938955467f013127b20e4.zip |
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@gentoo.org>
Diffstat (limited to 'app-misc/unfoo')
-rw-r--r-- | app-misc/unfoo/unfoo-1.0.8.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
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 } |