diff options
Diffstat (limited to 'app-editors/fte/fte-20020324.ebuild')
-rw-r--r-- | app-editors/fte/fte-20020324.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-editors/fte/fte-20020324.ebuild b/app-editors/fte/fte-20020324.ebuild index 453d618be7d9..83b16e79f39d 100644 --- a/app-editors/fte/fte-20020324.ebuild +++ b/app-editors/fte/fte-20020324.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-editors/fte/fte-20020324.ebuild,v 1.4 2002/07/11 06:30:11 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/fte/fte-20020324.ebuild,v 1.5 2002/07/25 19:12:09 kabau Exp $ S=${WORKDIR}/${P} DESCRIPTION="Lightweight text-mode editor" @@ -32,6 +32,10 @@ if [ "`use gpm`" ] ; then TARGETS="${TARGETS} vfte" fi +SLOT="0" +LICENSE="GPL" +KEYWORDS="x86" + src_unpack() { cd ${WORKDIR} |