Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/pass-otp/
Date: Fri, 27 Jul 2018 01:33:52
Message-Id: 1532655213.7e07310c51b0be7ced614d14b10df103658d0f49.mattst88@gentoo
1 commit: 7e07310c51b0be7ced614d14b10df103658d0f49
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 27 01:05:37 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 27 01:33:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e07310c
7
8 app-admin/pass-otp: Fix license
9
10 app-admin/pass-otp/pass-otp-1.1.0.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/app-admin/pass-otp/pass-otp-1.1.0.ebuild b/app-admin/pass-otp/pass-otp-1.1.0.ebuild
14 index 40e37ea6799..c314e589f5a 100644
15 --- a/app-admin/pass-otp/pass-otp-1.1.0.ebuild
16 +++ b/app-admin/pass-otp/pass-otp-1.1.0.ebuild
17 @@ -7,7 +7,7 @@ DESCRIPTION="A pass extension for managing one-time-password (OTP) tokens."
18 HOMEPAGE="https://github.com/tadfisher/pass-otp"
19 SRC_URI="https://github.com/tadfisher/pass-otp/releases/download/v${PV}/${P}.tar.gz"
20
21 -LICENSE="GPL-3+"
22 +LICENSE="GPL-3"
23 SLOT="0"
24 KEYWORDS="~amd64 ~x86"
25 IUSE="qrcode test"