diff options
author | Göktürk Yüksek <gokturk@gentoo.org> | 2017-03-18 13:40:31 -0400 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2017-03-18 13:43:37 -0400 |
commit | a74b182438dd9ce6c16ea02b2347200bf330614f (patch) | |
tree | 002ac79f8547b84fc857cac142c43f79012aa31d /sys-kernel | |
parent | sys-kernel/cryptodev: remove redundant <description> tag from the metadata (diff) | |
download | gentoo-a74b182438dd9ce6c16ea02b2347200bf330614f.tar.gz gentoo-a74b182438dd9ce6c16ea02b2347200bf330614f.tar.bz2 gentoo-a74b182438dd9ce6c16ea02b2347200bf330614f.zip |
sys-kernel/cryptodev: fix the license GPL2 -> GPL-2+
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/cryptodev/cryptodev-1.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |