media-gfx/nsxiv: Revert 191ef37286

this broke the build since neither the Manifest nor the build
dir was updated. besides, github mirror is preferable since it
has better stability guarantee and usually has better speed.

Signed-off-by: NRK <nrk@disroot.org>
This commit is contained in:
NRK
2024-08-01 15:51:19 +00:00
parent 9e3d4b010c
commit cfeeb0faa5
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2021-2023 Gentoo Authors
# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit git-r3
else
SRC_URI="
https://codeberg.org/nsxiv/nsxiv/archive/v${PV}.tar.gz -> ${P}.tar.gz
https://github.com/nsxiv/nsxiv/archive/v${PV}.tar.gz -> ${P}.tar.gz
${ZSH_COMP_URI} -> ${ZSH_COMP}
"
KEYWORDS="~amd64"

View File

@@ -1,4 +1,4 @@
# Copyright 2021-2023 Gentoo Authors
# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit git-r3
else
SRC_URI="
https://codeberg.org/nsxiv/nsxiv/archive/v${PV}.tar.gz -> ${P}.tar.gz
https://github.com/nsxiv/nsxiv/archive/v${PV}.tar.gz -> ${P}.tar.gz
${ZSH_COMP_URI} -> ${ZSH_COMP}
"
KEYWORDS="~amd64"