diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-04-13 01:49:20 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-04-13 01:49:20 +0000 |
| commit | e71ef795894fe75ecb59c3e1ceaab602b853ef6a (patch) | |
| tree | e744f0efe9bdae1e7ef8c873752f737dd006616f /dev-python/tubes | |
| parent | ec96d8996df61a9d5498f5703784d33b24805cd3 (diff) | |
| download | baldeagleos-repo-e71ef795894fe75ecb59c3e1ceaab602b853ef6a.tar.gz baldeagleos-repo-e71ef795894fe75ecb59c3e1ceaab602b853ef6a.tar.xz baldeagleos-repo-e71ef795894fe75ecb59c3e1ceaab602b853ef6a.zip | |
Adding metadata
Diffstat (limited to 'dev-python/tubes')
| -rw-r--r-- | dev-python/tubes/tubes-0.2.0-r1.ebuild | 5 |
1 files 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 97176ae57217..4cd6dc94e060 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_{6,7,8,9,10} ) +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) 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") |
