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/procinfo | |
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/procinfo')
-rw-r--r-- | app-admin/procinfo/procinfo-18.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-admin/procinfo/procinfo-18.ebuild b/app-admin/procinfo/procinfo-18.ebuild index 01b604c2bf5a..95df534e5755 100644 --- a/app-admin/procinfo/procinfo-18.ebuild +++ b/app-admin/procinfo/procinfo-18.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Morgan Christiansson <mog@linux.nu> -# $Header: /var/cvsroot/gentoo-x86/app-admin/procinfo/procinfo-18.ebuild,v 1.1 2001/11/18 21:02:20 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/procinfo/procinfo-18.ebuild,v 1.2 2002/07/06 18:49:03 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="A utility to prettyprint /proc/*" SRC_URI="ftp://ftp.cistron.nl/pub/people/svm/${P}.tar.gz" HOMEPAGE="ftp://ftp.cistron.nl/pub/people/svm/" +LICENSE="GPL-2" DEPEND="virtual/glibc sys-libs/ncurses" |