diff options
author | Damon Conway <kabau@gentoo.org> | 2002-07-25 19:12:09 +0000 |
---|---|---|
committer | Damon Conway <kabau@gentoo.org> | 2002-07-25 19:12:09 +0000 |
commit | 4ab399c4bed375d35817312cd09d04558ed9e7cd (patch) | |
tree | a20c9b996ad5b58e12c3a8ced1356cacf35d2619 /app-editors/fte/fte-20010819-r3.ebuild | |
parent | Added SLOT, KEYWORDS, and LICENSE. Also fixed spacing and depricated try syn... (diff) | |
download | historical-4ab399c4bed375d35817312cd09d04558ed9e7cd.tar.gz historical-4ab399c4bed375d35817312cd09d04558ed9e7cd.tar.bz2 historical-4ab399c4bed375d35817312cd09d04558ed9e7cd.zip |
Added SLOT, KEYWORDS, and LICENSE.
Diffstat (limited to 'app-editors/fte/fte-20010819-r3.ebuild')
-rw-r--r-- | app-editors/fte/fte-20010819-r3.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-editors/fte/fte-20010819-r3.ebuild b/app-editors/fte/fte-20010819-r3.ebuild index e862d7be13b5..821b7d5ff5f5 100644 --- a/app-editors/fte/fte-20010819-r3.ebuild +++ b/app-editors/fte/fte-20010819-r3.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-20010819-r3.ebuild,v 1.4 2002/07/11 06:30:11 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/fte/fte-20010819-r3.ebuild,v 1.5 2002/07/25 19:12:09 kabau Exp $ S=${WORKDIR}/${P} DESCRIPTION="Lightweight text-mode editor" @@ -17,6 +17,10 @@ DEPEND="${RDEPEND} TARGETS="" +SLOT="0" +LICENSE="GPL" +KEYWORDS="x86" + if [ "`use slang`" ] ; then TARGETS="${TARGETS} sfte" fi |