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 D8D24139083 for ; Wed, 9 Aug 2017 18:59:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F25FE0CA4; Wed, 9 Aug 2017 18:59:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E0E80E0CA7 for ; Wed, 9 Aug 2017 18:59:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BEB8A3418AA for ; Wed, 9 Aug 2017 18:59:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1766A75EB for ; Wed, 9 Aug 2017 18:59:37 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1502305132.2abe351d0a4cd318ac47cc3a150b5e930f0f1559.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/baselayout/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/baselayout/baselayout-2.4.1-r1.ebuild X-VCS-Directories: sys-apps/baselayout/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 2abe351d0a4cd318ac47cc3a150b5e930f0f1559 X-VCS-Branch: master Date: Wed, 9 Aug 2017 18:59:37 +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: 1e6798f4-deeb-4e1a-a5ec-968dd0915fe1 X-Archives-Hash: b8eb0a333157d4e8feafad4daf0ce1c2 commit: 2abe351d0a4cd318ac47cc3a150b5e930f0f1559 Author: Tim Harder gentoo org> AuthorDate: Wed Aug 9 18:35:20 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Wed Aug 9 18:58:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2abe351d sys-apps/baselayout: fix version_is_at_least function typo sys-apps/baselayout/baselayout-2.4.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/baselayout/baselayout-2.4.1-r1.ebuild b/sys-apps/baselayout/baselayout-2.4.1-r1.ebuild index e0b71bd2af4..edb3c393e38 100644 --- a/sys-apps/baselayout/baselayout-2.4.1-r1.ebuild +++ b/sys-apps/baselayout/baselayout-2.4.1-r1.ebuild @@ -242,7 +242,7 @@ pkg_postinst() { fi for x in ${REPLACING_VERSIONS}; do - if ! xersion_is_at_least 2.4 ${v}; then + if ! version_is_at_least 2.4 ${v}; then ewarn "After updating ${EROOT}etc/profile, please run" ewarn "env-update and . /etc/profile" break