diff options
author | 2005-07-08 05:13:29 +0000 | |
---|---|---|
committer | 2005-07-08 05:13:29 +0000 | |
commit | 1a2e208dd0d8e3c960a10c229dfd84a836dafb3e (patch) | |
tree | 1d162b5567f2c41c7bed24ec6c532082aeaf9bf4 /kde-base/kcheckpass | |
parent | Stable on mips. (diff) | |
download | historical-1a2e208dd0d8e3c960a10c229dfd84a836dafb3e.tar.gz historical-1a2e208dd0d8e3c960a10c229dfd84a836dafb3e.tar.bz2 historical-1a2e208dd0d8e3c960a10c229dfd84a836dafb3e.zip |
Stable on SPARC.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'kde-base/kcheckpass')
-rw-r--r-- | kde-base/kcheckpass/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kcheckpass/kcheckpass-3.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kcheckpass/ChangeLog b/kde-base/kcheckpass/ChangeLog index b91ef85552a2..3563ab7c5f8f 100644 --- a/kde-base/kcheckpass/ChangeLog +++ b/kde-base/kcheckpass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kcheckpass # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.10 2005/07/02 01:24:05 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.11 2005/07/08 03:08:45 weeve Exp $ + + 08 Jul 2005; Jason Wever <weeve@gentoo.org> kcheckpass-3.4.1.ebuild: + Stable on SPARC. 02 Jul 2005; Lars Weiler <pylon@gentoo.org> kcheckpass-3.4.1.ebuild: Stable on ppc; Bug #97544. diff --git a/kde-base/kcheckpass/kcheckpass-3.4.1.ebuild b/kde-base/kcheckpass/kcheckpass-3.4.1.ebuild index 02fe97b520ee..c1629275c814 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.6 2005/07/02 01:24:05 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-3.4.1.ebuild,v 1.7 2005/07/08 03:08:45 weeve Exp $ KMNAME=kdebase MAXKDEVER=$PV @@ -8,7 +8,7 @@ KM_DEPRANGE="$PV $MAXKDEVER" 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="amd64 ppc ppc64 ~sparc x86" +KEYWORDS="amd64 ppc ppc64 sparc x86" IUSE="pam" DEPEND="pam? ( kde-base/kdebase-pam ) !pam? ( sys-apps/shadow )" |