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 25DC61382C5 for ; Thu, 7 Jan 2021 01:08:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBA5AE08C3; Thu, 7 Jan 2021 01:08:46 +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 D543EE08C4 for ; Thu, 7 Jan 2021 01:08:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 039A634132A for ; Thu, 7 Jan 2021 01:08:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34FF64A7 for ; Thu, 7 Jan 2021 01:08:42 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1609981496.418e9b43539825d21a8dc970b18da511e0086d1c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/lastpass-cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/lastpass-cli/lastpass-cli-1.3.3.ebuild X-VCS-Directories: app-admin/lastpass-cli/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 418e9b43539825d21a8dc970b18da511e0086d1c X-VCS-Branch: master Date: Thu, 7 Jan 2021 01:08:42 +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: 94f84208-ceb4-4bf9-91ea-3e00a60d6cc3 X-Archives-Hash: d5012afea5c94f4386af572c13dc221d commit: 418e9b43539825d21a8dc970b18da511e0086d1c Author: Sam James gentoo org> AuthorDate: Thu Jan 7 01:04:56 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 7 01:04:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=418e9b43 app-admin/lastpass-cli: Stabilize 1.3.3 x86, #763951 Signed-off-by: Sam James gentoo.org> app-admin/lastpass-cli/lastpass-cli-1.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/lastpass-cli/lastpass-cli-1.3.3.ebuild b/app-admin/lastpass-cli/lastpass-cli-1.3.3.ebuild index fd08e58788c..b202c4fb1ad 100644 --- a/app-admin/lastpass-cli/lastpass-cli-1.3.3.ebuild +++ b/app-admin/lastpass-cli/lastpass-cli-1.3.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/lastpass/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz SLOT="0" LICENSE="GPL-2+ GPL-2+-with-openssl-exception" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="libressl X +pinentry test" RESTRICT="!test? ( test )"