diff options
author | 2012-12-09 21:16:16 +0000 | |
---|---|---|
committer | 2012-12-09 21:16:16 +0000 | |
commit | 9e9ec18d4624211e6cd98ceb7de7d2d106b32ee9 (patch) | |
tree | 27745354dc1dacd198328e07d01dcb200e386664 /net-misc/dhcp/dhcp-4.2.2-r2.ebuild | |
parent | Fix python-exec symlink generation for Prefix. Thanks to Fabian Groffen for h... (diff) | |
download | gentoo-2-9e9ec18d4624211e6cd98ceb7de7d2d106b32ee9.tar.gz gentoo-2-9e9ec18d4624211e6cd98ceb7de7d2d106b32ee9.tar.bz2 gentoo-2-9e9ec18d4624211e6cd98ceb7de7d2d106b32ee9.zip |
Fix previous commit, SSLeay was missing from LICENSE, bug 446536.
(Portage version: 2.1.11.34/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'net-misc/dhcp/dhcp-4.2.2-r2.ebuild')
-rw-r--r-- | net-misc/dhcp/dhcp-4.2.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/dhcp/dhcp-4.2.2-r2.ebuild b/net-misc/dhcp/dhcp-4.2.2-r2.ebuild index e21941e7e701..145ea537af77 100644 --- a/net-misc/dhcp/dhcp-4.2.2-r2.ebuild +++ b/net-misc/dhcp/dhcp-4.2.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-4.2.2-r2.ebuild,v 1.11 2012/12/08 22:01:16 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-4.2.2-r2.ebuild,v 1.12 2012/12/09 21:16:16 ulm Exp $ EAPI="2" @@ -15,7 +15,7 @@ DESCRIPTION="ISC Dynamic Host Configuration Protocol (DHCP) client/server" HOMEPAGE="http://www.isc.org/products/DHCP" SRC_URI="ftp://ftp.isc.org/isc/dhcp/${MY_P}.tar.gz" -LICENSE="ISC BSD GPL-2" # GPL-2 only for init script +LICENSE="ISC BSD SSLeay GPL-2" # GPL-2 only for init script SLOT="0" KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="+client ipv6 kernel_linux ldap selinux +server ssl vim-syntax" |