From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-838918-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id AD8A113888F
	for <garchives@archives.gentoo.org>; Thu,  8 Oct 2015 05:47:09 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id AE73AE080A;
	Thu,  8 Oct 2015 05:47:06 +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 4A5EEE080A
	for <gentoo-commits@lists.gentoo.org>; Thu,  8 Oct 2015 05:47:06 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 2CCFE340771
	for <gentoo-commits@lists.gentoo.org>; Thu,  8 Oct 2015 05:47:04 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EAE4B86
	for <gentoo-commits@lists.gentoo.org>; Thu,  8 Oct 2015 05:46:59 +0000 (UTC)
From: "Ian Delaney" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" <idella4@gentoo.org>
Message-ID: <1444283208.ea83784ccb751a2d3a0042d0be906a6ad6db22c5.idella4@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bpython/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/bpython/bpython-0.14.2.ebuild
X-VCS-Directories: dev-python/bpython/
X-VCS-Committer: idella4
X-VCS-Committer-Name: Ian Delaney
X-VCS-Revision: ea83784ccb751a2d3a0042d0be906a6ad6db22c5
X-VCS-Branch: master
Date: Thu,  8 Oct 2015 05:46:59 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 56813428-c407-4c13-8fb5-e2949106d641
X-Archives-Hash: 9a5e0c88ad11d95ff184d7374bc7b2f4

commit:     ea83784ccb751a2d3a0042d0be906a6ad6db22c5
Author:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  8 05:46:18 2015 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Thu Oct  8 05:46:48 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea83784c

dev-python/bpython: re-add border versioning of curtsies to -0.14.2

Gentoo bug: #560296

Package-Manager: portage-2.2.20.1

 dev-python/bpython/bpython-0.14.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/bpython/bpython-0.14.2.ebuild b/dev-python/bpython/bpython-0.14.2.ebuild
index 8f389d7..590489d 100644
--- a/dev-python/bpython/bpython-0.14.2.ebuild
+++ b/dev-python/bpython/bpython-0.14.2.ebuild
@@ -21,6 +21,7 @@ IUSE="doc test"
 
 RDEPEND="
 	>=dev-python/curtsies-0.1.18[${PYTHON_USEDEP}]
+	<dev-python/curtsies-0.2.0[${PYTHON_USEDEP}]
 	dev-python/greenlet[${PYTHON_USEDEP}]
 	dev-python/jedi[${PYTHON_USEDEP}]
 	dev-python/pygments[${PYTHON_USEDEP}]