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 BC8481382C5 for ; Thu, 24 Dec 2020 14:39:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06BAEE0AA5; Thu, 24 Dec 2020 14:39:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E34FCE0AA5 for ; Thu, 24 Dec 2020 14:39:14 +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 A8C53341856 for ; Thu, 24 Dec 2020 14:39:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 347DEB8 for ; Thu, 24 Dec 2020 14:39:12 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1608820745.a98d8ad88c9d573e13ad91e41d8e0950be10dcf1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/theano-pymc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/theano-pymc/theano-pymc-1.0.13-r1.ebuild dev-python/theano-pymc/theano-pymc-1.0.13.ebuild X-VCS-Directories: dev-python/theano-pymc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a98d8ad88c9d573e13ad91e41d8e0950be10dcf1 X-VCS-Branch: master Date: Thu, 24 Dec 2020 14:39:12 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3c43768f-b478-477c-b662-b83c0ddf0e40 X-Archives-Hash: 205f23f7e3bdb2116d430fdeb4c096b3 commit: a98d8ad88c9d573e13ad91e41d8e0950be10dcf1 Author: Sam James gentoo org> AuthorDate: Thu Dec 24 14:39:05 2020 +0000 Commit: Sam James gentoo org> CommitDate: Thu Dec 24 14:39:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a98d8ad8 dev-python/theano-pymc: fix DEPEND typo Closes: https://bugs.gentoo.org/761496 Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> .../{theano-pymc-1.0.13.ebuild => theano-pymc-1.0.13-r1.ebuild} | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/theano-pymc/theano-pymc-1.0.13.ebuild b/dev-python/theano-pymc/theano-pymc-1.0.13-r1.ebuild similarity index 98% rename from dev-python/theano-pymc/theano-pymc-1.0.13.ebuild rename to dev-python/theano-pymc/theano-pymc-1.0.13-r1.ebuild index baf9a7f0e29..695a31afb33 100644 --- a/dev-python/theano-pymc/theano-pymc-1.0.13.ebuild +++ b/dev-python/theano-pymc/theano-pymc-1.0.13-r1.ebuild @@ -20,7 +20,6 @@ RDEPEND=" dev-python/numpy[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] dev-python/scipy[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" distutils_enable_sphinx doc 'dev-python/sphinx_rtd_theme' distutils_enable_tests pytest