Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/lastpass-cli/
Date: Thu, 07 Jan 2021 00:58:21
Message-Id: 1609981079.7a4d90289fb84f629788612a861a9c685f53f3ad.sam@gentoo
1 commit: 7a4d90289fb84f629788612a861a9c685f53f3ad
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 00:52:33 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 00:57:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a4d9028
7
8 app-admin/lastpass-cli: Stabilize 1.3.3 amd64, #763951
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-admin/lastpass-cli/lastpass-cli-1.3.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-admin/lastpass-cli/lastpass-cli-1.3.3.ebuild b/app-admin/lastpass-cli/lastpass-cli-1.3.3.ebuild
16 index fefda5aeb79..fd08e58788c 100644
17 --- a/app-admin/lastpass-cli/lastpass-cli-1.3.3.ebuild
18 +++ b/app-admin/lastpass-cli/lastpass-cli-1.3.3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/lastpass/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
26
27 SLOT="0"
28 LICENSE="GPL-2+ GPL-2+-with-openssl-exception"
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="amd64 ~x86"
31 IUSE="libressl X +pinentry test"
32 RESTRICT="!test? ( test )"