aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Healy <lmiphay@gmail.com>2019-10-21 20:45:34 +0100
committerPaul Healy <lmiphay@gmail.com>2019-10-21 20:45:34 +0100
commit11f979010e47b7a9e5fd247f007cabf60e0eb522 (patch)
tree1ce68db5bedec28b2a11a9e0d0ef2e880b86a719 /app-oam
parentnew version of dstat (diff)
downloadlmiphay-11f979010e47b7a9e5fd247f007cabf60e0eb522.tar.gz
lmiphay-11f979010e47b7a9e5fd247f007cabf60e0eb522.tar.bz2
lmiphay-11f979010e47b7a9e5fd247f007cabf60e0eb522.zip
remove eliit dep for the moment
Signed-off-by: Paul Healy <lmiphay@gmail.com>
Diffstat (limited to 'app-oam')
-rw-r--r--app-oam/oam/Manifest2
-rw-r--r--app-oam/oam/oam-9999.ebuild6
2 files changed, 3 insertions, 5 deletions
diff --git a/app-oam/oam/Manifest b/app-oam/oam/Manifest
index e16e3fb..3e5f9dc 100644
--- a/app-oam/oam/Manifest
+++ b/app-oam/oam/Manifest
@@ -1 +1 @@
-EBUILD oam-9999.ebuild 1839 BLAKE2B 9e81addeb9b695ea9c3245e6058b5f36a4f3c3047119340e60edd33c929e1903bf11001550cc105ad8b5538cb9f6633fd43be35a11b5a03c1a1aa3a5e908ca76 SHA512 38e80b3986517e878894aab77b00e62011d193793c34c1391e247434ec7e901958e1b9cd6375b7790122588a8c57901661aa149b8a2913917088e01217a922c5
+EBUILD oam-9999.ebuild 1755 BLAKE2B 530496d7b0dd350b59a6ae6324014de6eaa9c46806770de7dce0fd9ffde75e74db31ab6ec8ae9c35acfbdc27cc529580641a1634d05385726ce4d185dc2558b1 SHA512 e5756b8b3726bf9c991a00c4fad5bf7475de8d3c67a0c939964a7df9e8b9b702fcde0b87c2d7a3d12a7a82b626ef7ff2d04e74b1eb5d77900e441946515635fc
diff --git a/app-oam/oam/oam-9999.ebuild b/app-oam/oam/oam-9999.ebuild
index 90b349a..c377eae 100644
--- a/app-oam/oam/oam-9999.ebuild
+++ b/app-oam/oam/oam-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{5,6} )
+PYTHON_COMPAT=( python3_6 )
inherit user distutils-r1 bash-completion-r1 git-r3
@@ -25,8 +25,6 @@ RDEPEND="
app-text/multitail
dev-python/attrdict[${PYTHON_USEDEP}]
dev-python/click[${PYTHON_USEDEP}]
- dev-python/eliot[${PYTHON_USEDEP}]
- dev-python/eliot-tree[${PYTHON_USEDEP}]
dev-python/markdown[${PYTHON_USEDEP}]
dev-python/pyinotify[${PYTHON_USEDEP}]
>=dev-python/invoke-0.22.0[${PYTHON_USEDEP}]