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 58A38139695 for ; Fri, 10 Feb 2017 01:49:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92AD921C038; Fri, 10 Feb 2017 01:49:10 +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 6C53021C038 for ; Fri, 10 Feb 2017 01:49:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 74A0E340E75 for ; Fri, 10 Feb 2017 01:49:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE8673F0A for ; Fri, 10 Feb 2017 01:49:07 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1486691324.9922424d24e74a94290fddeca93a861bae8ebedf.vapier@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/metadata.xml X-VCS-Directories: sys-process/audit/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 9922424d24e74a94290fddeca93a861bae8ebedf X-VCS-Branch: master Date: Fri, 10 Feb 2017 01:49:07 +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: 10ebe56c-c61d-4660-ac36-2b0a27981305 X-Archives-Hash: 08f14371b871529f3daf2f9f7392d928 commit: 9922424d24e74a94290fddeca93a861bae8ebedf Author: Mike Frysinger gentoo org> AuthorDate: Fri Feb 10 01:06:03 2017 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Fri Feb 10 01:48:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9922424d sys-process/audit: add USE=gssapi support #424653 sys-process/audit/audit-2.6.4.ebuild | 18 ++++++++++-------- sys-process/audit/metadata.xml | 3 +++ 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/sys-process/audit/audit-2.6.4.ebuild b/sys-process/audit/audit-2.6.4.ebuild index 0f4ddd8ceb..a7d63c107d 100644 --- a/sys-process/audit/audit-2.6.4.ebuild +++ b/sys-process/audit/audit-2.6.4.ebuild @@ -15,18 +15,19 @@ SRC_URI="https://people.redhat.com/sgrubb/audit/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" -IUSE="ldap python" +IUSE="gssapi ldap python" # Testcases are pretty useless as they are built for RedHat users/groups and kernels. RESTRICT="test" -RDEPEND="ldap? ( net-nds/openldap ) - sys-libs/libcap-ng" +RDEPEND="gssapi? ( virtual/krb5 ) + ldap? ( net-nds/openldap ) + sys-libs/libcap-ng" DEPEND="${RDEPEND} - >=sys-kernel/linux-headers-2.6.34 - python? ( - ${PYTHON_DEPS} - dev-lang/swig:0 - )" + >=sys-kernel/linux-headers-2.6.34 + python? ( + ${PYTHON_DEPS} + dev-lang/swig:0 + )" # Do not use os-headers as this is linux specific REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" @@ -77,6 +78,7 @@ multilib_src_configure() { local ECONF_SOURCE=${S} econf \ --sbindir="${EPREFIX}/sbin" \ + $(use_enable gssapi gssapi-krb5) \ --enable-systemd \ --without-python \ --without-python3 diff --git a/sys-process/audit/metadata.xml b/sys-process/audit/metadata.xml index ee74e58c03..856de3a787 100644 --- a/sys-process/audit/metadata.xml +++ b/sys-process/audit/metadata.xml @@ -4,4 +4,7 @@ robbat2@gentoo.org + + Enable GSSAPI support +