summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-02-12 21:35:26 +0100
committerMaciej Barć <xgqt@gentoo.org>2023-02-12 22:16:55 +0100
commitfa48df41e498acd9229d013dc0bb6f542a7619d2 (patch)
treec18e20a1b1c01e7284e972c0cf4b6992e00a76ac /app-portage
parentdev-python/oslo-config: Stabilize 9.1.0 ALLARCHES, #894112 (diff)
downloadgentoo-fa48df41e498acd9229d013dc0bb6f542a7619d2.tar.gz
gentoo-fa48df41e498acd9229d013dc0bb6f542a7619d2.tar.bz2
gentoo-fa48df41e498acd9229d013dc0bb6f542a7619d2.zip
app-portage/elsw: add missing dependencies
Closes: https://bugs.gentoo.org/894072 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/elsw/elsw-0.0.0-r1.ebuild (renamed from app-portage/elsw/elsw-0.0.0.ebuild)5
-rw-r--r--app-portage/elsw/elsw-9999.ebuild5
2 files changed, 10 insertions, 0 deletions
diff --git a/app-portage/elsw/elsw-0.0.0.ebuild b/app-portage/elsw/elsw-0.0.0-r1.ebuild
index 521be8e3f793..1ef0d754ee2d 100644
--- a/app-portage/elsw/elsw-0.0.0.ebuild
+++ b/app-portage/elsw/elsw-0.0.0-r1.ebuild
@@ -22,4 +22,9 @@ fi
LICENSE="GPL-2+"
SLOT="0"
+RDEPEND="
+ dev-python/colorama[${PYTHON_USEDEP}]
+ sys-apps/portage[${PYTHON_USEDEP}]
+"
+
DOCS=( README.md )
diff --git a/app-portage/elsw/elsw-9999.ebuild b/app-portage/elsw/elsw-9999.ebuild
index 521be8e3f793..1ef0d754ee2d 100644
--- a/app-portage/elsw/elsw-9999.ebuild
+++ b/app-portage/elsw/elsw-9999.ebuild
@@ -22,4 +22,9 @@ fi
LICENSE="GPL-2+"
SLOT="0"
+RDEPEND="
+ dev-python/colorama[${PYTHON_USEDEP}]
+ sys-apps/portage[${PYTHON_USEDEP}]
+"
+
DOCS=( README.md )