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 6117F139694 for ; Sat, 15 Apr 2017 18:11:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7FF0E0C5F; Sat, 15 Apr 2017 18:11:19 +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 C38CFE0C5F for ; Sat, 15 Apr 2017 18:11:19 +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 A6BD9340BEA for ; Sat, 15 Apr 2017 18:11:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFAFD73F3 for ; Sat, 15 Apr 2017 18:11:16 +0000 (UTC) From: "Ian Whyman" 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 Whyman" Message-ID: <1492279867.86a74f5149634cef203467caccb49ccd00fcd3be.thev00d00@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tvdb_api/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tvdb_api/tvdb_api-1.10_pre20150406-r1.ebuild dev-python/tvdb_api/tvdb_api-1.10_pre20150406.ebuild X-VCS-Directories: dev-python/tvdb_api/ X-VCS-Committer: thev00d00 X-VCS-Committer-Name: Ian Whyman X-VCS-Revision: 86a74f5149634cef203467caccb49ccd00fcd3be X-VCS-Branch: master Date: Sat, 15 Apr 2017 18:11:16 +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: 7ac55d76-6fdf-4e2b-8b88-82b3a09f4567 X-Archives-Hash: 7a16c2a20da0bb7acb8dedf0d1e24b83 commit: 86a74f5149634cef203467caccb49ccd00fcd3be Author: Ian Whyman gentoo org> AuthorDate: Sat Apr 15 18:11:07 2017 +0000 Commit: Ian Whyman gentoo org> CommitDate: Sat Apr 15 18:11:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86a74f51 dev-python/tvdb_api: Add missing rdep on requests-cache Package-Manager: Portage-2.3.5, Repoman-2.3.2 ..._api-1.10_pre20150406.ebuild => tvdb_api-1.10_pre20150406-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/tvdb_api/tvdb_api-1.10_pre20150406.ebuild b/dev-python/tvdb_api/tvdb_api-1.10_pre20150406-r1.ebuild similarity index 89% rename from dev-python/tvdb_api/tvdb_api-1.10_pre20150406.ebuild rename to dev-python/tvdb_api/tvdb_api-1.10_pre20150406-r1.ebuild index 528eccf0fe9..33cac4dbdbe 100644 --- a/dev-python/tvdb_api/tvdb_api-1.10_pre20150406.ebuild +++ b/dev-python/tvdb_api/tvdb_api-1.10_pre20150406-r1.ebuild @@ -16,6 +16,6 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" +RDEPEND="dev-python/requests-cache[${PYTHON_USEDEP}]" S="${WORKDIR}"