diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-05-12 11:01:25 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-05-12 11:01:25 +0000 |
commit | 1263c3715d5ddfd275d117f8061d376917c68643 (patch) | |
tree | 99cff1700d5893446378ba2ace1b1e34bb6e7583 /x11-apps/x11perf | |
parent | Remove Apache1 support, fix Apache2 support. (diff) | |
download | gentoo-2-1263c3715d5ddfd275d117f8061d376917c68643.tar.gz gentoo-2-1263c3715d5ddfd275d117f8061d376917c68643.tar.bz2 gentoo-2-1263c3715d5ddfd275d117f8061d376917c68643.zip |
Stable on ppc64; bug #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 c531623b6d03..3c5e8020edb5 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.17 2007/05/12 08:57:05 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/x11perf/ChangeLog,v 1.18 2007/05/12 11:01:25 corsair Exp $ + + 12 May 2007; Markus Rothe <corsair@gentoo.org> x11perf-1.4.1.ebuild: + Stable on ppc64; bug #165892 12 May 2007; Steve Dibb <beandog@gentoo.org> x11perf-1.4.1.ebuild: amd64 stable, bug 165892 diff --git a/x11-apps/x11perf/x11perf-1.4.1.ebuild b/x11-apps/x11perf/x11perf-1.4.1.ebuild index 968d91f59911..eb9d55352359 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.6 2007/05/12 08:57:05 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/x11perf/x11perf-1.4.1.ebuild,v 1.7 2007/05/12 11:01:25 corsair 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}" |