diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2006-05-20 10:48:08 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2006-05-20 10:48:08 +0000 |
commit | 13959aa33763cbcf4f2c6a4c5e9be0228e406a94 (patch) | |
tree | 96a332b3be81df171ac691b24e93cb0644a12056 /x11-apps/xrefresh | |
parent | Added ~ppc after testing. (diff) | |
download | gentoo-2-13959aa33763cbcf4f2c6a4c5e9be0228e406a94.tar.gz gentoo-2-13959aa33763cbcf4f2c6a4c5e9be0228e406a94.tar.bz2 gentoo-2-13959aa33763cbcf4f2c6a4c5e9be0228e406a94.zip |
Added ~ppc after testing.
(Portage version: 2.1_rc1-r2)
Diffstat (limited to 'x11-apps/xrefresh')
-rw-r--r-- | x11-apps/xrefresh/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xrefresh/xrefresh-1.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xrefresh/ChangeLog b/x11-apps/xrefresh/ChangeLog index 7f8ac01c0da6..15a9281fd7a9 100644 --- a/x11-apps/xrefresh/ChangeLog +++ b/x11-apps/xrefresh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xrefresh # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrefresh/ChangeLog,v 1.13 2006/04/08 21:06:32 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrefresh/ChangeLog,v 1.14 2006/05/20 10:48:08 robbat2 Exp $ + + 20 May 2006; Robin H. Johnson <robbat2@gentoo.org> xrefresh-1.0.2.ebuild: + Added ~ppc after testing. 08 Apr 2006; Donnie Berkholz <spyderous@gentoo.org>; -xrefresh-1.0.1.ebuild: diff --git a/x11-apps/xrefresh/xrefresh-1.0.2.ebuild b/x11-apps/xrefresh/xrefresh-1.0.2.ebuild index 90809cd00bf2..dd92a58f23c0 100644 --- a/x11-apps/xrefresh/xrefresh-1.0.2.ebuild +++ b/x11-apps/xrefresh/xrefresh-1.0.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/x11-apps/xrefresh/xrefresh-1.0.2.ebuild,v 1.1 2006/04/04 00:55:53 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrefresh/xrefresh-1.0.2.ebuild,v 1.2 2006/05/20 10:48:08 robbat2 Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,6 +8,6 @@ inherit x-modular DESCRIPTION="X.Org xrefresh application" -KEYWORDS="~amd64 ~arm ~mips ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" RDEPEND="x11-libs/libX11" DEPEND="${RDEPEND}" |