commit: a74b182438dd9ce6c16ea02b2347200bf330614f Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org> AuthorDate: Sat Mar 18 17:40:31 2017 +0000 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org> CommitDate: Sat Mar 18 17:43:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a74b1824
sys-kernel/cryptodev: fix the license GPL2 -> GPL-2+ Package-Manager: Portage-2.3.3, Repoman-2.3.1 sys-kernel/cryptodev/cryptodev-1.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-kernel/cryptodev/cryptodev-1.7.ebuild b/sys-kernel/cryptodev/cryptodev-1.7.ebuild index 528c6f172dc..aebe02b011f 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"
