diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-03-30 09:54:39 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-03-30 09:54:39 +0000 |
commit | a75fa88f5f9c3aba0a483ba75f7526308a077559 (patch) | |
tree | 9711725583e445093aee510e664fedfdf22ab6b4 /app-editors/fte | |
parent | libxml2 header fix (diff) | |
download | gentoo-2-a75fa88f5f9c3aba0a483ba75f7526308a077559.tar.gz gentoo-2-a75fa88f5f9c3aba0a483ba75f7526308a077559.tar.bz2 gentoo-2-a75fa88f5f9c3aba0a483ba75f7526308a077559.zip |
add missing unzip dep (sources are in a zip), closes #1403
Diffstat (limited to 'app-editors/fte')
-rw-r--r-- | app-editors/fte/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/fte/fte-20010819-r1.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-editors/fte/ChangeLog b/app-editors/fte/ChangeLog index 2c9e148ca2ae..a57bb7521e15 100644 --- a/app-editors/fte/ChangeLog +++ b/app-editors/fte/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/fte # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-editors/fte/ChangeLog,v 1.1 2002/02/01 21:53:01 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/fte/ChangeLog,v 1.2 2002/03/30 09:54:39 danarmak Exp $ + + 30 Mar 2002; Dan Armak <danarmak@gentoo.org> changelog: + + Added missnig unzip dep. (Sources are in a zip file.) Fixes #1403. *fte-20010819-r1 (1 Feb 2002) diff --git a/app-editors/fte/fte-20010819-r1.ebuild b/app-editors/fte/fte-20010819-r1.ebuild index e871aca25cfa..fa02af7f3562 100644 --- a/app-editors/fte/fte-20010819-r1.ebuild +++ b/app-editors/fte/fte-20010819-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Karl Trygve Kalleberg <karltk@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-editors/fte/fte-20010819-r1.ebuild,v 1.1 2001/10/06 15:30:15 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/fte/fte-20010819-r1.ebuild,v 1.2 2002/03/30 09:54:39 danarmak Exp $ S=${WORKDIR}/${P} @@ -12,7 +12,8 @@ SRC_URI="http://prdownloads.sourceforge.net/fte/fte-20010819-src.zip HOMEPAGE="http://fte.sourceforge.net" -DEPEND="virtual/glibc" +DEPEND="virtual/glibc app-arch/unzip" +RDEPEND="virtual/glibc" TARGETS="" |