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 3CD46138334 for ; Wed, 21 Aug 2019 02:08:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 722BEE0828; Wed, 21 Aug 2019 02:08:29 +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 53A5AE0828 for ; Wed, 21 Aug 2019 02:08:29 +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 D395E349E08 for ; Wed, 21 Aug 2019 02:08:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F77075F for ; Wed, 21 Aug 2019 02:08:25 +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: <1566353292.d3e43b26b9a514f4853651954f6fadbd87eb5f8b.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.2.0.ebuild X-VCS-Directories: app-admin/pass-otp/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: d3e43b26b9a514f4853651954f6fadbd87eb5f8b X-VCS-Branch: master Date: Wed, 21 Aug 2019 02:08:25 +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: 9b6e41b4-9046-4687-8903-d34b59f24c2f X-Archives-Hash: 36606e6317957e1a1c7df28389869b6f commit: d3e43b26b9a514f4853651954f6fadbd87eb5f8b Author: Matt Turner gentoo org> AuthorDate: Wed Aug 21 02:07:57 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Aug 21 02:08:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3e43b26 app-admin/pass-otp: Stabilize Signed-off-by: Matt Turner gentoo.org> app-admin/pass-otp/pass-otp-1.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/pass-otp/pass-otp-1.2.0.ebuild b/app-admin/pass-otp/pass-otp-1.2.0.ebuild index b93a38c51e2..07731fc77c0 100644 --- a/app-admin/pass-otp/pass-otp-1.2.0.ebuild +++ b/app-admin/pass-otp/pass-otp-1.2.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/tadfisher/pass-otp/releases/download/v${PV}/${P}.tar LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="qrcode test" DEPEND="test? ( dev-tcltk/expect:* )"