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 7484E139083 for ; Fri, 24 Nov 2017 14:14:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6967E0EA8; Fri, 24 Nov 2017 14:14:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 97527E0EA8 for ; Fri, 24 Nov 2017 14:14:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D6DBB33C27B for ; Fri, 24 Nov 2017 14:14:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DE33A5F5 for ; Fri, 24 Nov 2017 14:14:05 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1511532734.b27c1db4f789cea3ecd6fd42341dfdf4551f588c.anarchy@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: sys-libs/pam/ X-VCS-Repository: proj/musl X-VCS-Files: sys-libs/pam/pam-1.3.0-r1.ebuild sys-libs/pam/pam-1.3.0.ebuild X-VCS-Directories: sys-libs/pam/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: b27c1db4f789cea3ecd6fd42341dfdf4551f588c X-VCS-Branch: master Date: Fri, 24 Nov 2017 14:14:05 +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: d1000621-c43a-492c-9143-40fbf8a47fc2 X-Archives-Hash: 4f7d2bbb2a0977869c105d283cbd0624 commit: b27c1db4f789cea3ecd6fd42341dfdf4551f588c Author: Jory A. Pratt gentoo org> AuthorDate: Fri Nov 24 14:12:14 2017 +0000 Commit: Jory Pratt gentoo org> CommitDate: Fri Nov 24 14:12:14 2017 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=b27c1db4 sys-libs/pam - sync with tree which masks pam-syntax sys-libs/pam/{pam-1.3.0.ebuild => pam-1.3.0-r1.ebuild} | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/sys-libs/pam/pam-1.3.0.ebuild b/sys-libs/pam/pam-1.3.0-r1.ebuild similarity index 97% rename from sys-libs/pam/pam-1.3.0.ebuild rename to sys-libs/pam/pam-1.3.0-r1.ebuild index 3842fb8..0543989 100644 --- a/sys-libs/pam/pam-1.3.0.ebuild +++ b/sys-libs/pam/pam-1.3.0-r1.ebuild @@ -18,20 +18,27 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="audit berkdb cracklib debug nis nls +pie selinux test vim-syntax" -RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] ) +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}] ) nis? ( >=net-libs/libtirpc-0.2.4-r2[${MULTILIB_USEDEP}] )" -DEPEND="${RDEPEND} + +DEPEND=" + ${RDEPEND} >=sys-devel/libtool-2 >=sys-devel/flex-2.5.39-r1[${MULTILIB_USEDEP}] nls? ( sys-devel/gettext ) nis? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )" -PDEPEND="sys-auth/pambase - vim-syntax? ( app-vim/pam-syntax )" -RDEPEND="${RDEPEND} + +PDEPEND=" + sys-auth/pambase + vim-syntax? ( app-editors/vim )" + +RDEPEND=" + ${RDEPEND} !