diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-05-26 14:40:38 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-05-26 14:40:38 +0000 |
commit | ee2da99cd873dd767f3e81452c254d04205b4fdd (patch) | |
tree | 89f11894cf4af9ee65b76b90907700c23657b4b7 /kde-base | |
parent | New version, needed for Gentoo/FBSD (#93179). (diff) | |
download | historical-ee2da99cd873dd767f3e81452c254d04205b4fdd.tar.gz historical-ee2da99cd873dd767f3e81452c254d04205b4fdd.tar.bz2 historical-ee2da99cd873dd767f3e81452c254d04205b4fdd.zip |
Correct pam dependency.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kcheckpass/kcheckpass-3.4.0.ebuild | 4 | ||||
-rw-r--r-- | kde-base/kcheckpass/kcheckpass-3.4.1.ebuild | 4 | ||||
-rw-r--r-- | kde-base/kdm/kdm-3.4.0.ebuild | 4 | ||||
-rw-r--r-- | kde-base/kdm/kdm-3.4.1.ebuild | 4 |
4 files changed, 8 insertions, 8 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 )" diff --git a/kde-base/kdm/kdm-3.4.0.ebuild b/kde-base/kdm/kdm-3.4.0.ebuild index 37d8b531dbc4..8a6d692d896f 100644 --- a/kde-base/kdm/kdm-3.4.0.ebuild +++ b/kde-base/kdm/kdm-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/kdm/kdm-3.4.0.ebuild,v 1.4 2005/04/27 19:13:54 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdm/kdm-3.4.0.ebuild,v 1.5 2005/05/26 14:38:50 greg_g Exp $ KMNAME=kdebase MAXKDEVER=$PV @@ -16,7 +16,7 @@ KMEXTRACTONLY="libkonq/konq_defaults.h kioslave/thumbnail/configure.in.in" # for the HAVE_LIBART test KMCOMPILEONLY="kcontrol/background" DEPEND="$DEPEND - pam? ( sys-libs/pam ~kde-base/kdebase-pam-4 ) + pam? ( kde-base/kdebase-pam ) $(deprange $PV $MAXKDEVER kde-base/kcontrol)" # Requires the desktop background settings and kdm modules, # so until we separate the kcontrol modules into separate ebuilds :-), diff --git a/kde-base/kdm/kdm-3.4.1.ebuild b/kde-base/kdm/kdm-3.4.1.ebuild index 34688762d9a0..572a8a34e839 100644 --- a/kde-base/kdm/kdm-3.4.1.ebuild +++ b/kde-base/kdm/kdm-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/kdm/kdm-3.4.1.ebuild,v 1.1 2005/05/25 21:23:06 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdm/kdm-3.4.1.ebuild,v 1.2 2005/05/26 14:38:50 greg_g Exp $ KMNAME=kdebase MAXKDEVER=$PV @@ -16,7 +16,7 @@ KMEXTRACTONLY="libkonq/konq_defaults.h kioslave/thumbnail/configure.in.in" # for the HAVE_LIBART test KMCOMPILEONLY="kcontrol/background" DEPEND="$DEPEND - pam? ( sys-libs/pam ~kde-base/kdebase-pam-4 ) + pam? ( kde-base/kdebase-pam ) $(deprange $PV $MAXKDEVER kde-base/kcontrol)" # Requires the desktop background settings and kdm modules, # so until we separate the kcontrol modules into separate ebuilds :-), |