diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-25 23:36:47 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-25 23:36:47 +0000 |
commit | b66b080d57b10938546c39a2c7f952586a45e3f1 (patch) | |
tree | 50b1f964baea53d69920c6f54f4bc1bc2e737b4f /kde-base/kcachegrind | |
parent | Stable on x86 wrt bug #132213 (diff) | |
download | historical-b66b080d57b10938546c39a2c7f952586a45e3f1.tar.gz historical-b66b080d57b10938546c39a2c7f952586a45e3f1.tar.bz2 historical-b66b080d57b10938546c39a2c7f952586a45e3f1.zip |
Stable on x86 wrt bug #132213
Package-Manager: portage-2.1_rc2-r1
Diffstat (limited to 'kde-base/kcachegrind')
-rw-r--r-- | kde-base/kcachegrind/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kcachegrind/kcachegrind-3.5.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/kde-base/kcachegrind/ChangeLog b/kde-base/kcachegrind/ChangeLog index a3ac8221bdc1..5724d471fa2b 100644 --- a/kde-base/kcachegrind/ChangeLog +++ b/kde-base/kcachegrind/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kcachegrind # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcachegrind/ChangeLog,v 1.32 2006/04/06 01:06:36 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcachegrind/ChangeLog,v 1.33 2006/05/25 21:52:53 wolf31o2 Exp $ + + 25 May 2006; Chris Gianelloni <wolf31o2@gentoo.org> + kcachegrind-3.5.2.ebuild: + Stable on x86 wrt bug #132213 05 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> -kcachegrind-3.5.0.ebuild, -kcachegrind-3.5.1.ebuild: diff --git a/kde-base/kcachegrind/kcachegrind-3.5.2.ebuild b/kde-base/kcachegrind/kcachegrind-3.5.2.ebuild index 46c28ca2c916..5a0eb57d3b29 100644 --- a/kde-base/kcachegrind/kcachegrind-3.5.2.ebuild +++ b/kde-base/kcachegrind/kcachegrind-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/kcachegrind/kcachegrind-3.5.2.ebuild,v 1.1 2006/03/22 20:14:57 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcachegrind/kcachegrind-3.5.2.ebuild,v 1.2 2006/05/25 21:52:53 wolf31o2 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 ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="" DEPEND="x86? ( dev-util/callgrind )" |