Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dhcp/
Date: Thu, 08 Feb 2018 13:40:22
Message-Id: 1518097203.f75bd3ecb5278b6384e9427006f16a07d40126a7.polynomial-c@gentoo
1 commit: f75bd3ecb5278b6384e9427006f16a07d40126a7
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 8 13:39:44 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 8 13:40:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f75bd3ec
7
8 net-misc/dhcp: License changed from ISC to MPL-2.0
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 net-misc/dhcp/dhcp-4.4.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/dhcp/dhcp-4.4.0.ebuild b/net-misc/dhcp/dhcp-4.4.0.ebuild
16 index ff83c6a59ab..ca0eefb2fec 100644
17 --- a/net-misc/dhcp/dhcp-4.4.0.ebuild
18 +++ b/net-misc/dhcp/dhcp-4.4.0.ebuild
19 @@ -15,7 +15,7 @@ HOMEPAGE="http://www.isc.org/products/DHCP"
20 SRC_URI="ftp://ftp.isc.org/isc/dhcp/${MY_P}.tar.gz
21 ftp://ftp.isc.org/isc/dhcp/${MY_PV}/${MY_P}.tar.gz"
22
23 -LICENSE="ISC BSD SSLeay GPL-2" # GPL-2 only for init script
24 +LICENSE="MPL-2.0 BSD SSLeay GPL-2" # GPL-2 only for init script
25 SLOT="0"
26 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
27 IUSE="+client ipv6 kernel_linux ldap libressl selinux +server ssl vim-syntax"