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 A9EB613888F for ; Fri, 16 Oct 2015 01:51:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB3BE21C05C; Fri, 16 Oct 2015 01:50:58 +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 41EA121C05C for ; Fri, 16 Oct 2015 01:50:58 +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 1AD59340A7B for ; Fri, 16 Oct 2015 01:50:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C1C31089 for ; Fri, 16 Oct 2015 01:50:54 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1444960243.86e5533e18663f26a8f9af19b42169c818fc0c63.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lockfile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/lockfile/lockfile-0.11.0-r1.ebuild dev-python/lockfile/lockfile-0.11.0.ebuild X-VCS-Directories: dev-python/lockfile/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 86e5533e18663f26a8f9af19b42169c818fc0c63 X-VCS-Branch: master Date: Fri, 16 Oct 2015 01:50:54 +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: 43f72774-e332-4412-b7b8-341ac4db50c7 X-Archives-Hash: 3d1e65c69199d8490628a0d6af0c1c02 commit: 86e5533e18663f26a8f9af19b42169c818fc0c63 Author: Mike Gilbert gentoo org> AuthorDate: Fri Oct 16 01:50:43 2015 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Oct 16 01:50:43 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86e5533e dev-python/lockfile: Remove upper-bound on dev-python/pbr Package-Manager: portage-2.2.23_p4 .../lockfile/{lockfile-0.11.0.ebuild => lockfile-0.11.0-r1.ebuild} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-python/lockfile/lockfile-0.11.0.ebuild b/dev-python/lockfile/lockfile-0.11.0-r1.ebuild similarity index 93% rename from dev-python/lockfile/lockfile-0.11.0.ebuild rename to dev-python/lockfile/lockfile-0.11.0-r1.ebuild index 97ebd77..1979687 100644 --- a/dev-python/lockfile/lockfile-0.11.0.ebuild +++ b/dev-python/lockfile/lockfile-0.11.0-r1.ebuild @@ -19,13 +19,17 @@ IUSE="doc test" DEPEND=" >dev-python/pbr-0.7[${PYTHON_USEDEP}] -