diff options
author | 2005-05-26 14:40:38 +0000 | |
---|---|---|
committer | 2005-05-26 14:40:38 +0000 | |
commit | d93395b6e2f6b28f80505a826d991db61d712d2f (patch) | |
tree | 1be185576d2bf7fdac0c94d2d7b6db9ce1f5de40 /kde-base/kcheckpass | |
parent | New version, needed for Gentoo/FBSD (#93179). (diff) | |
download | gentoo-2-d93395b6e2f6b28f80505a826d991db61d712d2f.tar.gz gentoo-2-d93395b6e2f6b28f80505a826d991db61d712d2f.tar.bz2 gentoo-2-d93395b6e2f6b28f80505a826d991db61d712d2f.zip |
Correct pam dependency.
(Portage version: 2.0.51.19)
Diffstat (limited to 'kde-base/kcheckpass')
-rw-r--r-- | kde-base/kcheckpass/kcheckpass-3.4.0.ebuild | 4 | ||||
-rw-r--r-- | kde-base/kcheckpass/kcheckpass-3.4.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kde-base/kcheckpass/kcheckpass-3.4.0.ebuild b/kde-base/kcheckpass/kcheckpass-3.4.0.ebuild index c929d96b51aa..4f5e0b858b8f 100644 --- a/kde-base/kcheckpass/kcheckpass-3.4.0.ebuild +++ b/kde-base/kcheckpass/kcheckpass-3.4.0.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.ebuild,v 1.4 2005/04/27 19:15:47 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-3.4.0.ebuild,v 1.5 2005/05/26 14:40:38 greg_g 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 ~amd64 ~ppc ~sparc ~ppc64" IUSE="pam" -DEPEND="pam? ( sys-libs/pam ~kde-base/kdebase-pam-4 ) !pam? ( sys-apps/shadow )" +DEPEND="pam? ( kde-base/kdebase-pam ) !pam? ( sys-apps/shadow )" diff --git a/kde-base/kcheckpass/kcheckpass-3.4.1.ebuild b/kde-base/kcheckpass/kcheckpass-3.4.1.ebuild index c4ecf54c7a96..25d8a778c0bd 100644 --- a/kde-base/kcheckpass/kcheckpass-3.4.1.ebuild +++ b/kde-base/kcheckpass/kcheckpass-3.4.1.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.1.ebuild,v 1.1 2005/05/25 21:23:02 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-3.4.1.ebuild,v 1.2 2005/05/26 14:40:38 greg_g 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 ~amd64" IUSE="pam" -DEPEND="pam? ( sys-libs/pam ~kde-base/kdebase-pam-4 ) !pam? ( sys-apps/shadow )" +DEPEND="pam? ( kde-base/kdebase-pam ) !pam? ( sys-apps/shadow )" |