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 9ABDC13832E for ; Fri, 5 Aug 2016 16:58:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1FB4E0944; Fri, 5 Aug 2016 16:58:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B8DCE0944 for ; Fri, 5 Aug 2016 16:58:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2FB79340B7A for ; Fri, 5 Aug 2016 16:58:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96F117CE for ; Fri, 5 Aug 2016 16:58:21 +0000 (UTC) From: "Amy Winston" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Winston" Message-ID: <1470416174.29751415a9067c0c2f032d1a7a9097b56a927f2a.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-scheme/guile/guile-2.0.12.ebuild X-VCS-Directories: dev-scheme/guile/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Winston X-VCS-Revision: 29751415a9067c0c2f032d1a7a9097b56a927f2a X-VCS-Branch: master Date: Fri, 5 Aug 2016 16:58:21 +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: 5d1152c5-5018-4514-87cc-f91998abf487 X-Archives-Hash: f382e67afc205566a3ec7c663227884a commit: 29751415a9067c0c2f032d1a7a9097b56a927f2a Author: Amy Winston gentoo org> AuthorDate: Fri Aug 5 16:56:14 2016 +0000 Commit: Amy Winston gentoo org> CommitDate: Fri Aug 5 16:56:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29751415 dev-scheme/guile: change > to >= for slib Package-Manager: portage-2.2.28 dev-scheme/guile/guile-2.0.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-scheme/guile/guile-2.0.12.ebuild b/dev-scheme/guile/guile-2.0.12.ebuild index b8fb41c..f20a701 100644 --- a/dev-scheme/guile/guile-2.0.12.ebuild +++ b/dev-scheme/guile/guile-2.0.12.ebuild @@ -75,7 +75,7 @@ pkg_postinst() { } pkg_config() { - if has_version '>dev-scheme/slib-3.2.4'; then + if has_version '>=dev-scheme/slib-3.2.4'; then einfo "Registering slib with guile" install_slib_for_guile fi