diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-11-25 20:53:10 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-11-25 20:53:10 +0000 |
commit | 50c0a7036bb055fa37324bcc55182511c35fe25d (patch) | |
tree | 55f36a71700210dc80d6d3a19e51081c27ac91ee /kde-base/kcachegrind | |
parent | stable on ppc64 (diff) | |
download | historical-50c0a7036bb055fa37324bcc55182511c35fe25d.tar.gz historical-50c0a7036bb055fa37324bcc55182511c35fe25d.tar.bz2 historical-50c0a7036bb055fa37324bcc55182511c35fe25d.zip |
Stable on ppc64
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'kde-base/kcachegrind')
-rw-r--r-- | kde-base/kcachegrind/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kcachegrind/kcachegrind-3.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kcachegrind/ChangeLog b/kde-base/kcachegrind/ChangeLog index 09813c77ca53..c96b95f6093f 100644 --- a/kde-base/kcachegrind/ChangeLog +++ b/kde-base/kcachegrind/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kcachegrind # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcachegrind/ChangeLog,v 1.24 2005/11/25 14:56:42 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcachegrind/ChangeLog,v 1.25 2005/11/25 20:48:04 corsair Exp $ + + 25 Nov 2005; Markus Rothe <corsair@gentoo.org> kcachegrind-3.4.3.ebuild: + Stable on ppc64 25 Nov 2005; Marcus D. Hanwell <cryos@gentoo.org> kcachegrind-3.4.3.ebuild: diff --git a/kde-base/kcachegrind/kcachegrind-3.4.3.ebuild b/kde-base/kcachegrind/kcachegrind-3.4.3.ebuild index f4a165992943..509528f02eb0 100644 --- a/kde-base/kcachegrind/kcachegrind-3.4.3.ebuild +++ b/kde-base/kcachegrind/kcachegrind-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/kcachegrind/kcachegrind-3.4.3.ebuild,v 1.3 2005/11/25 14:56:42 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcachegrind/kcachegrind-3.4.3.ebuild,v 1.4 2005/11/25 20:48:04 corsair Exp $ KMNAME=kdesdk MAXKDEVER=$PV @@ -8,7 +8,7 @@ KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta eutils DESCRIPTION="KDE Frontend for Cachegrind" -KEYWORDS="amd64 ~ppc ~ppc64 sparc ~x86" +KEYWORDS="amd64 ~ppc ppc64 sparc ~x86" IUSE="" DEPEND="x86? ( dev-util/callgrind )" |