diff options
author | 2012-12-09 21:16:25 +0000 | |
---|---|---|
committer | 2012-12-09 21:16:25 +0000 | |
commit | 9bc26046b187f4205e135efe0470136fb27ae6bb (patch) | |
tree | 7b45e54084e32c45fd6ec57f518604a70c0c9e01 /net-misc/dhcp/dhcp-4.2.1_p1.ebuild | |
parent | Fix python-exec symlink generation for Prefix. Thanks to Fabian Groffen for h... (diff) | |
download | historical-9bc26046b187f4205e135efe0470136fb27ae6bb.tar.gz historical-9bc26046b187f4205e135efe0470136fb27ae6bb.tar.bz2 historical-9bc26046b187f4205e135efe0470136fb27ae6bb.zip |
Fix previous commit, SSLeay was missing from LICENSE, bug 446536.
Package-Manager: portage-2.1.11.34/cvs/Linux x86_64
Manifest-Sign-Key: 0xE7BE08CA7DC6EA25
Diffstat (limited to 'net-misc/dhcp/dhcp-4.2.1_p1.ebuild')
-rw-r--r-- | net-misc/dhcp/dhcp-4.2.1_p1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/dhcp/dhcp-4.2.1_p1.ebuild b/net-misc/dhcp/dhcp-4.2.1_p1.ebuild index a442100aaab1..9ebce5982631 100644 --- a/net-misc/dhcp/dhcp-4.2.1_p1.ebuild +++ b/net-misc/dhcp/dhcp-4.2.1_p1.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.1_p1.ebuild,v 1.3 2012/12/08 22:01:16 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-4.2.1_p1.ebuild,v 1.4 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 ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="+client ipv6 kernel_linux ldap selinux +server ssl vim-syntax" |