diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-05-08 17:42:59 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-05-08 17:42:59 +0000 |
commit | 3d2984175f03f9dae37f4e2a0c9c5ec33a6ec6e9 (patch) | |
tree | b3e4aeface7b5feb6d25a5700f3763d08c547a79 /x11-apps/x11perf | |
parent | Fix strict aliasing rules. (diff) | |
download | gentoo-2-3d2984175f03f9dae37f4e2a0c9c5ec33a6ec6e9.tar.gz gentoo-2-3d2984175f03f9dae37f4e2a0c9c5ec33a6ec6e9.tar.bz2 gentoo-2-3d2984175f03f9dae37f4e2a0c9c5ec33a6ec6e9.zip |
Stable on sparc wrt #165892
(Portage version: 2.1.2.2)
Diffstat (limited to 'x11-apps/x11perf')
-rw-r--r-- | x11-apps/x11perf/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/x11perf/x11perf-1.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/x11perf/ChangeLog b/x11-apps/x11perf/ChangeLog index 4558540bdbb6..d5a6d49d7b93 100644 --- a/x11-apps/x11perf/ChangeLog +++ b/x11-apps/x11perf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/x11perf # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/x11perf/ChangeLog,v 1.15 2007/05/08 14:51:27 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/x11perf/ChangeLog,v 1.16 2007/05/08 17:42:59 gustavoz Exp $ + + 08 May 2007; Gustavo Zacarias <gustavoz@gentoo.org> x11perf-1.4.1.ebuild: + Stable on sparc wrt #165892 08 May 2007; Raúl Porcel <armin76@gentoo.org> x11perf-1.4.1.ebuild: x86 stable wrt bug 165892 diff --git a/x11-apps/x11perf/x11perf-1.4.1.ebuild b/x11-apps/x11perf/x11perf-1.4.1.ebuild index 7b140130a4b7..8ab4a6a01134 100644 --- a/x11-apps/x11perf/x11perf-1.4.1.ebuild +++ b/x11-apps/x11perf/x11perf-1.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/x11perf/x11perf-1.4.1.ebuild,v 1.4 2007/05/08 14:51:27 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/x11perf/x11perf-1.4.1.ebuild,v 1.5 2007/05/08 17:42:59 gustavoz Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="summarize x11perf results" -KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sparc x86" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 sparc x86" RDEPEND="x11-libs/libX11 x11-libs/libXmu" DEPEND="${RDEPEND}" |