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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5F0F7158089 for ; Wed, 20 Sep 2023 06:12:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6A542BC013; Wed, 20 Sep 2023 06:12:25 +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 896372BC013 for ; Wed, 20 Sep 2023 06:12:25 +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 88E18335C60 for ; Wed, 20 Sep 2023 06:12:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6F5711BC for ; Wed, 20 Sep 2023 06:12:22 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1695190321.9d69fb3e8d2c1703231f03e6ff477ba34b6ce26f.juippis@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.15.0.ebuild X-VCS-Directories: app-shells/starship/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 9d69fb3e8d2c1703231f03e6ff477ba34b6ce26f X-VCS-Branch: master Date: Wed, 20 Sep 2023 06:12:22 +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: d2654ea1-7c73-4737-b5fc-c3a07edd0f0b X-Archives-Hash: b38eba6db480f8284476b1ef3f18f725 commit: 9d69fb3e8d2c1703231f03e6ff477ba34b6ce26f Author: Joonas Niilola gentoo org> AuthorDate: Wed Sep 20 06:12:01 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Sep 20 06:12:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d69fb3e app-shells/starship: Stabilize 1.15.0 amd64, #914400 Signed-off-by: Joonas Niilola gentoo.org> app-shells/starship/starship-1.15.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/starship/starship-1.15.0.ebuild b/app-shells/starship/starship-1.15.0.ebuild index 1b6191566247..7f38b35989cf 100644 --- a/app-shells/starship/starship-1.15.0.ebuild +++ b/app-shells/starship/starship-1.15.0.ebuild @@ -402,7 +402,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 ~arm64" +KEYWORDS="amd64 ~arm64" BDEPEND="dev-util/cmake >=virtual/rust-1.65"