diff options
author | William McArthur <sandymac@gentoo.org> | 2002-04-29 20:53:42 +0000 |
---|---|---|
committer | William McArthur <sandymac@gentoo.org> | 2002-04-29 20:53:42 +0000 |
commit | ca77bd927fbd4eefa7a927432cb6d1bed5cc8611 (patch) | |
tree | 6aa18c986b4c59cb4fe51d7db680d0c6d52d4833 /net-misc/dhcp | |
parent | Just added more licenses with one special case. Read "as-is" for details. (diff) | |
download | historical-ca77bd927fbd4eefa7a927432cb6d1bed5cc8611.tar.gz historical-ca77bd927fbd4eefa7a927432cb6d1bed5cc8611.tar.bz2 historical-ca77bd927fbd4eefa7a927432cb6d1bed5cc8611.zip |
Updated some ebuilds with the appropriate LICENSE="foo" line.
Diffstat (limited to 'net-misc/dhcp')
-rw-r--r-- | net-misc/dhcp/dhcp-3.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/dhcp/dhcp-3.0.ebuild b/net-misc/dhcp/dhcp-3.0.ebuild index fdfe8c7df9a0..98ce3ff242fb 100644 --- a/net-misc/dhcp/dhcp-3.0.ebuild +++ b/net-misc/dhcp/dhcp-3.0.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-3.0.ebuild,v 1.1 2002/02/14 18:58:48 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-3.0.ebuild,v 1.2 2002/04/29 20:53:42 sandymac Exp $ S=${WORKDIR}/${P} DESCRIPTION="ISC Dynamic Host Configuration Protocol" SRC_URI="ftp://ftp.isc.org/isc/dhcp/${P}.tar.gz" HOMEPAGE="http://www.isc.org/products/DHCP" +LICENSE="isc-dhcp" DEPEND="virtual/glibc sys-apps/groff" RDEPEND="virtual/glibc" |