Сравнение starship-1.24.0 с starship-1.25.1
| /usr/portage/app-shells/starship/starship-1.25.1.ebuild 2026-05-04 19:17:04.757099790 +0300 | ||
|---|---|---|
| 1 |
# Copyright 2022-2025 Gentoo Authors |
|
| 1 |
# Copyright 2022-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 |
CRATES=" |
|
| 7 |
" |
|
| 8 | ||
| 9 |
RUST_MIN_VER="1.85.0" |
|
| 6 |
CRATES="" |
|
| 7 |
RUST_MIN_VER="1.91.0" |
|
| 10 | 8 |
inherit cargo optfeature shell-completion |
| 11 | 9 | |
| 12 | 10 |
DESCRIPTION="The minimal, blazing-fast, and infinitely customizable prompt for any shell" |
| ... | ... | |
| 21 | 19 |
ZLIB |
| 22 | 20 |
" |
| 23 | 21 |
SLOT="0" |
| 24 |
KEYWORDS="amd64 arm64" |
|
| 22 |
KEYWORDS="~amd64 ~arm64" |
|
| 25 | 23 | |
| 26 |
BDEPEND=" |
|
| 27 |
dev-build/cmake |
|
| 28 |
" |
|
| 24 |
BDEPEND="dev-build/cmake" |
|
| 29 | 25 | |
| 30 | 26 |
QA_FLAGS_IGNORED="usr/bin/starship" |
| 31 | 27 | |