diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-05-14 22:16:53 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-05-14 22:16:53 +0000 |
commit | 439dd543879fa6b763f26ca6e5b182f7444cebc0 (patch) | |
tree | 99b73689184f91ecb81531c995ec9c488cb3b4c4 /net-fs/ncpfs | |
parent | Make the pam USE flag only depend on virtual/pam. (diff) | |
download | gentoo-2-439dd543879fa6b763f26ca6e5b182f7444cebc0.tar.gz gentoo-2-439dd543879fa6b763f26ca6e5b182f7444cebc0.tar.bz2 gentoo-2-439dd543879fa6b763f26ca6e5b182f7444cebc0.zip |
Depend on virtual/pam as the code builds fine with OpenPAM.
(Portage version: 2.1.5_rc10)
Diffstat (limited to 'net-fs/ncpfs')
-rw-r--r-- | net-fs/ncpfs/ChangeLog | 7 | ||||
-rw-r--r-- | net-fs/ncpfs/ncpfs-2.2.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-fs/ncpfs/ChangeLog b/net-fs/ncpfs/ChangeLog index 9d5d7a1b72d8..bd1c89b0efbb 100644 --- a/net-fs/ncpfs/ChangeLog +++ b/net-fs/ncpfs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-fs/ncpfs -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/ncpfs/ChangeLog,v 1.23 2007/05/11 19:49:06 griffon26 Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-fs/ncpfs/ChangeLog,v 1.24 2008/05/14 22:16:53 flameeyes Exp $ + + 14 May 2008; Diego Pettenò <flameeyes@gentoo.org> ncpfs-2.2.6.ebuild: + Depend on virtual/pam as the code builds fine with OpenPAM. 11 May 2007; Maurice van der Pot <griffon26@gentoo.org> +files/ncpfs-2.2.6-missing-includes.patch, ncpfs-2.2.6.ebuild: diff --git a/net-fs/ncpfs/ncpfs-2.2.6.ebuild b/net-fs/ncpfs/ncpfs-2.2.6.ebuild index b621a7fba44b..98d751d56e4a 100644 --- a/net-fs/ncpfs/ncpfs-2.2.6.ebuild +++ b/net-fs/ncpfs/ncpfs-2.2.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/ncpfs/ncpfs-2.2.6.ebuild,v 1.4 2007/05/11 19:49:06 griffon26 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/ncpfs/ncpfs-2.2.6.ebuild,v 1.5 2008/05/14 22:16:53 flameeyes Exp $ inherit eutils confutils @@ -15,7 +15,7 @@ LICENSE="GPL-2" KEYWORDS="x86 ~amd64 ~ppc ppc64" DEPEND="nls? ( sys-devel/gettext ) - pam? ( sys-libs/pam ) + pam? ( virtual/pam ) php? ( || ( virtual/php virtual/httpd-php ) )" src_unpack() { |