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 39D0A139694 for ; Fri, 26 May 2017 22:54:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0E9B21C07C; Fri, 26 May 2017 22:54:47 +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 9ED7621C07C 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 46CF43416CE 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 A97227471 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: <1495839240.392aafd2579f60bb2c5c64bc8dbd2958bfe3ea23.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/audit/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/audit/audit-2.6.4.ebuild sys-process/audit/audit-2.7.1.ebuild X-VCS-Directories: sys-process/audit/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 392aafd2579f60bb2c5c64bc8dbd2958bfe3ea23 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: fef7f7c2-7d01-4515-98e3-2efc2b069779 X-Archives-Hash: 8f1b9120ef01c15fa94053d2e7212f02 commit: 392aafd2579f60bb2c5c64bc8dbd2958bfe3ea23 Author: David Seifert gentoo org> AuthorDate: Fri May 26 22:48:22 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Fri May 26 22:54:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=392aafd2 sys-process/audit: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.6, Repoman-2.3.2 sys-process/audit/audit-2.6.4.ebuild | 11 ++++------- sys-process/audit/audit-2.7.1.ebuild | 11 ++++------- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/sys-process/audit/audit-2.6.4.ebuild b/sys-process/audit/audit-2.6.4.ebuild index b19cfd0a017..e83cf86b2dd 100644 --- a/sys-process/audit/audit-2.6.4.ebuild +++ b/sys-process/audit/audit-2.6.4.ebuild @@ -15,22 +15,19 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="gssapi ldap python static-libs" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" # Testcases are pretty useless as they are built for RedHat users/groups and kernels. RESTRICT="test" RDEPEND="gssapi? ( virtual/krb5 ) ldap? ( net-nds/openldap ) - sys-libs/libcap-ng" + sys-libs/libcap-ng + python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND} >=sys-kernel/linux-headers-2.6.34 - python? ( - ${PYTHON_DEPS} - dev-lang/swig:0 - )" + python? ( dev-lang/swig:0 )" # Do not use os-headers as this is linux specific -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - CONFIG_CHECK="~AUDIT" pkg_setup() { diff --git a/sys-process/audit/audit-2.7.1.ebuild b/sys-process/audit/audit-2.7.1.ebuild index 04b917cb1c7..85a1f9a420f 100644 --- a/sys-process/audit/audit-2.7.1.ebuild +++ b/sys-process/audit/audit-2.7.1.ebuild @@ -15,22 +15,19 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="gssapi ldap python static-libs" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" # Testcases are pretty useless as they are built for RedHat users/groups and kernels. RESTRICT="test" RDEPEND="gssapi? ( virtual/krb5 ) ldap? ( net-nds/openldap ) - sys-libs/libcap-ng" + sys-libs/libcap-ng + python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND} >=sys-kernel/linux-headers-2.6.34 - python? ( - ${PYTHON_DEPS} - dev-lang/swig:0 - )" + python? ( dev-lang/swig:0 )" # Do not use os-headers as this is linux specific -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - CONFIG_CHECK="~AUDIT" pkg_setup() {