From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D9C3138330 for ; Tue, 29 May 2018 00:53:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34F88E07B3; Tue, 29 May 2018 00:53:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 118A7E07B3 for ; Tue, 29 May 2018 00:53:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A2E06335C29 for ; Tue, 29 May 2018 00:53:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC786129 for ; Tue, 29 May 2018 00:53:44 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1527555182.80e77709f57eea217fc9ca79c9ef648c843f8259.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/baselayout/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/baselayout/baselayout-9999.ebuild X-VCS-Directories: sys-apps/baselayout/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 80e77709f57eea217fc9ca79c9ef648c843f8259 X-VCS-Branch: master Date: Tue, 29 May 2018 00:53:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e3e487f2-c6aa-45c9-8e96-919cf5e8b7ef X-Archives-Hash: 5acfce2aaeead4d713fdf2e19ef1c95a commit: 80e77709f57eea217fc9ca79c9ef648c843f8259 Author: William Hubbs gentoo org> AuthorDate: Tue May 29 00:51:47 2018 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue May 29 00:53:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80e77709 sys-apps/baselayout: sync live ebuild Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-apps/baselayout/baselayout-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/baselayout/baselayout-9999.ebuild b/sys-apps/baselayout/baselayout-9999.ebuild index 866701708dc..c32ab3e4495 100644 --- a/sys-apps/baselayout/baselayout-9999.ebuild +++ b/sys-apps/baselayout/baselayout-9999.ebuild @@ -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