diff --git a/dev-python/sepolgen/sepolgen-1.2.3.ebuild b/dev-python/sepolgen/sepolgen-1.2.3.ebuild index 5db0754a2701b..60799f5351644 100644 --- a/dev-python/sepolgen/sepolgen-1.2.3.ebuild +++ b/dev-python/sepolgen/sepolgen-1.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -25,10 +25,12 @@ fi LICENSE="GPL-2" SLOT="0" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" -DEPEND=">=sys-libs/libselinux-2.4[python] - app-admin/setools[python(+)] - ${PYTHON_DEPS}" +DEPEND=" + >=sys-libs/libselinux-2.4[python] + app-admin/setools[python(+)] + ${PYTHON_DEPS}" RDEPEND="${DEPEND}" src_prepare() { diff --git a/dev-python/sepolgen/sepolgen-2.6.ebuild b/dev-python/sepolgen/sepolgen-2.6.ebuild index 4e02f05ecb525..6299fd26c74eb 100644 --- a/dev-python/sepolgen/sepolgen-2.6.ebuild +++ b/dev-python/sepolgen/sepolgen-2.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -25,10 +25,12 @@ fi LICENSE="GPL-2" SLOT="0" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" -DEPEND=">=sys-libs/libselinux-2.4[python] - >=app-admin/setools-4.0[${PYTHON_USEDEP}] - ${PYTHON_DEPS}" +DEPEND=" + >=sys-libs/libselinux-2.4[python] + >=app-admin/setools-4.0[${PYTHON_USEDEP}] + ${PYTHON_DEPS}" RDEPEND="${DEPEND}" src_prepare() { diff --git a/dev-python/sepolgen/sepolgen-9999.ebuild b/dev-python/sepolgen/sepolgen-9999.ebuild index c8a79c0ab81c2..22169fc8b5975 100644 --- a/dev-python/sepolgen/sepolgen-9999.ebuild +++ b/dev-python/sepolgen/sepolgen-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -25,10 +25,12 @@ fi LICENSE="GPL-2" SLOT="0" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" -DEPEND=">=sys-libs/libselinux-2.4[python] - >=app-admin/setools-4.0[${PYTHON_USEDEP}] - ${PYTHON_DEPS}" +DEPEND=" + >=sys-libs/libselinux-2.4[python] + >=app-admin/setools-4.0[${PYTHON_USEDEP}] + ${PYTHON_DEPS}" RDEPEND="${DEPEND}" src_prepare() {