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 2AC46138334 for ; Fri, 27 Jul 2018 01:33:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61DF9E0929; Fri, 27 Jul 2018 01:33:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2F85BE0929 for ; Fri, 27 Jul 2018 01:33:49 +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 46BCD335CCA for ; Fri, 27 Jul 2018 01:33:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01E2B357 for ; Fri, 27 Jul 2018 01:33:45 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1532655213.7e07310c51b0be7ced614d14b10df103658d0f49.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/pass-otp/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/pass-otp/pass-otp-1.1.0.ebuild X-VCS-Directories: app-admin/pass-otp/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 7e07310c51b0be7ced614d14b10df103658d0f49 X-VCS-Branch: master Date: Fri, 27 Jul 2018 01:33:45 +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: 0a79af35-dafa-4a31-962b-0b1852f7194e X-Archives-Hash: c684f2092031fdddac5c6c9f8b7da86a commit: 7e07310c51b0be7ced614d14b10df103658d0f49 Author: Matt Turner gentoo org> AuthorDate: Fri Jul 27 01:05:37 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Jul 27 01:33:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e07310c app-admin/pass-otp: Fix license app-admin/pass-otp/pass-otp-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/pass-otp/pass-otp-1.1.0.ebuild b/app-admin/pass-otp/pass-otp-1.1.0.ebuild index 40e37ea6799..c314e589f5a 100644 --- a/app-admin/pass-otp/pass-otp-1.1.0.ebuild +++ b/app-admin/pass-otp/pass-otp-1.1.0.ebuild @@ -7,7 +7,7 @@ DESCRIPTION="A pass extension for managing one-time-password (OTP) tokens." HOMEPAGE="https://github.com/tadfisher/pass-otp" SRC_URI="https://github.com/tadfisher/pass-otp/releases/download/v${PV}/${P}.tar.gz" -LICENSE="GPL-3+" +LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="qrcode test"