diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-04-24 07:33:20 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-04-24 07:33:20 +0000 |
commit | fd345f1f6e2187d8a3cfa813b65524266fc14538 (patch) | |
tree | f43b6a7f64abfbd2e689b20cd235653681bfa911 /x11-apps/xwininfo | |
parent | Remove pointless RDEPEND (diff) | |
download | gentoo-2-fd345f1f6e2187d8a3cfa813b65524266fc14538.tar.gz gentoo-2-fd345f1f6e2187d8a3cfa813b65524266fc14538.tar.bz2 gentoo-2-fd345f1f6e2187d8a3cfa813b65524266fc14538.zip |
Keyword ~ppc.
(Portage version: 2.1_pre9-r3)
Diffstat (limited to 'x11-apps/xwininfo')
-rw-r--r-- | x11-apps/xwininfo/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/xwininfo/xwininfo-1.0.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-apps/xwininfo/ChangeLog b/x11-apps/xwininfo/ChangeLog index c386f221da68..df09bca74730 100644 --- a/x11-apps/xwininfo/ChangeLog +++ b/x11-apps/xwininfo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/xwininfo # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/ChangeLog,v 1.13 2006/04/08 21:07:13 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/ChangeLog,v 1.14 2006/04/24 07:33:20 spyderous Exp $ + + 24 Apr 2006; Donnie Berkholz <spyderous@gentoo.org>; + xwininfo-1.0.2.ebuild: + Keyword ~ppc. 08 Apr 2006; Donnie Berkholz <spyderous@gentoo.org>; -xwininfo-1.0.1.ebuild: diff --git a/x11-apps/xwininfo/xwininfo-1.0.2.ebuild b/x11-apps/xwininfo/xwininfo-1.0.2.ebuild index 21b1192a6601..311a016d4f43 100644 --- a/x11-apps/xwininfo/xwininfo-1.0.2.ebuild +++ b/x11-apps/xwininfo/xwininfo-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/xwininfo/xwininfo-1.0.2.ebuild,v 1.1 2006/04/04 00:57:09 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/xwininfo-1.0.2.ebuild,v 1.2 2006/04/24 07:33:20 spyderous Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="X.Org xwininfo application" -KEYWORDS="~amd64 ~arm ~mips ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" RDEPEND="x11-libs/libXmu x11-libs/libX11" DEPEND="${RDEPEND}" |