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 8A9E6138330 for ; Sat, 3 Sep 2016 17:19:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2B72E09B3; Sat, 3 Sep 2016 17:19:01 +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 591BFE09B3 for ; Sat, 3 Sep 2016 17:19:01 +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 6B8AC340A03 for ; Sat, 3 Sep 2016 17:19:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 791DA2462 for ; Sat, 3 Sep 2016 17:18:58 +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: <1472923134.e1b546021750dbf9e36e0c441ce8fd1480a6244a.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/thefuck/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/thefuck/thefuck-3.10.ebuild app-shells/thefuck/thefuck-3.11.ebuild X-VCS-Directories: app-shells/thefuck/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: e1b546021750dbf9e36e0c441ce8fd1480a6244a X-VCS-Branch: master Date: Sat, 3 Sep 2016 17:18:58 +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: 1d153fd3-3604-43b2-a694-400aad1bd8ce X-Archives-Hash: 55424b358282c598544ed7307d676fca commit: e1b546021750dbf9e36e0c441ce8fd1480a6244a Author: Mike Gilbert gentoo org> AuthorDate: Sat Sep 3 17:18:54 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Sep 3 17:18:54 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1b54602 app-shells/thefuck: depend on virtual/python-pathlib Package-Manager: portage-2.3.0_p24 app-shells/thefuck/thefuck-3.10.ebuild | 2 +- app-shells/thefuck/thefuck-3.11.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-shells/thefuck/thefuck-3.10.ebuild b/app-shells/thefuck/thefuck-3.10.ebuild index b841c8c..ee24672 100644 --- a/app-shells/thefuck/thefuck-3.10.ebuild +++ b/app-shells/thefuck/thefuck-3.10.ebuild @@ -16,7 +16,7 @@ LICENSE="MIT" SLOT="0" IUSE="test" -RDEPEND="dev-python/pathlib[${PYTHON_USEDEP}] +RDEPEND="virtual/python-pathlib[${PYTHON_USEDEP}] dev-python/psutil[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] dev-python/decorator[${PYTHON_USEDEP}] diff --git a/app-shells/thefuck/thefuck-3.11.ebuild b/app-shells/thefuck/thefuck-3.11.ebuild index b841c8c..ee24672 100644 --- a/app-shells/thefuck/thefuck-3.11.ebuild +++ b/app-shells/thefuck/thefuck-3.11.ebuild @@ -16,7 +16,7 @@ LICENSE="MIT" SLOT="0" IUSE="test" -RDEPEND="dev-python/pathlib[${PYTHON_USEDEP}] +RDEPEND="virtual/python-pathlib[${PYTHON_USEDEP}] dev-python/psutil[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] dev-python/decorator[${PYTHON_USEDEP}]