commit: 1a059c816c259657c7244933acffc6d23537a88b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 2 05:57:25 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 12 22:50:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a059c81
dev-python/tubes: fix variable references
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/tubes/tubes-0.2.0-r1.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-python/tubes/tubes-0.2.0-r1.ebuild
b/dev-python/tubes/tubes-0.2.0-r1.ebuild
index 754db815408..d2d72704105 100644
--- a/dev-python/tubes/tubes-0.2.0-r1.ebuild
+++ b/dev-python/tubes/tubes-0.2.0-r1.ebuild
@@ -2,8 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7,8,9} )
DISTUTILS_USE_SETUPTOOLS=bdepend
inherit distutils-r1
@@ -14,13 +14,12 @@
SRC_URI="https://github.com/twisted/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 "
+KEYWORDS="~amd64"
DEPEND="
dev-python/six[${PYTHON_USEDEP}]
dev-python/twisted[${PYTHON_USEDEP}]
"
-
RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}/remove-unnecessary-dep.patch")