diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-11-24 22:29:03 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-11-24 22:29:03 +0000 |
commit | d1599fe79399293b8f860a437da2fece71201d4e (patch) | |
tree | 3efe607bed8e1fdd81d1c045f18237a28636d1b1 /kde-base/kdepasswd | |
parent | Fix ordering of some vars. (diff) | |
download | historical-d1599fe79399293b8f860a437da2fece71201d4e.tar.gz historical-d1599fe79399293b8f860a437da2fece71201d4e.tar.bz2 historical-d1599fe79399293b8f860a437da2fece71201d4e.zip |
Stable on amd64, bug 112842.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'kde-base/kdepasswd')
-rw-r--r-- | kde-base/kdepasswd/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kdepasswd/kdepasswd-3.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kdepasswd/ChangeLog b/kde-base/kdepasswd/ChangeLog index fb9ea772ae87..769852c51c67 100644 --- a/kde-base/kdepasswd/ChangeLog +++ b/kde-base/kdepasswd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kdepasswd # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepasswd/ChangeLog,v 1.25 2005/11/24 19:46:31 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepasswd/ChangeLog,v 1.26 2005/11/24 22:29:03 cryos Exp $ + + 24 Nov 2005; Marcus D. Hanwell <cryos@gentoo.org> kdepasswd-3.4.3.ebuild: + Stable on amd64, bug 112842. 24 Nov 2005; Markus Rothe <corsair@gentoo.org> kdepasswd-3.4.3.ebuild: Stable on ppc64 diff --git a/kde-base/kdepasswd/kdepasswd-3.4.3.ebuild b/kde-base/kdepasswd/kdepasswd-3.4.3.ebuild index 3a36272e1981..b37750e5f590 100644 --- a/kde-base/kdepasswd/kdepasswd-3.4.3.ebuild +++ b/kde-base/kdepasswd/kdepasswd-3.4.3.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/kdepasswd/kdepasswd-3.4.3.ebuild,v 1.3 2005/11/24 19:46:31 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepasswd/kdepasswd-3.4.3.ebuild,v 1.4 2005/11/24 22:29:03 cryos Exp $ KMNAME=kdebase MAXKDEVER=$PV @@ -8,7 +8,7 @@ KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta eutils DESCRIPTION="KDE GUI for passwd" -KEYWORDS="~alpha ~amd64 ~ppc ppc64 sparc ~x86" +KEYWORDS="~alpha amd64 ~ppc ppc64 sparc ~x86" IUSE="" OLDDEPEND="~kde-base/libkonq-3.3.1" |