Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/baselayout/
Date: Mon, 28 May 2018 20:19:43
Message-Id: 1527538726.b48a095d8b961b269304dfab948c80bf557f2386.williamh@gentoo
1 commit: b48a095d8b961b269304dfab948c80bf557f2386
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 28 20:18:46 2018 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Mon May 28 20:18:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b48a095d
7
8 sys-apps/baselayout-2.6: typo fix
9
10 sys-apps/baselayout/baselayout-2.6.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-apps/baselayout/baselayout-2.6.ebuild b/sys-apps/baselayout/baselayout-2.6.ebuild
14 index 866701708dc..c32ab3e4495 100644
15 --- a/sys-apps/baselayout/baselayout-2.6.ebuild
16 +++ b/sys-apps/baselayout/baselayout-2.6.ebuild
17 @@ -254,7 +254,7 @@ pkg_postinst() {
18 ewarn "env-update && . /etc/profile"
19 fi
20
21 - if ! version_is_at_least 2.5 ${x}; then
22 + if ! version_is_at_least 2.6 ${x}; then
23 ewarn "Please run env-update then log out and back in to"
24 ewarn "update your path."
25 fi