diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-02-08 14:39:44 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-02-08 14:40:03 +0100 |
commit | f75bd3ecb5278b6384e9427006f16a07d40126a7 (patch) | |
tree | 4d2bbe27e871f1a27eedd785e3b0b331dbcc44a9 /net-misc | |
parent | package.mask: Masked =net-misc/dhcp-4.4.0 (diff) | |
download | gentoo-f75bd3ecb5278b6384e9427006f16a07d40126a7.tar.gz gentoo-f75bd3ecb5278b6384e9427006f16a07d40126a7.tar.bz2 gentoo-f75bd3ecb5278b6384e9427006f16a07d40126a7.zip |
net-misc/dhcp: License changed from ISC to MPL-2.0
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/dhcp/dhcp-4.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/dhcp/dhcp-4.4.0.ebuild b/net-misc/dhcp/dhcp-4.4.0.ebuild index ff83c6a59ab6..ca0eefb2fec1 100644 --- a/net-misc/dhcp/dhcp-4.4.0.ebuild +++ b/net-misc/dhcp/dhcp-4.4.0.ebuild @@ -15,7 +15,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 SSLeay GPL-2" # GPL-2 only for init script +LICENSE="MPL-2.0 BSD SSLeay GPL-2" # GPL-2 only for init script SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="+client ipv6 kernel_linux ldap libressl selinux +server ssl vim-syntax" |