diff options
author | 2012-04-18 20:20:27 +0000 | |
---|---|---|
committer | 2012-04-18 20:20:27 +0000 | |
commit | 4cb77faf5b7270a5dc23cd911b72f464a808d784 (patch) | |
tree | 6cecc4c54a5a2e6421387e02b4dc60c1821a4759 /kde-base/kstartperf | |
parent | Stable for amd64, wrt bug #410611 (diff) | |
download | gentoo-2-4cb77faf5b7270a5dc23cd911b72f464a808d784.tar.gz gentoo-2-4cb77faf5b7270a5dc23cd911b72f464a808d784.tar.bz2 gentoo-2-4cb77faf5b7270a5dc23cd911b72f464a808d784.zip |
x86 stable, bug #409403
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kstartperf')
-rw-r--r-- | kde-base/kstartperf/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kstartperf/kstartperf-4.8.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kstartperf/ChangeLog b/kde-base/kstartperf/ChangeLog index 03fbbc7cad5e..7b0af484da43 100644 --- a/kde-base/kstartperf/ChangeLog +++ b/kde-base/kstartperf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kstartperf # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kstartperf/ChangeLog,v 1.95 2012/04/04 23:59:05 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstartperf/ChangeLog,v 1.96 2012/04/18 20:20:27 maekke Exp $ + + 18 Apr 2012; Markus Meier <maekke@gentoo.org> kstartperf-4.8.1.ebuild: + x86 stable, bug #409403 *kstartperf-4.8.2 (04 Apr 2012) diff --git a/kde-base/kstartperf/kstartperf-4.8.1.ebuild b/kde-base/kstartperf/kstartperf-4.8.1.ebuild index 64c8b9e1e5b6..02d4b5076928 100644 --- a/kde-base/kstartperf/kstartperf-4.8.1.ebuild +++ b/kde-base/kstartperf/kstartperf-4.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kstartperf/kstartperf-4.8.1.ebuild,v 1.2 2012/04/04 18:51:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstartperf/kstartperf-4.8.1.ebuild,v 1.3 2012/04/18 20:20:27 maekke Exp $ EAPI=4 @@ -8,5 +8,5 @@ KMNAME="kdesdk" inherit kde4-meta DESCRIPTION="Measures starting performance of applications" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="debug" |