diff options
author | Jon Nall <nall@gentoo.org> | 2002-11-11 05:29:10 +0000 |
---|---|---|
committer | Jon Nall <nall@gentoo.org> | 2002-11-11 05:29:10 +0000 |
commit | 91a3d23e366d821710f2196b42e39bc8884ceb5c (patch) | |
tree | f11e63e031c0c82011de210b879e43bd2da2fdbf /x11-wm | |
parent | New ebuild (diff) | |
download | historical-91a3d23e366d821710f2196b42e39bc8884ceb5c.tar.gz historical-91a3d23e366d821710f2196b42e39bc8884ceb5c.tar.bz2 historical-91a3d23e366d821710f2196b42e39bc8884ceb5c.zip |
added ppc to KEYWORDS
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/ratpoison/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/ratpoison/ratpoison-1.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-wm/ratpoison/ChangeLog b/x11-wm/ratpoison/ChangeLog index d6ca7faf8608..06a3ea8a2ae4 100644 --- a/x11-wm/ratpoison/ChangeLog +++ b/x11-wm/ratpoison/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for x11-wm/ratpoison # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.2 2002/11/06 06:27:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.3 2002/11/11 05:29:10 nall Exp $ *ratpoison-1.1.1 (06 Jun 2002) + 10 Nov 2002; Jon Nall <nall@gentoo.org> ratpoison-1.1.1.ebuild : + added ppc to KEYWORDS + 19 Oct 2002; Jason Wever <weeve@gentoo.org> ratpoison-1.1.1.ebuild, files/digest-ratpoison-1.1.1: Initial import. Ebuild submitted by Jason Wever <weeve@gentoo.org>. diff --git a/x11-wm/ratpoison/ratpoison-1.1.1.ebuild b/x11-wm/ratpoison/ratpoison-1.1.1.ebuild index fc08fadbdbed..d42fdc46da61 100644 --- a/x11-wm/ratpoison/ratpoison-1.1.1.ebuild +++ b/x11-wm/ratpoison/ratpoison-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.1.1.ebuild,v 1.1 2002/10/19 19:03:03 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.1.1.ebuild,v 1.2 2002/11/11 05:29:10 nall Exp $ DESCRIPTION="Ratpoison is an extremely light-weight and barebones wm modelled after screen." HOMEPAGE="http://ratpoison.sourceforge.net" @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="x86 sparc sparc64 ppc" IUSE="X" |