From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D98E8138BED for ; Mon, 12 Oct 2015 23:24:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F628E07FB; Mon, 12 Oct 2015 23:24:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7435AE07F1 for ; Mon, 12 Oct 2015 23:24:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A2C27340864 for ; Mon, 12 Oct 2015 23:24:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E2FBF5B for ; Mon, 12 Oct 2015 23:24:11 +0000 (UTC) From: "Ryan Hill" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ryan Hill" Message-ID: <1444692139.98ac88a75ec4ae4373c5efdf79bc4a2adb25cb4e.rhill@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-scheme/guile/guile-1.8.8-r2.ebuild X-VCS-Directories: dev-scheme/guile/ X-VCS-Committer: rhill X-VCS-Committer-Name: Ryan Hill X-VCS-Revision: 98ac88a75ec4ae4373c5efdf79bc4a2adb25cb4e X-VCS-Branch: master Date: Mon, 12 Oct 2015 23:24:11 +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: ed07a703-1a27-42e9-b542-ac9fc671e5b1 X-Archives-Hash: 9f2fb42d3c6522fa718bd8ff680330dd commit: 98ac88a75ec4ae4373c5efdf79bc4a2adb25cb4e Author: Ryan Hill gentoo org> AuthorDate: Sat Sep 19 03:15:16 2015 +0000 Commit: Ryan Hill gentoo org> CommitDate: Mon Oct 12 23:22:19 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98ac88a7 dev-scheme/guile: Split libtool/libltdl dependencies (bug #539370) Gentoo-Bug: https://bugs.gentoo.org/539370 dev-scheme/guile/guile-1.8.8-r2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-scheme/guile/guile-1.8.8-r2.ebuild b/dev-scheme/guile/guile-1.8.8-r2.ebuild index 619d678..858ec54 100644 --- a/dev-scheme/guile/guile-1.8.8-r2.ebuild +++ b/dev-scheme/guile/guile-1.8.8-r2.ebuild @@ -16,12 +16,13 @@ RESTRICT="!regex? ( test )" RDEPEND=" >=dev-libs/gmp-4.1:0= - >=sys-devel/libtool-1.5.6 + dev-libs/libltdl:0= sys-devel/gettext sys-libs/ncurses:0= emacs? ( virtual/emacs )" DEPEND="${RDEPEND} - sys-apps/texinfo" + sys-apps/texinfo + sys-devel/libtool" # Guile seems to contain some slotting support, /usr/share/guile/ is slotted, # but there are lots of collisions. Most in /usr/share/libguile. Therefore