From 7d51b5abcbb1017fe7fea7812033a7c43c20e459 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Thu, 20 Apr 2017 20:59:23 +0200 Subject: [PATCH] dev-python/sepolgen: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- dev-python/sepolgen/sepolgen-1.2.3.ebuild | 10 ++++++---- dev-python/sepolgen/sepolgen-2.6.ebuild | 10 ++++++---- dev-python/sepolgen/sepolgen-9999.ebuild | 10 ++++++---- 3 files changed, 18 insertions(+), 12 deletions(-) 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() {