wezterm: assimilated to gentoo again

This commit is contained in:
Moritz Gmeiner 2025-08-27 20:37:29 +02:00
commit 2e84be3b10

View file

@ -1,4 +1,4 @@
# Copyright 2022-2024 Gentoo Authors
# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Auto-Generated by cargo-ebuild 0.5.4
@ -735,9 +735,11 @@ submodule_uris() {
for line in "${SUBMODULES[@]}"; do
read -r name hoster dep url commit <<< "${line}" || die
if [ ${hoster} == "github" ]; then
if [ ${hoster} == "github" ];
then
SRC_URI+=" ${url}/archive/${commit}.tar.gz -> ${url##*/}-${commit}.tar.gz"
elif [ ${hoster} == "gitlab" ]; then
elif [ ${hoster} == "gitlab" ];
then
SRC_URI+=" ${url}/-/archive/${commit}/${url##*/}-${commit}.tar.gz"
else
die
@ -774,7 +776,6 @@ src_prepare() {
echo "${MY_PV}-gentoo" > .tag || die
default
eapply_user
}
src_configure() {