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 8557D139084 for ; Thu, 15 Dec 2016 12:13:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C687AE0C8B; Thu, 15 Dec 2016 12:13:40 +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 A13D3E0C8B for ; Thu, 15 Dec 2016 12:13:40 +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 B8B6A34106E for ; Thu, 15 Dec 2016 12:13:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82B9924B6 for ; Thu, 15 Dec 2016 12:13:38 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1481804014.aa980a9660102a3d69b90a88ee22be5fc8738955.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/pam/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/pam/pam-1.2.1-r1.ebuild sys-libs/pam/pam-1.2.1.ebuild X-VCS-Directories: sys-libs/pam/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: aa980a9660102a3d69b90a88ee22be5fc8738955 X-VCS-Branch: master Date: Thu, 15 Dec 2016 12:13:38 +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: 39323ad9-831a-4007-8fed-d36548e964f6 X-Archives-Hash: 8894f4fd9072fe7558f7395821629783 commit: aa980a9660102a3d69b90a88ee22be5fc8738955 Author: Lars Wendler gentoo org> AuthorDate: Thu Dec 15 12:13:20 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Dec 15 12:13:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa980a96 sys-libs/pam: Added sub-slot dep for sys-libs/db. Package-Manager: Portage-2.3.3, Repoman-2.3.1 sys-libs/pam/pam-1.2.1-r1.ebuild | 2 +- sys-libs/pam/pam-1.2.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/pam/pam-1.2.1-r1.ebuild b/sys-libs/pam/pam-1.2.1-r1.ebuild index c640d10..728b81d 100644 --- a/sys-libs/pam/pam-1.2.1-r1.ebuild +++ b/sys-libs/pam/pam-1.2.1-r1.ebuild @@ -23,7 +23,7 @@ RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] ) cracklib? ( >=sys-libs/cracklib-2.9.1-r1[${MULTILIB_USEDEP}] ) audit? ( >=sys-process/audit-2.2.2[${MULTILIB_USEDEP}] ) selinux? ( >=sys-libs/libselinux-2.2.2-r4[${MULTILIB_USEDEP}] ) - berkdb? ( >=sys-libs/db-4.8.30-r1[${MULTILIB_USEDEP}] ) + berkdb? ( >=sys-libs/db-4.8.30-r1:=[${MULTILIB_USEDEP}] ) nis? ( >=net-libs/libtirpc-0.2.4-r2[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND} >=sys-devel/libtool-2 diff --git a/sys-libs/pam/pam-1.2.1.ebuild b/sys-libs/pam/pam-1.2.1.ebuild index bab4efd..035af29 100644 --- a/sys-libs/pam/pam-1.2.1.ebuild +++ b/sys-libs/pam/pam-1.2.1.ebuild @@ -23,7 +23,7 @@ RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] ) cracklib? ( >=sys-libs/cracklib-2.9.1-r1[${MULTILIB_USEDEP}] ) audit? ( >=sys-process/audit-2.2.2[${MULTILIB_USEDEP}] ) selinux? ( >=sys-libs/libselinux-2.2.2-r4[${MULTILIB_USEDEP}] ) - berkdb? ( >=sys-libs/db-4.8.30-r1[${MULTILIB_USEDEP}] ) + berkdb? ( >=sys-libs/db-4.8.30-r1:=[${MULTILIB_USEDEP}] ) nis? ( >=net-libs/libtirpc-0.2.4-r2[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND} >=sys-devel/libtool-2