diff options
author | Maarten Thibaut <murphy@gentoo.org> | 2003-08-01 22:58:04 +0000 |
---|---|---|
committer | Maarten Thibaut <murphy@gentoo.org> | 2003-08-01 22:58:04 +0000 |
commit | 8a02e4bca319e16eb970cc7ffc387fc9e5a3520f (patch) | |
tree | ce879a9affdf00901ebb02cbcd85aa1ff96b72a6 /x11-libs | |
parent | fixed the accidental change to -r3 (diff) | |
download | gentoo-2-8a02e4bca319e16eb970cc7ffc387fc9e5a3520f.tar.gz gentoo-2-8a02e4bca319e16eb970cc7ffc387fc9e5a3520f.tar.bz2 gentoo-2-8a02e4bca319e16eb970cc7ffc387fc9e5a3520f.zip |
Fix KEYWORDS
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/xview/xview-3.2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-libs/xview/xview-3.2.ebuild b/x11-libs/xview/xview-3.2.ebuild index 248b366bf5d4..365c8dee9ca5 100644 --- a/x11-libs/xview/xview-3.2.ebuild +++ b/x11-libs/xview/xview-3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xview/xview-3.2.ebuild,v 1.1 2003/08/01 22:55:05 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xview/xview-3.2.ebuild,v 1.2 2003/08/01 22:58:04 murphy Exp $ DESCRIPTION="The X Window-System-based Visual/Integrated Environment for Workstations" HOMEPAGE="http://www.ibiblio.org/pub/Linux/libs/X/xview/" @@ -10,7 +10,6 @@ PN="${P}p1.4" # This is our compound patch derived from debian. We use it because: # * xview is a contribution made to Sun Microsystems (?) to the X community, but # fixes for it don't appear to be around other than in the other free distributions. -# * The debian version gives us Linux and xfree86 support # * It does little harm, only some defaults are changed which we can redefine anyway SRC_PATCH="${PN/-/_}-16.diff" @@ -21,7 +20,7 @@ SRC_URI="http://www.ibiblio.org/pub/Linux/libs/X/xview/${PN}.src.tar.gz S=${WORKDIR}/${PN} LICENSE="sun-openlook" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arma ~hppa ~ppc ~mips ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~mips ~sparc ~x86" DEPEND="virtual/x11" src_unpack() { |