summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGöktürk Yüksek <gokturk@gentoo.org>2017-03-18 13:40:31 -0400
committerGöktürk Yüksek <gokturk@gentoo.org>2017-03-18 13:43:37 -0400
commita74b182438dd9ce6c16ea02b2347200bf330614f (patch)
tree002ac79f8547b84fc857cac142c43f79012aa31d /sys-kernel/cryptodev
parentsys-kernel/cryptodev: remove redundant <description> tag from the metadata (diff)
downloadgentoo-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/cryptodev')
-rw-r--r--sys-kernel/cryptodev/cryptodev-1.7.ebuild4
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"