summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-02-21 23:28:53 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-02-21 23:28:53 +0000
commit021a76be0786493daa4e4c34601b7779d81931bd (patch)
treea4d9318cac216de4f63935bedc3deef20a8e9967 /net-libs/c-client
parentVersion bump. Fixes bug #210813. Thanks to Alex V. Fansky <damwihu@gmail.com>... (diff)
downloadgentoo-2-021a76be0786493daa4e4c34601b7779d81931bd.tar.gz
gentoo-2-021a76be0786493daa4e4c34601b7779d81931bd.tar.bz2
gentoo-2-021a76be0786493daa4e4c34601b7779d81931bd.zip
PAM is only needed by the Linux build.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-libs/c-client')
-rw-r--r--net-libs/c-client/ChangeLog7
-rw-r--r--net-libs/c-client/c-client-2004g.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/net-libs/c-client/ChangeLog b/net-libs/c-client/ChangeLog
index b683851ff41b..0362b87e2697 100644
--- a/net-libs/c-client/ChangeLog
+++ b/net-libs/c-client/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/c-client
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/ChangeLog,v 1.40 2007/07/07 17:58:08 jer Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/ChangeLog,v 1.41 2008/02/21 23:28:53 robbat2 Exp $
+
+ 21 Feb 2008; Robin H. Johnson <robbat2@gentoo.org> c-client-2004g.ebuild:
+ PAM is only needed by the Linux build.
07 Jul 2007; Jeroen Roovers <jer@gentoo.org> c-client-2004g.ebuild:
Stable for HPPA (bug #183898).
diff --git a/net-libs/c-client/c-client-2004g.ebuild b/net-libs/c-client/c-client-2004g.ebuild
index abf72fe84d4a..7229a82c38ae 100644
--- a/net-libs/c-client/c-client-2004g.ebuild
+++ b/net-libs/c-client/c-client-2004g.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-libs/c-client/c-client-2004g.ebuild,v 1.11 2007/08/25 14:32:40 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/c-client-2004g.ebuild,v 1.12 2008/02/21 23:28:53 robbat2 Exp $
inherit flag-o-matic eutils libtool
@@ -20,7 +20,7 @@ IUSE="ssl pam kernel_linux kernel_FreeBSD"
RDEPEND="ssl? ( dev-libs/openssl )
!virtual/imap-c-client"
DEPEND="${RDEPEND}
- pam? ( >=sys-libs/pam-0.72 )"
+ kernel_linux? ( pam? ( >=sys-libs/pam-0.72 ) )"
PROVIDE="virtual/imap-c-client"
src_unpack() {