diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-11-25 20:48:04 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-11-25 20:48:04 +0000 |
commit | 79fadb83146730da8500577711bbc490f700ae73 (patch) | |
tree | 2f3947591bbbe1e1467db79a64bb3d446d64d159 /kde-base/kcachegrind | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-79fadb83146730da8500577711bbc490f700ae73.tar.gz gentoo-2-79fadb83146730da8500577711bbc490f700ae73.tar.bz2 gentoo-2-79fadb83146730da8500577711bbc490f700ae73.zip |
Stable on ppc64
(Portage version: 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 )" |