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 662C7139696 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 B744F21C03C; Fri, 10 Feb 2017 01:49:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 990B121C03C for ; Fri, 10 Feb 2017 01:49:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C8E47340F2A 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 F10473F0B 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: <1486691325.8e05b51396808186b355a59720e0232edf3a4f2e.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 X-VCS-Directories: sys-process/audit/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 8e05b51396808186b355a59720e0232edf3a4f2e 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: 12291ca5-8a56-4b7b-af2d-ce64d615399e X-Archives-Hash: daa290de5c0250fb06d9b8af52d9052c commit: 8e05b51396808186b355a59720e0232edf3a4f2e Author: Mike Frysinger gentoo org> AuthorDate: Fri Feb 10 01:06:32 2017 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Fri Feb 10 01:48:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e05b513 sys-process/audit: add USE=static-libs support sys-process/audit/audit-2.6.4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-process/audit/audit-2.6.4.ebuild b/sys-process/audit/audit-2.6.4.ebuild index a7d63c107d..9f4ef21b0e 100644 --- a/sys-process/audit/audit-2.6.4.ebuild +++ b/sys-process/audit/audit-2.6.4.ebuild @@ -15,7 +15,7 @@ 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="gssapi ldap python" +IUSE="gssapi ldap python static-libs" # Testcases are pretty useless as they are built for RedHat users/groups and kernels. RESTRICT="test" @@ -79,6 +79,7 @@ multilib_src_configure() { econf \ --sbindir="${EPREFIX}/sbin" \ $(use_enable gssapi gssapi-krb5) \ + $(use_enable static-libs static) \ --enable-systemd \ --without-python \ --without-python3