diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-04-21 21:00:44 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-04-21 21:00:44 +0000 |
commit | 3bdf71c2f8f837f3b96cbefa39ebedf6741a8af4 (patch) | |
tree | 3a7cc0e4f044fa438eae2c40d80816bc7e732c38 /x11-apps | |
parent | Stable on alpha wrt Bug #126321. (diff) | |
download | gentoo-2-3bdf71c2f8f837f3b96cbefa39ebedf6741a8af4.tar.gz gentoo-2-3bdf71c2f8f837f3b96cbefa39ebedf6741a8af4.tar.bz2 gentoo-2-3bdf71c2f8f837f3b96cbefa39ebedf6741a8af4.zip |
Keyword ~ppc.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xwd/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xwd/xwd-1.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xwd/ChangeLog b/x11-apps/xwd/ChangeLog index ceeebaf896ea..043a182a1ae5 100644 --- a/x11-apps/xwd/ChangeLog +++ b/x11-apps/xwd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xwd # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/ChangeLog,v 1.11 2006/02/14 22:02:33 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/ChangeLog,v 1.12 2006/04/21 21:00:44 spyderous Exp $ + + 21 Apr 2006; Donnie Berkholz <spyderous@gentoo.org>; xwd-1.0.1.ebuild: + Keyword ~ppc. 14 Feb 2006; Markus Rothe <corsair@gentoo.org> xwd-1.0.1.ebuild: Added ~ppc64 diff --git a/x11-apps/xwd/xwd-1.0.1.ebuild b/x11-apps/xwd/xwd-1.0.1.ebuild index ee955021180e..2f18e1ba9cc4 100644 --- a/x11-apps/xwd/xwd-1.0.1.ebuild +++ b/x11-apps/xwd/xwd-1.0.1.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/xwd/xwd-1.0.1.ebuild,v 1.2 2006/02/14 22:02:33 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/xwd-1.0.1.ebuild,v 1.3 2006/04/21 21:00:44 spyderous Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="X.Org xwd 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}" |