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 C7509138335 for ; Wed, 23 Oct 2019 05:11:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 865CEE098A; Wed, 23 Oct 2019 05:11:03 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2352EE0993 for ; Wed, 23 Oct 2019 05:11:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7B3D134C238 for ; Wed, 23 Oct 2019 05:11:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07E77894 for ; Wed, 23 Oct 2019 05:10:58 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1571805721.321c867cb4acdcf62717ce9cd687bc75071ee9a6.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/checkpassword-pam/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/checkpassword-pam/checkpassword-pam-0.99.ebuild X-VCS-Directories: net-mail/checkpassword-pam/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 321c867cb4acdcf62717ce9cd687bc75071ee9a6 X-VCS-Branch: master Date: Wed, 23 Oct 2019 05:10:58 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c5fd211d-0c35-47bd-9bda-de583ded11c5 X-Archives-Hash: 760ff317766fafb71a5945f5c0e5ef7d commit: 321c867cb4acdcf62717ce9cd687bc75071ee9a6 Author: Rolf Eike Beer sf-mail de> AuthorDate: Sat Oct 19 10:21:58 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Oct 23 04:42:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=321c867c net-mail/checkpassword-pam-0.99: fix license Signed-off-by: Rolf Eike Beer sf-mail.de> Closes: https://github.com/gentoo/gentoo/pull/13342 Signed-off-by: Joonas Niilola gentoo.org> net-mail/checkpassword-pam/checkpassword-pam-0.99.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mail/checkpassword-pam/checkpassword-pam-0.99.ebuild b/net-mail/checkpassword-pam/checkpassword-pam-0.99.ebuild index 7e4cce06c8b..5caf98593e7 100644 --- a/net-mail/checkpassword-pam/checkpassword-pam-0.99.ebuild +++ b/net-mail/checkpassword-pam/checkpassword-pam-0.99.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="checkpassword-compatible authentication program w/pam support" HOMEPAGE="http://checkpasswd-pam.sourceforge.net/" SRC_URI="mirror://sourceforge/checkpasswd-pam/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="alpha ~amd64 ~arm64 hppa ppc x86"