diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-07-06 18:49:03 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-07-06 18:49:03 +0000 |
commit | df2e7e925c6d7854702b87a252543a50dc260f76 (patch) | |
tree | 722ff97e9b5d237da16942bd82906edd50ca3955 /app-admin/stow | |
parent | Fixed bug 3038 and added back gpm support for vim. (diff) | |
download | gentoo-2-df2e7e925c6d7854702b87a252543a50dc260f76.tar.gz gentoo-2-df2e7e925c6d7854702b87a252543a50dc260f76.tar.bz2 gentoo-2-df2e7e925c6d7854702b87a252543a50dc260f76.zip |
applied LICENSE fix patch from Daniel Ahlberg :)
Diffstat (limited to 'app-admin/stow')
-rw-r--r-- | app-admin/stow/stow-1.3.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-admin/stow/stow-1.3.3.ebuild b/app-admin/stow/stow-1.3.3.ebuild index 53b5007a8304..3fe1a136f884 100644 --- a/app-admin/stow/stow-1.3.3.ebuild +++ b/app-admin/stow/stow-1.3.3.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/app-admin/stow/stow-1.3.3.ebuild,v 1.1 2002/02/01 22:52:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/stow/stow-1.3.3.ebuild,v 1.2 2002/07/06 18:49:03 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNU Stow -- manage installation of software in /usr/local" SRC_URI="ftp://ftp.gnu.org/pub/gnu/stow/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/${PN}/" +LICENSE="GPL-2" DEPEND=">=sys-devel/perl-5.005" |