From cfeeb0faa542f99995c33e4e9d485b7f82811a1b Mon Sep 17 00:00:00 2001 From: NRK Date: Thu, 1 Aug 2024 15:51:19 +0000 Subject: [PATCH] media-gfx/nsxiv: Revert 191ef3728606b5f7213e13b5f175dc29e8fe06d6 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 --- media-gfx/nsxiv/nsxiv-32.ebuild | 4 ++-- media-gfx/nsxiv/nsxiv-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-gfx/nsxiv/nsxiv-32.ebuild b/media-gfx/nsxiv/nsxiv-32.ebuild index 291f4dd130..53294e2145 100644 --- a/media-gfx/nsxiv/nsxiv-32.ebuild +++ b/media-gfx/nsxiv/nsxiv-32.ebuild @@ -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" diff --git a/media-gfx/nsxiv/nsxiv-9999.ebuild b/media-gfx/nsxiv/nsxiv-9999.ebuild index 291f4dd130..53294e2145 100644 --- a/media-gfx/nsxiv/nsxiv-9999.ebuild +++ b/media-gfx/nsxiv/nsxiv-9999.ebuild @@ -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"