diff options
author | Jon Nall <nall@gentoo.org> | 2002-11-11 05:32:45 +0000 |
---|---|---|
committer | Jon Nall <nall@gentoo.org> | 2002-11-11 05:32:45 +0000 |
commit | 287903838310f8ce4c50d492f6410e10d8319f9e (patch) | |
tree | a76ce6d30978bcf050c740dc51ea34da09825dd0 /x11-wm/ratpoison | |
parent | New ebuild (diff) | |
download | gentoo-2-287903838310f8ce4c50d492f6410e10d8319f9e.tar.gz gentoo-2-287903838310f8ce4c50d492f6410e10d8319f9e.tar.bz2 gentoo-2-287903838310f8ce4c50d492f6410e10d8319f9e.zip |
added ppc to KEYWORDS
Diffstat (limited to 'x11-wm/ratpoison')
-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" |