From 9d4810f84de876ec9d0ae03d0d44224500b41188 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 19 May 2024 00:01:59 +0100 Subject: gentoo auto-resync : 19:05:2024 - 00:01:59 --- net-misc/gallery-dl/gallery-dl-1.26.9.ebuild | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'net-misc/gallery-dl/gallery-dl-1.26.9.ebuild') diff --git a/net-misc/gallery-dl/gallery-dl-1.26.9.ebuild b/net-misc/gallery-dl/gallery-dl-1.26.9.ebuild index 310c7066bc74..74f78f4c094c 100644 --- a/net-misc/gallery-dl/gallery-dl-1.26.9.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.26.9.ebuild @@ -17,8 +17,12 @@ if [[ "${PV}" == *9999* ]]; then EGIT_REPO_URI="https://github.com/mikf/${PN}.git" else - SRC_URI="https://github.com/mikf/${PN}/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz" + SRC_URI=" + https://github.com/mikf/${PN}/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz + https://github.com/mikf/${PN}/commit/5227bb6b1d62ecef5b281592b0d001e7f9c101e3.patch + -> ${P}-5227bb6.patch + " KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv x86" fi @@ -30,6 +34,8 @@ RDEPEND=" >=dev-python/requests-2.11.0[${PYTHON_USEDEP}] " +PATCHES=( "${DISTDIR}/${P}-5227bb6.patch" ) + distutils_enable_tests unittest src_prepare() { -- cgit v1.2.3