summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2017-04-23 12:25:50 +0800
committerJason Zaman <perfinion@gentoo.org>2017-04-23 12:25:50 +0800
commit7a1bc8fb3fe6d2c74bcbf35d2a46aef6a8a6c0d6 (patch)
tree1e89a7a4cd33362edb8527de7582faceb4a5e7ac /app-admin/setools
parentapp-admin/setools: add python-enum34 dep (diff)
downloadgentoo-7a1bc8fb3fe6d2c74bcbf35d2a46aef6a8a6c0d6.tar.gz
gentoo-7a1bc8fb3fe6d2c74bcbf35d2a46aef6a8a6c0d6.tar.bz2
gentoo-7a1bc8fb3fe6d2c74bcbf35d2a46aef6a8a6c0d6.zip
app-admin/setools: Add missing PYTHON_USEDEP
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-admin/setools')
-rw-r--r--app-admin/setools/setools-4.1.0.ebuild4
-rw-r--r--app-admin/setools/setools-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/app-admin/setools/setools-4.1.0.ebuild b/app-admin/setools/setools-4.1.0.ebuild
index c7e5b3bb3438..d6f1c36a2e0f 100644
--- a/app-admin/setools/setools-4.1.0.ebuild
+++ b/app-admin/setools/setools-4.1.0.ebuild
@@ -24,10 +24,10 @@ IUSE="X debug test"
RDEPEND="${PYTHON_DEPS}
>=sys-libs/libselinux-2.4:=[${PYTHON_USEDEP}]
>=dev-python/networkx-1.8[${PYTHON_USEDEP}]
- virtual/python-enum34
+ virtual/python-enum34[${PYTHON_USEDEP}]
dev-libs/libpcre:=
X? (
- dev-python/PyQt5[gui,widgets]
+ dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
)"
DEPEND="${RDEPEND}
diff --git a/app-admin/setools/setools-9999.ebuild b/app-admin/setools/setools-9999.ebuild
index d41a7afd73e8..9544f7fe8a35 100644
--- a/app-admin/setools/setools-9999.ebuild
+++ b/app-admin/setools/setools-9999.ebuild
@@ -24,10 +24,10 @@ IUSE="X debug test"
RDEPEND="${PYTHON_DEPS}
>=sys-libs/libselinux-2.4:=[${PYTHON_USEDEP}]
>=dev-python/networkx-1.8[${PYTHON_USEDEP}]
- virtual/python-enum34
+ virtual/python-enum34[${PYTHON_USEDEP}]
dev-libs/libpcre:=
X? (
- dev-python/PyQt5[gui,widgets]
+ dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
)"
DEPEND="${RDEPEND}