diff options
author | Dan Armak <danarmak@gentoo.org> | 2005-02-03 18:08:08 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2005-02-03 18:08:08 +0000 |
commit | e3d0a2a3d97e7aeccc1d2373a835920c7fc64b3f (patch) | |
tree | a9f9760981e48d072fd5de6bfa9c6b74ca443777 /kde-base/kcheckpass | |
parent | Add new Version 0.09.4. (diff) | |
download | gentoo-2-e3d0a2a3d97e7aeccc1d2373a835920c7fc64b3f.tar.gz gentoo-2-e3d0a2a3d97e7aeccc1d2373a835920c7fc64b3f.tar.bz2 gentoo-2-e3d0a2a3d97e7aeccc1d2373a835920c7fc64b3f.zip |
updated dep on kdebase-pam to new version
(Portage version: 2.0.51-r15)
Diffstat (limited to 'kde-base/kcheckpass')
-rw-r--r-- | kde-base/kcheckpass/kcheckpass-3.4.0_beta1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-base/kcheckpass/kcheckpass-3.4.0_beta1.ebuild b/kde-base/kcheckpass/kcheckpass-3.4.0_beta1.ebuild index 4adabf9e1bd2..e1cfc2a7d364 100644 --- a/kde-base/kcheckpass/kcheckpass-3.4.0_beta1.ebuild +++ b/kde-base/kcheckpass/kcheckpass-3.4.0_beta1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-3.4.0_beta1.ebuild,v 1.1 2005/01/15 02:24:28 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-3.4.0_beta1.ebuild,v 1.2 2005/02/03 18:08:08 danarmak Exp $ KMNAME=kdebase MAXKDEVER=$PV @@ -10,5 +10,5 @@ inherit kde-meta eutils DESCRIPTION="KDE pam client that allows you to auth as a specified user without actually doing anything as that user" KEYWORDS="~x86" IUSE="pam" -DEPEND="pam? ( sys-libs/pam $(deprange-dual $PV $MAXKDEVER kde-base/kdebase-pam) ) !pam? ( sys-apps/shadow )" +DEPEND="pam? ( sys-libs/pam ~kde-base/kdebase-pam-4 ) !pam? ( sys-apps/shadow )" |