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: Tue, 29 May 2018 00:53:49
Message-Id: 1527555182.80e77709f57eea217fc9ca79c9ef648c843f8259.williamh@gentoo
1 commit: 80e77709f57eea217fc9ca79c9ef648c843f8259
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 29 00:51:47 2018 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Tue May 29 00:53:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80e77709
7
8 sys-apps/baselayout: sync live ebuild
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 sys-apps/baselayout/baselayout-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/baselayout/baselayout-9999.ebuild b/sys-apps/baselayout/baselayout-9999.ebuild
16 index 866701708dc..c32ab3e4495 100644
17 --- a/sys-apps/baselayout/baselayout-9999.ebuild
18 +++ b/sys-apps/baselayout/baselayout-9999.ebuild
19 @@ -254,7 +254,7 @@ pkg_postinst() {
20 ewarn "env-update && . /etc/profile"
21 fi
22
23 - if ! version_is_at_least 2.5 ${x}; then
24 + if ! version_is_at_least 2.6 ${x}; then
25 ewarn "Please run env-update then log out and back in to"
26 ewarn "update your path."
27 fi