diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-01-25 19:30:40 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-01-25 19:57:39 -0500 |
commit | 360765df5060deb42376e18e49d4b0763e97ff52 (patch) | |
tree | d0be47313ad1a2f401fdd9fe0dc32b7d32064a61 /app-shells/starship | |
parent | app-shells/starship: Drop 0.58.0 (diff) | |
download | gentoo-360765df5060deb42376e18e49d4b0763e97ff52.tar.gz gentoo-360765df5060deb42376e18e49d4b0763e97ff52.tar.bz2 gentoo-360765df5060deb42376e18e49d4b0763e97ff52.zip |
app-shells/starship: remove unused openssl dep
openssl crates are no longer used
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-shells/starship')
-rw-r--r-- | app-shells/starship/starship-1.2.1.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app-shells/starship/starship-1.2.1.ebuild b/app-shells/starship/starship-1.2.1.ebuild index 78703982cc3a..79b5f43829e5 100644 --- a/app-shells/starship/starship-1.2.1.ebuild +++ b/app-shells/starship/starship-1.2.1.ebuild @@ -266,10 +266,7 @@ SLOT="0" KEYWORDS="~amd64" BDEPEND=">=virtual/rust-1.56" -DEPEND=" - >=dev-libs/libgit2-1.2.0:= - dev-libs/openssl:0= -" +DEPEND=">=dev-libs/libgit2-1.2.0:=" RDEPEND="${DEPEND}" QA_FLAGS_IGNORED="usr/bin/starship" |