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 5F7CE139694 for ; Thu, 27 Apr 2017 08:23:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84590E0D72; Thu, 27 Apr 2017 08:23:10 +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 5B8F3E0D72 for ; Thu, 27 Apr 2017 08:23:10 +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 3F8E634168E for ; Thu, 27 Apr 2017 08:23:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD8747438 for ; Thu, 27 Apr 2017 08:23:07 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1493281360.9d9c4e09da4de6ed1ca892dfc6d1b183b30146db.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/hy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/hy/hy-0.12.1.ebuild X-VCS-Directories: dev-lang/hy/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 9d9c4e09da4de6ed1ca892dfc6d1b183b30146db X-VCS-Branch: master Date: Thu, 27 Apr 2017 08:23:07 +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: 9cf9a998-c8d5-49d0-8ac6-8078613d6d32 X-Archives-Hash: 929d75bad6545c1880c1a37d71972835 commit: 9d9c4e09da4de6ed1ca892dfc6d1b183b30146db Author: Patrick Lauer gentoo org> AuthorDate: Thu Apr 27 08:22:40 2017 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Thu Apr 27 08:22:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d9c4e09 dev-lang/hy: Fix clint dep #615596 Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-lang/hy/hy-0.12.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/hy/hy-0.12.1.ebuild b/dev-lang/hy/hy-0.12.1.ebuild index bc27ab71eb3..63fcce06bf6 100644 --- a/dev-lang/hy/hy-0.12.1.ebuild +++ b/dev-lang/hy/hy-0.12.1.ebuild @@ -19,7 +19,7 @@ IUSE="test doc examples" RDEPEND="dev-python/flake8[${PYTHON_USEDEP}] >=dev-python/rply-0.7.0[${PYTHON_USEDEP}] >=dev-python/astor-0.5[${PYTHON_USEDEP}] - dev-python/clint[${PYTHON_USEDEP}] + >=dev-python/clint-0.4[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )