summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-12-09 21:16:16 +0000
committerUlrich Müller <ulm@gentoo.org>2012-12-09 21:16:16 +0000
commit9e9ec18d4624211e6cd98ceb7de7d2d106b32ee9 (patch)
tree27745354dc1dacd198328e07d01dcb200e386664 /net-misc/dhcp/dhcp-4.2.4_p1.ebuild
parentFix python-exec symlink generation for Prefix. Thanks to Fabian Groffen for h... (diff)
downloadgentoo-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.4_p1.ebuild')
-rw-r--r--net-misc/dhcp/dhcp-4.2.4_p1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/dhcp/dhcp-4.2.4_p1.ebuild b/net-misc/dhcp/dhcp-4.2.4_p1.ebuild
index 3f107d6d50e8..a9626a4272fb 100644
--- a/net-misc/dhcp/dhcp-4.2.4_p1.ebuild
+++ b/net-misc/dhcp/dhcp-4.2.4_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.4_p1.ebuild,v 1.9 2012/12/08 22:01:16 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-4.2.4_p1.ebuild,v 1.10 2012/12/09 21:16:16 ulm Exp $
EAPI="4"
@@ -16,7 +16,7 @@ HOMEPAGE="http://www.isc.org/products/DHCP"
SRC_URI="ftp://ftp.isc.org/isc/dhcp/${MY_P}.tar.gz
ftp://ftp.isc.org/isc/dhcp/${MY_PV}/${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 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE="+client ipv6 kernel_linux ldap selinux +server ssl vim-syntax"