sys-apps/baselayout-2.6: typo fix
authorWilliam Hubbs <williamh@gentoo.org>
Mon, 28 May 2018 20:18:46 +0000 (15:18 -0500)
committerWilliam Hubbs <williamh@gentoo.org>
Mon, 28 May 2018 20:18:46 +0000 (15:18 -0500)
sys-apps/baselayout/baselayout-2.6.ebuild

index 866701708dc6a2b805728fddd6c2e51cd41def32..c32ab3e4495f46f588804e326e7df1b24724d6f3 100644 (file)
@@ -254,7 +254,7 @@ pkg_postinst() {
                        ewarn "env-update && . /etc/profile"
                fi
 
-               if ! version_is_at_least 2.5 ${x}; then
+               if ! version_is_at_least 2.6 ${x}; then
                        ewarn "Please run env-update then log out and back in to"
                        ewarn "update your path."
                fi