From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0C5A9139695 for ; Thu, 20 Apr 2017 20:48:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D1B6E0DEC; Thu, 20 Apr 2017 20:48:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E865CE0DEC for ; Thu, 20 Apr 2017 20:48:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14D273416B7 for ; Thu, 20 Apr 2017 20:48:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9311E743A for ; Thu, 20 Apr 2017 20:48:26 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1492721164.7d51b5abcbb1017fe7fea7812033a7c43c20e459.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sepolgen/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sepolgen/sepolgen-1.2.3.ebuild dev-python/sepolgen/sepolgen-2.6.ebuild dev-python/sepolgen/sepolgen-9999.ebuild X-VCS-Directories: dev-python/sepolgen/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 7d51b5abcbb1017fe7fea7812033a7c43c20e459 X-VCS-Branch: master Date: Thu, 20 Apr 2017 20:48:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b2e502ee-01cd-44db-8e26-df04561ebf40 X-Archives-Hash: a214a287b5b6a59a81b267bdf7123fa6 commit: 7d51b5abcbb1017fe7fea7812033a7c43c20e459 Author: David Seifert gentoo org> AuthorDate: Thu Apr 20 18:59:23 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Apr 20 20:46:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d51b5ab 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 5db0754a270..60799f53516 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 4e02f05ecb5..6299fd26c74 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 c8a79c0ab81..22169fc8b59 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() {