diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-08 13:47:11 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-08 13:47:11 +0000 |
commit | 225e4fda43b089d25e18d701b80d829975aacdc2 (patch) | |
tree | 8c69a6b3aa652c82d16efe2acf4b6c8c1e7f8b93 /x11-wm/lwm | |
parent | typo (diff) | |
download | gentoo-2-225e4fda43b089d25e18d701b80d829975aacdc2.tar.gz gentoo-2-225e4fda43b089d25e18d701b80d829975aacdc2.tar.bz2 gentoo-2-225e4fda43b089d25e18d701b80d829975aacdc2.zip |
LICENSE, SLOT and KEYWORDS addings
Diffstat (limited to 'x11-wm/lwm')
-rw-r--r-- | x11-wm/lwm/lwm-1.01.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/lwm/lwm-1.01.ebuild b/x11-wm/lwm/lwm-1.01.ebuild index da7d30529210..2f1edebe68ed 100644 --- a/x11-wm/lwm/lwm-1.01.ebuild +++ b/x11-wm/lwm/lwm-1.01.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Jim Nutt jim@nuttz.org -# $Header: /var/cvsroot/gentoo-x86/x11-wm/lwm/lwm-1.01.ebuild,v 1.1 2002/05/22 14:55:09 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/lwm/lwm-1.01.ebuild,v 1.2 2002/07/08 13:47:11 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="The ultimate lightweight window manager" SRC_URI="http://www.boognish.org.uk/enh/${PN}/${P}.tar.gz" HOMEPAGE="http://www.boognish.org.uk/enh/lwm/" +KEYWORDS="x86" DEPEND="x11-base/xfree" |