From 7a1bc8fb3fe6d2c74bcbf35d2a46aef6a8a6c0d6 Mon Sep 17 00:00:00 2001 From: Jason Zaman Date: Sun, 23 Apr 2017 12:25:50 +0800 Subject: [PATCH] app-admin/setools: Add missing PYTHON_USEDEP Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- app-admin/setools/setools-4.1.0.ebuild | 4 ++-- app-admin/setools/setools-9999.ebuild | 4 ++-- 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 c7e5b3bb34383..d6f1c36a2e0f2 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 d41a7afd73e8c..9544f7fe8a35a 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}