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 8B062138359 for ; Sun, 26 Jul 2020 01:53:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D078E0849; Sun, 26 Jul 2020 01:53:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7DA24E0843 for ; Sun, 26 Jul 2020 01:53:36 +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 31CA934F2AE for ; Sun, 26 Jul 2020 01:53:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC0C82DB for ; Sun, 26 Jul 2020 01:53:33 +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: <1595728182.b0615d951ed8d14e00b925da22680e5fc384bd0f.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/slurm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/slurm/slurm-20.02.3.1.ebuild X-VCS-Directories: sys-cluster/slurm/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: b0615d951ed8d14e00b925da22680e5fc384bd0f X-VCS-Branch: master Date: Sun, 26 Jul 2020 01:53:33 +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: f8c43264-94fd-4595-b750-c22101858641 X-Archives-Hash: e9cbecad1922cc1630f4112f5f23fe2d commit: b0615d951ed8d14e00b925da22680e5fc384bd0f Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Jul 26 01:49:42 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Jul 26 01:49:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0615d95 sys-cluster/slurm: fix MissingSlotDep on dev-db/{mariadb,mysql} Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Thomas Deutschmann gentoo.org> sys-cluster/slurm/slurm-20.02.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/slurm/slurm-20.02.3.1.ebuild b/sys-cluster/slurm/slurm-20.02.3.1.ebuild index 53bcab470f7..74a772b3b66 100644 --- a/sys-cluster/slurm/slurm-20.02.3.1.ebuild +++ b/sys-cluster/slurm/slurm-20.02.3.1.ebuild @@ -35,7 +35,7 @@ COMMON_DEPEND=" || ( sys-cluster/pmix[-pmi] >=sys-cluster/openmpi-2.0.0 ) mysql? ( || ( dev-db/mariadb-connector-c dev-db/mysql-connector-c ) - slurmdbd? ( || ( dev-db/mariadb dev-db/mysql ) ) + slurmdbd? ( || ( dev-db/mariadb:* dev-db/mysql:* ) ) ) munge? ( sys-auth/munge ) pam? ( sys-libs/pam )