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 D1E6F15800F for ; Sun, 1 Jan 2023 16:20:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE3E7E0864; Sun, 1 Jan 2023 16:20:08 +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 91B80E0864 for ; Sun, 1 Jan 2023 16:20:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A34C7340D46 for ; Sun, 1 Jan 2023 16:20:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E61F57FA for ; Sun, 1 Jan 2023 16:20:05 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1672589894.3fcb54e1586623352550b08d0c1772e755dc032d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/dino/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/dino/dino-0.3.0.ebuild X-VCS-Directories: net-im/dino/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 3fcb54e1586623352550b08d0c1772e755dc032d X-VCS-Branch: master Date: Sun, 1 Jan 2023 16:20:05 +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: 0902a77d-6e1f-4db3-b31e-eac0e86aaff5 X-Archives-Hash: a45f0410aee9354db82420d2dfbe470e commit: 3fcb54e1586623352550b08d0c1772e755dc032d Author: David Seifert gentoo org> AuthorDate: Sun Jan 1 16:18:14 2023 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jan 1 16:18:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fcb54e1 net-im/dino: stabilize 0.3.0 for amd64 Signed-off-by: David Seifert gentoo.org> net-im/dino/dino-0.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/dino/dino-0.3.0.ebuild b/net-im/dino/dino-0.3.0.ebuild index cb7d67078164..43f9fadf65e6 100644 --- a/net-im/dino/dino-0.3.0.ebuild +++ b/net-im/dino/dino-0.3.0.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="${MY_REPO_URI}.git" inherit git-r3 else - KEYWORDS="~amd64 arm64" + KEYWORDS="amd64 arm64" SRC_URI="${MY_REPO_URI}/releases/download/v${PV}/${P}.tar.gz" fi