diff options
author | Andrey Utkin <andrey_utkin@gentoo.org> | 2018-04-07 18:20:21 +0100 |
---|---|---|
committer | Andrey Utkin <andrey_utkin@gentoo.org> | 2018-04-07 18:21:38 +0100 |
commit | ae4f183c118118bf3fd617cd44df318649a30fb2 (patch) | |
tree | 5ebb1be463c106da040efa119e3eb32c9856175d /net-wireless | |
parent | media-libs/mesa: stable 17.3.8 for ia64, bug #652350 (diff) | |
download | gentoo-ae4f183c118118bf3fd617cd44df318649a30fb2.tar.gz gentoo-ae4f183c118118bf3fd617cd44df318649a30fb2.tar.bz2 gentoo-ae4f183c118118bf3fd617cd44df318649a30fb2.zip |
net-wireless/hostapd: correct license
Since 2.0 release, hostapd is BSD only, according to changelog.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/hostapd/hostapd-2.6-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-wireless/hostapd/hostapd-2.6-r1.ebuild b/net-wireless/hostapd/hostapd-2.6-r1.ebuild index 6b492e80327f..8a0d613bea7d 100644 --- a/net-wireless/hostapd/hostapd-2.6-r1.ebuild +++ b/net-wireless/hostapd/hostapd-2.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -11,7 +11,7 @@ DESCRIPTION="IEEE 802.11 wireless LAN Host AP daemon" HOMEPAGE="http://hostap.epitest.fi" SRC_URI="http://hostap.epitest.fi/releases/${P}.tar.gz" -LICENSE="|| ( GPL-2 BSD )" +LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~arm ~mips ppc x86" IUSE="ipv6 logwatch netlink sqlite +ssl +wps +crda" |