From 6476470f7eaaeafc3e08d2450221e071cc091f9c Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Thu, 11 Jul 2019 16:19:42 -0700 Subject: dev-python/coverage-test-runner: Rename and version bump to 1.15 A bunch of things too: - Port to EAPI=7 - Add Python 3 compatibility - Fix incorrect license - HTTPS homepage - Use tarball from cgit in SRC_URI to allow removal of MY_PN - Remove python-r1 inherit (inherited by distutils-r1) - Add missing [${PYTHON_USEDEP}] to dependency - Remove explicit ${PYTHON_DEPS} (added by python-r1) - Enable test suite Signed-off-by: Matt Turner --- dev-python/larch/larch-1.20131130.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/larch') diff --git a/dev-python/larch/larch-1.20131130.ebuild b/dev-python/larch/larch-1.20131130.ebuild index 7154cb4765f6..1d7f8536f013 100644 --- a/dev-python/larch/larch-1.20131130.ebuild +++ b/dev-python/larch/larch-1.20131130.ebuild @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" -DEPEND="test? ( dev-python/CoverageTestRunner dev-util/cmdtest )" +DEPEND="test? ( dev-python/coverage-test-runner dev-util/cmdtest )" RDEPEND="${PYTHON_DEPS} dev-python/cliapp -- cgit v1.2.3-65-gdbad