diff options
author | Joseph Jezak <josejx@gentoo.org> | 2005-12-09 10:11:42 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2005-12-09 10:11:42 +0000 |
commit | 42519dca0b42c9d458507850e9f8031719563b40 (patch) | |
tree | a561e280f25bb3a23d60dc278ce16f871f67b2e6 /kde-base/kcachegrind | |
parent | Marked ppc stable for bug #112842. (diff) | |
download | gentoo-2-42519dca0b42c9d458507850e9f8031719563b40.tar.gz gentoo-2-42519dca0b42c9d458507850e9f8031719563b40.tar.bz2 gentoo-2-42519dca0b42c9d458507850e9f8031719563b40.zip |
Marked ppc stable for bug #112842.
(Portage version: 2.0.53)
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 203a497177eb..5c9204595b9c 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.26 2005/11/26 14:35:12 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcachegrind/ChangeLog,v 1.27 2005/12/09 10:07:10 josejx Exp $ + + 09 Dec 2005; Joseph Jezak <josejx@gentoo.org> kcachegrind-3.4.3.ebuild: + Marked ppc stable for bug #112842. 25 Nov 2005; Markus Rothe <corsair@gentoo.org> kcachegrind-3.4.3.ebuild: Stable on ppc64 diff --git a/kde-base/kcachegrind/kcachegrind-3.4.3.ebuild b/kde-base/kcachegrind/kcachegrind-3.4.3.ebuild index 509528f02eb0..16b6d88cde62 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.4 2005/11/25 20:48:04 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcachegrind/kcachegrind-3.4.3.ebuild,v 1.5 2005/12/09 10:07:10 josejx 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 )" |