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 9562B15ACFC for ; Wed, 12 Apr 2023 03:48:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 703A1E0877; Wed, 12 Apr 2023 03:48:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 4E6E9E0877 for ; Wed, 12 Apr 2023 03:48:16 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2AF55340EF9 for ; Wed, 12 Apr 2023 03:48:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D08F909 for ; Wed, 12 Apr 2023 03:48:13 +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: <1681271276.85e5ab8448ed5796f7883fb531f1571c21d8c67d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/starship/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/starship/starship-1.13.1.ebuild X-VCS-Directories: app-shells/starship/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 85e5ab8448ed5796f7883fb531f1571c21d8c67d X-VCS-Branch: master Date: Wed, 12 Apr 2023 03:48:13 +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: 5506a611-23aa-40bf-b3fa-db3e9b835741 X-Archives-Hash: 4cad20ea28fb28edb796cd21d44f686b commit: 85e5ab8448ed5796f7883fb531f1571c21d8c67d Author: Sam James gentoo org> AuthorDate: Wed Apr 12 03:47:56 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 12 03:47:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85e5ab84 app-shells/starship: Stabilize 1.13.1 amd64, #904200 Signed-off-by: Sam James gentoo.org> app-shells/starship/starship-1.13.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/starship/starship-1.13.1.ebuild b/app-shells/starship/starship-1.13.1.ebuild index d937d0d44a4d..ad9fe974c1fc 100644 --- a/app-shells/starship/starship-1.13.1.ebuild +++ b/app-shells/starship/starship-1.13.1.ebuild @@ -392,7 +392,7 @@ SRC_URI=" LICENSE="0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 CC0-1.0 ISC MIT MIT-0 MPL-2.0 Unicode-DFS-2016 Unlicense WTFPL-2 ZLIB" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" BDEPEND=">=virtual/rust-1.65"