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 F317A139694 for ; Fri, 26 May 2017 22:54:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DD1D21C072; Fri, 26 May 2017 22:54:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2EC2A21C072 for ; Fri, 26 May 2017 22:54:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 128893416A3 for ; Fri, 26 May 2017 22:54:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80917746F for ; Fri, 26 May 2017 22:54:23 +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: <1495839229.6a75317a830f8ba6170d28b0ee94546fca7b732e.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libsemanage/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libsemanage/libsemanage-2.5.ebuild sys-libs/libsemanage/libsemanage-2.6.ebuild sys-libs/libsemanage/libsemanage-9999.ebuild X-VCS-Directories: sys-libs/libsemanage/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 6a75317a830f8ba6170d28b0ee94546fca7b732e X-VCS-Branch: master Date: Fri, 26 May 2017 22:54:23 +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: 34e682bd-753f-4f9e-804d-1bff4ee317c3 X-Archives-Hash: 3e62267f10d947ddb115f80dbd7345e2 commit: 6a75317a830f8ba6170d28b0ee94546fca7b732e Author: David Seifert gentoo org> AuthorDate: Fri May 26 22:42:12 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Fri May 26 22:53:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a75317a sys-libs/libsemanage: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.6, Repoman-2.3.2 sys-libs/libsemanage/libsemanage-2.5.ebuild | 6 +++--- sys-libs/libsemanage/libsemanage-2.6.ebuild | 6 +++--- sys-libs/libsemanage/libsemanage-9999.ebuild | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sys-libs/libsemanage/libsemanage-2.5.ebuild b/sys-libs/libsemanage/libsemanage-2.5.ebuild index bbe71340c2b..58fc0bab31e 100644 --- a/sys-libs/libsemanage/libsemanage-2.5.ebuild +++ b/sys-libs/libsemanage/libsemanage-2.5.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" @@ -19,19 +19,19 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~mips x86" IUSE="python" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=">=sys-libs/libsepol-${SEPOL_VER}[${MULTILIB_USEDEP}] >=sys-libs/libselinux-${SELNX_VER}[${MULTILIB_USEDEP}] >=sys-process/audit-2.2.2[${MULTILIB_USEDEP}] >=dev-libs/ustr-1.0.4-r2[${MULTILIB_USEDEP}] - " + python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND} sys-devel/bison sys-devel/flex python? ( >=dev-lang/swig-2.0.4-r1 virtual/pkgconfig - ${PYTHON_DEPS} )" # tests are not meant to be run outside of the diff --git a/sys-libs/libsemanage/libsemanage-2.6.ebuild b/sys-libs/libsemanage/libsemanage-2.6.ebuild index 605dd3573fc..e027c1f35ac 100644 --- a/sys-libs/libsemanage/libsemanage-2.6.ebuild +++ b/sys-libs/libsemanage/libsemanage-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" @@ -28,19 +28,19 @@ fi LICENSE="GPL-2" SLOT="0" IUSE="python" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=">=sys-libs/libsepol-${SEPOL_VER}[${MULTILIB_USEDEP}] >=sys-libs/libselinux-${SELNX_VER}[${MULTILIB_USEDEP}] >=sys-process/audit-2.2.2[${MULTILIB_USEDEP}] >=dev-libs/ustr-1.0.4-r2[${MULTILIB_USEDEP}] - " + python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND} sys-devel/bison sys-devel/flex python? ( >=dev-lang/swig-2.0.4-r1 virtual/pkgconfig - ${PYTHON_DEPS} )" # tests are not meant to be run outside of the diff --git a/sys-libs/libsemanage/libsemanage-9999.ebuild b/sys-libs/libsemanage/libsemanage-9999.ebuild index 085031fc41e..2b9f9cf3743 100644 --- a/sys-libs/libsemanage/libsemanage-9999.ebuild +++ b/sys-libs/libsemanage/libsemanage-9999.ebuild @@ -28,19 +28,19 @@ fi LICENSE="GPL-2" SLOT="0" IUSE="python" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=">=sys-libs/libsepol-${SEPOL_VER}[${MULTILIB_USEDEP}] >=sys-libs/libselinux-${SELNX_VER}[${MULTILIB_USEDEP}] >=sys-process/audit-2.2.2[${MULTILIB_USEDEP}] >=dev-libs/ustr-1.0.4-r2[${MULTILIB_USEDEP}] - " + python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND} sys-devel/bison sys-devel/flex python? ( >=dev-lang/swig-2.0.4-r1 virtual/pkgconfig - ${PYTHON_DEPS} )" # tests are not meant to be run outside of the