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/runset | |
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/runset')
-rw-r--r-- | app-admin/runset/runset-1.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-admin/runset/runset-1.4.ebuild b/app-admin/runset/runset-1.4.ebuild index f0e300570613..dc5a86f863a5 100644 --- a/app-admin/runset/runset-1.4.ebuild +++ b/app-admin/runset/runset-1.4.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-admin/runset/runset-1.4.ebuild,v 1.2 2001/11/10 02:30:19 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/runset/runset-1.4.ebuild,v 1.3 2002/07/06 18:49:03 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="Runset Init suite, a replacement for sysv style initd" SRC_URI="ftp://ftp.ocis.net/pub/users/ldeutsch/release/${P}.tar.gz" +LICENSE="GPL-2" DEPEND="virtual/glibc" |