From: Göktürk Yüksek Date: Sat, 18 Mar 2017 17:40:31 +0000 (-0400) Subject: sys-kernel/cryptodev: fix the license GPL2 -> GPL-2+ X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a74b182438dd9ce6c16ea02b2347200bf330614f;p=gentoo.git sys-kernel/cryptodev: fix the license GPL2 -> GPL-2+ Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/sys-kernel/cryptodev/cryptodev-1.7.ebuild b/sys-kernel/cryptodev/cryptodev-1.7.ebuild index 528c6f172dc2..aebe02b011f5 100644 --- a/sys-kernel/cryptodev/cryptodev-1.7.ebuild +++ b/sys-kernel/cryptodev/cryptodev-1.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ HOMEPAGE="http://cryptodev-linux.org/index.html" SRC_URI="http://download.gna.org/cryptodev-linux/${PN}-linux-${PV}.tar.gz" KEYWORDS="~amd64 ~arm ~x86" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" IUSE="examples"