diff options
author | Jason Wever <weeve@gentoo.org> | 2005-11-29 04:03:40 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2005-11-29 04:03:40 +0000 |
commit | ec599cd4a28bfbea3f15d66e12aa27da64983124 (patch) | |
tree | d8edca4df89190d6eac844f635f63954533a7af9 /kde-base/kcheckpass | |
parent | Marked ~hppa wrt bug 109183. (diff) | |
download | gentoo-2-ec599cd4a28bfbea3f15d66e12aa27da64983124.tar.gz gentoo-2-ec599cd4a28bfbea3f15d66e12aa27da64983124.tar.bz2 gentoo-2-ec599cd4a28bfbea3f15d66e12aa27da64983124.zip |
Added ~sparc keyword.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'kde-base/kcheckpass')
-rw-r--r-- | kde-base/kcheckpass/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kcheckpass/Manifest | 2 | ||||
-rw-r--r-- | kde-base/kcheckpass/kcheckpass-3.5.0.ebuild | 4 |
3 files changed, 7 insertions, 4 deletions
diff --git a/kde-base/kcheckpass/ChangeLog b/kde-base/kcheckpass/ChangeLog index eeb2075fe8f2..69bad9c8ce8f 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.29 2005/11/26 14:35:12 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.30 2005/11/29 03:59:36 weeve Exp $ + + 29 Nov 2005; Jason Wever <weeve@gentoo.org> kcheckpass-3.5.0.ebuild: + Added ~sparc keyword. 24 Nov 2005; Marcus D. Hanwell <cryos@gentoo.org> kcheckpass-3.4.3.ebuild: Stable on amd64, bug 112842. diff --git a/kde-base/kcheckpass/Manifest b/kde-base/kcheckpass/Manifest index bc6d0a6280de..d88c89fce1e3 100644 --- a/kde-base/kcheckpass/Manifest +++ b/kde-base/kcheckpass/Manifest @@ -10,7 +10,7 @@ MD5 6fbfb59b6c34c3ed5a8b8bbfb5ccb1c7 files/kcheckpass-pie-final.patch 624 MD5 b401a538cf13f910f1d1feaf4c6af086 kcheckpass-3.4.1.ebuild 517 MD5 c6405bea7c47189c312b88797fac75c6 kcheckpass-3.4.2.ebuild 529 MD5 b3abc7fc8c9fc2596aaa23157cb58739 kcheckpass-3.4.3.ebuild 525 -MD5 3cb594190b6058092de389d4365f48cb kcheckpass-3.5.0.ebuild 510 +MD5 b5593cad08699fc3fc8a82677f410581 kcheckpass-3.5.0.ebuild 517 MD5 3bb52311ac100edf44ac503b15eb240d kcheckpass-3.5.0_beta2.ebuild 664 MD5 9a7ad2f6c01fe484affa77116db3470b kcheckpass-3.5.0_rc1.ebuild 515 MD5 d8e6f992e888f8a83ce7e3d10553f6bc kcheckpass-3.5_beta1.ebuild 511 diff --git a/kde-base/kcheckpass/kcheckpass-3.5.0.ebuild b/kde-base/kcheckpass/kcheckpass-3.5.0.ebuild index 8a5e02357d5d..df509c9f6b25 100644 --- a/kde-base/kcheckpass/kcheckpass-3.5.0.ebuild +++ b/kde-base/kcheckpass/kcheckpass-3.5.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.5.0.ebuild,v 1.1 2005/11/22 22:13:58 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-3.5.0.ebuild,v 1.2 2005/11/29 03:59:36 weeve Exp $ KMNAME=kdebase MAXKDEVER=$PV @@ -8,7 +8,7 @@ KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta eutils DESCRIPTION="A simple password checker, used by any software in need of user authentication." -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="pam" DEPEND="pam? ( kde-base/kdebase-pam ) !pam? ( sys-apps/shadow )" |