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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7DE0D15808E for ; Wed, 27 Apr 2022 04:34:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17C68E0823; Wed, 27 Apr 2022 04:34:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3523E0826 for ; Wed, 27 Apr 2022 04:34:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE602341BC9 for ; Wed, 27 Apr 2022 04:34:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04B9044B for ; Wed, 27 Apr 2022 04:34:24 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1651034036.47ba810f7f523bd496fc900347cf6d0d536ceff5.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/otpcalc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/otpcalc/otpcalc-0.98.ebuild X-VCS-Directories: sys-auth/otpcalc/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 47ba810f7f523bd496fc900347cf6d0d536ceff5 X-VCS-Branch: master Date: Wed, 27 Apr 2022 04:34:24 +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: b6e3ec7c-c55c-4d9d-9f6c-2cd0bd9584bb X-Archives-Hash: fd29502c3950b8615590c467483cc840 commit: 47ba810f7f523bd496fc900347cf6d0d536ceff5 Author: Arthur Zamarin gentoo org> AuthorDate: Wed Apr 27 04:33:56 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Apr 27 04:33:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47ba810f sys-auth/otpcalc: Stabilize 0.98 sparc, #838913 Signed-off-by: Arthur Zamarin gentoo.org> sys-auth/otpcalc/otpcalc-0.98.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/otpcalc/otpcalc-0.98.ebuild b/sys-auth/otpcalc/otpcalc-0.98.ebuild index 1fcc117d4581..be1abf1c2bd1 100644 --- a/sys-auth/otpcalc/otpcalc-0.98.ebuild +++ b/sys-auth/otpcalc/otpcalc-0.98.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://gitlab.com/otpcalc/${PN}/-/archive/${PV}/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 ppc ~sparc x86" +KEYWORDS="~alpha amd64 ppc sparc x86" RDEPEND="dev-libs/openssl:0= x11-libs/gtk+:3"