diff options
-rw-r--r-- | kde-base/kcalc/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kcalc/kcalc-3.5.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kcalc/ChangeLog b/kde-base/kcalc/ChangeLog index 872c24e1d89c..ec25d8b4084a 100644 --- a/kde-base/kcalc/ChangeLog +++ b/kde-base/kcalc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kcalc # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v 1.46 2006/05/29 22:12:02 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v 1.47 2006/06/01 07:14:26 tcort Exp $ + + 01 Jun 2006; Thomas Cort <tcort@gentoo.org> kcalc-3.5.2.ebuild: + Stable on alpha wrt Bug #132213. 29 May 2006; Jason Wever <weeve@gentoo.org> kcalc-3.5.2.ebuild: Stable on SPARC wrt bug #132213. diff --git a/kde-base/kcalc/kcalc-3.5.2.ebuild b/kde-base/kcalc/kcalc-3.5.2.ebuild index a005249b8389..a11d6ae5ee10 100644 --- a/kde-base/kcalc/kcalc-3.5.2.ebuild +++ b/kde-base/kcalc/kcalc-3.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/kcalc-3.5.2.ebuild,v 1.8 2006/05/30 05:09:40 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/kcalc-3.5.2.ebuild,v 1.9 2006/06/01 07:14:26 tcort Exp $ KMNAME=kdeutils MAXKDEVER=$PV @@ -8,7 +8,7 @@ KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta eutils DESCRIPTION="KDE Calculator" -KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" DEPEND="dev-libs/gmp" |