summaryrefslogtreecommitdiff
path: root/net-misc/gallery-dl/gallery-dl-1.26.9.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-05-19 00:01:59 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-05-19 00:01:59 +0100
commit9d4810f84de876ec9d0ae03d0d44224500b41188 (patch)
tree1ca0866afdc949e405d20635d3d7f2115abb9ace /net-misc/gallery-dl/gallery-dl-1.26.9.ebuild
parent075fd1f8cabc5879c6eb42127fb84c3058677fde (diff)
gentoo auto-resync : 19:05:2024 - 00:01:59
Diffstat (limited to 'net-misc/gallery-dl/gallery-dl-1.26.9.ebuild')
-rw-r--r--net-misc/gallery-dl/gallery-dl-1.26.9.ebuild10
1 files changed, 8 insertions, 2 deletions
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() {