From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 276D4139694 for ; Sat, 18 Mar 2017 17:44:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E557F21C21A; Sat, 18 Mar 2017 17:43:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C79AA21C21A for ; Sat, 18 Mar 2017 17:43:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F2698341586 for ; Sat, 18 Mar 2017 17:43:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27FDF6CBA for ; Sat, 18 Mar 2017 17:43:55 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1489859017.a74b182438dd9ce6c16ea02b2347200bf330614f.gokturk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/cryptodev/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/cryptodev/cryptodev-1.7.ebuild X-VCS-Directories: sys-kernel/cryptodev/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: a74b182438dd9ce6c16ea02b2347200bf330614f X-VCS-Branch: master Date: Sat, 18 Mar 2017 17:43:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3e18c6e2-7371-4245-9ef0-68addb006b2a X-Archives-Hash: 871314430dc2dff0cc524df3664a0d66 commit: a74b182438dd9ce6c16ea02b2347200bf330614f Author: Göktürk Yüksek gentoo org> AuthorDate: Sat Mar 18 17:40:31 2017 +0000 Commit: Göktürk Yüksek gentoo 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"