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 E245E138334 for ; Mon, 9 Dec 2019 22:01:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 165AEE078A; Mon, 9 Dec 2019 22:01:27 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EFC5EE078A for ; Mon, 9 Dec 2019 22:01:26 +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 3ACDB34D8AE for ; Mon, 9 Dec 2019 22:01:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8A438A7 for ; Mon, 9 Dec 2019 22:01:22 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1575928875.995bdce1cfbe72851ccdc834ce6c1e23f44eafe1.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/percona-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/percona-server/percona-server-8.0.17.8.ebuild X-VCS-Directories: dev-db/percona-server/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 995bdce1cfbe72851ccdc834ce6c1e23f44eafe1 X-VCS-Branch: master Date: Mon, 9 Dec 2019 22:01:22 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bdb2fcb2-3b1b-4555-b2dc-72afdb9a950a X-Archives-Hash: 02a17d00d27fce48460e06074cef7661 commit: 995bdce1cfbe72851ccdc834ce6c1e23f44eafe1 Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Dec 9 22:00:58 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Dec 9 22:01:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=995bdce1 dev-db/percona-server: re-add USE=pam Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann gentoo.org> dev-db/percona-server/percona-server-8.0.17.8.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-db/percona-server/percona-server-8.0.17.8.ebuild b/dev-db/percona-server/percona-server-8.0.17.8.ebuild index e2666362cd2..d30980a003d 100644 --- a/dev-db/percona-server/percona-server-8.0.17.8.ebuild +++ b/dev-db/percona-server/percona-server-8.0.17.8.ebuild @@ -34,7 +34,7 @@ HOMEPAGE="https://www.percona.com/software/mysql-database/percona-server" DESCRIPTION="Fully compatible, enhanced and open source drop-in replacement for MySQL" LICENSE="GPL-2" SLOT="0" -IUSE="cjk cracklib debug jemalloc latin1 libressl numa +perl profiling +IUSE="cjk cracklib debug jemalloc latin1 libressl numa pam +perl profiling rocksdb router selinux +server tcmalloc test tokudb tokudb-backup-plugin" # Tests always fail when libressl is enabled due to hard-coded ciphers in the tests @@ -87,6 +87,9 @@ COMMON_DEPEND=" libressl? ( dev-libs/libressl:0= ) !libressl? ( >=dev-libs/openssl-1.0.0:0= ) numa? ( sys-process/numactl ) + server? ( + pam? ( sys-libs/pam:0= ) + ) tcmalloc? ( dev-util/google-perftools:0= ) " DEPEND="${COMMON_DEPEND} @@ -308,6 +311,7 @@ src_configure(){ mycmakeargs+=( -DWITH_EXTRA_CHARSETS=all -DWITH_DEBUG=$(usex debug) + -DWITH_PAM=$(usex pam) ) if use profiling ; then