diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-12-04 01:42:35 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-12-04 01:42:35 +0000 |
commit | 4840f48e710b1e5dfe44ef819cb9c687429c7f1e (patch) | |
tree | ed2f3de48c61100737f57fba77302911f8fe3c67 /kde-base/kcheckpass | |
parent | Stable ppc-macos. Bug #113289 (diff) | |
download | historical-4840f48e710b1e5dfe44ef819cb9c687429c7f1e.tar.gz historical-4840f48e710b1e5dfe44ef819cb9c687429c7f1e.tar.bz2 historical-4840f48e710b1e5dfe44ef819cb9c687429c7f1e.zip |
~alpha keyword.
Package-Manager: portage-2.0.53
Diffstat (limited to 'kde-base/kcheckpass')
-rw-r--r-- | kde-base/kcheckpass/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kcheckpass/kcheckpass-3.5.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/kde-base/kcheckpass/ChangeLog b/kde-base/kcheckpass/ChangeLog index b53b2c37c6b4..7f5123ed4a19 100644 --- a/kde-base/kcheckpass/ChangeLog +++ b/kde-base/kcheckpass/ChangeLog @@ -1,6 +1,10 @@ # 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.31 2005/12/01 12:53:56 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.32 2005/12/04 01:39:16 kloeri Exp $ + + 04 Dec 2005; Bryan Østergaard <kloeri@gentoo.org> + kcheckpass-3.5.0.ebuild: + ~alpha keyword. 01 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> kcheckpass-3.5.0.ebuild: diff --git a/kde-base/kcheckpass/kcheckpass-3.5.0.ebuild b/kde-base/kcheckpass/kcheckpass-3.5.0.ebuild index 6b21c53f67d4..b94ac642b3f8 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.3 2005/12/01 12:53:56 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-3.5.0.ebuild,v 1.4 2005/12/04 01:39:16 kloeri 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 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" IUSE="pam" DEPEND="pam? ( kde-base/kdebase-pam ) !pam? ( sys-apps/shadow )" |