summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-04-07 05:53:06 +0000
committerUlrich Müller <ulm@gentoo.org>2011-04-07 05:53:06 +0000
commitf4916cc6b4936673b3a8aee4668df1db67866aea (patch)
tree2cd556719a9eecd6e7814d6431da602ed68d5b9e /sys-auth
parentAdd blocker against openpam. (diff)
downloadgentoo-2-f4916cc6b4936673b3a8aee4668df1db67866aea.tar.gz
gentoo-2-f4916cc6b4936673b3a8aee4668df1db67866aea.tar.bz2
gentoo-2-f4916cc6b4936673b3a8aee4668df1db67866aea.zip
Don't PROVIDE virtual/pam. Update blocker. Bug 358903.
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/openpam/ChangeLog7
-rw-r--r--sys-auth/openpam/openpam-20071221.ebuild8
2 files changed, 8 insertions, 7 deletions
diff --git a/sys-auth/openpam/ChangeLog b/sys-auth/openpam/ChangeLog
index d35e7b1366ac..058c8ae61b61 100644
--- a/sys-auth/openpam/ChangeLog
+++ b/sys-auth/openpam/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-auth/openpam
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.16 2010/05/02 11:20:56 aballier Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.17 2011/04/07 05:53:06 ulm Exp $
+
+ 07 Apr 2011; Ulrich Mueller <ulm@gentoo.org> openpam-20071221.ebuild:
+ Don't PROVIDE virtual/pam. Update blocker. Bug 358903.
02 May 2010; Alexis Ballier <aballier@gentoo.org> openpam-20071221.ebuild:
Various improvements to the ebuild by Toffanin [Gentoo/FreeBSD AT]
diff --git a/sys-auth/openpam/openpam-20071221.ebuild b/sys-auth/openpam/openpam-20071221.ebuild
index 36a408a3ef8c..129645f724f5 100644
--- a/sys-auth/openpam/openpam-20071221.ebuild
+++ b/sys-auth/openpam/openpam-20071221.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild,v 1.6 2010/05/02 11:20:56 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild,v 1.7 2011/04/07 05:53:06 ulm Exp $
EAPI="2"
inherit multilib autotools
@@ -14,14 +14,12 @@ SLOT="0"
KEYWORDS="~sparc-fbsd ~x86-fbsd"
IUSE="debug vim-syntax"
-RDEPEND="!virtual/pam"
+RDEPEND="!sys-libs/pam"
DEPEND="sys-devel/make
dev-lang/perl"
PDEPEND="sys-auth/pambase
vim-syntax? ( app-vim/pam-syntax )"
-PROVIDE="virtual/pam"
-
src_prepare() {
epatch "${FILESDIR}/${P}-gentoo.patch"
epatch "${FILESDIR}/${PN}-20050201-nbsd.patch"