diff options
Diffstat (limited to 'app-admin/setools')
-rw-r--r-- | app-admin/setools/setools-9999.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-admin/setools/setools-9999.ebuild b/app-admin/setools/setools-9999.ebuild index 4a0694a4689d..98ac8a5f918e 100644 --- a/app-admin/setools/setools-9999.ebuild +++ b/app-admin/setools/setools-9999.ebuild @@ -28,15 +28,14 @@ RDEPEND="${PYTHON_DEPS} app-arch/bzip2:= dev-libs/libpcre:= X? ( - dev-python/PyQt5 - dev-qt/qtchooser + dev-python/PyQt5 )" DEPEND="${RDEPEND} >=dev-lang/swig-2.0.12:0 sys-devel/bison sys-devel/flex - >=sys-libs/libsepol-2.4 + >=sys-libs/libsepol-2.5 test? ( python_targets_python2_7? ( dev-python/mock[${PYTHON_USEDEP}] ) dev-python/tox[${PYTHON_USEDEP}] @@ -45,7 +44,7 @@ DEPEND="${RDEPEND} python_prepare_all() { sed -i "s/'-Werror', //" "${S}"/setup.py || die "failed to remove Werror" - use X || local PATCHES=( "${FILESDIR}"/setools-4.0.0-remove-gui.patch ) + use X || local PATCHES=( "${FILESDIR}"/setools-4.0.1-remove-gui.patch ) distutils-r1_python_prepare_all } |