commit:     b5d869ef9dd1dd8612056a9828acd7d3d3b19e31
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri May 17 23:21:52 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat May 18 01:17:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5d869ef

net-misc/gallery-dl: patch for test_parse_query

Bug: https://github.com/mikf/gallery-dl/issues/5517
Closes: https://bugs.gentoo.org/930656
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 net-misc/gallery-dl/Manifest                 |  1 +
 net-misc/gallery-dl/gallery-dl-1.26.9.ebuild | 10 ++++++++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index c27afddac2b0..36f39dcc40a0 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1 +1,2 @@
+DIST gallery-dl-1.26.9-5227bb6.patch 3415 BLAKE2B 
864d6877ba9f6ee6449465ebce9b6648325c176f2ae4062c27e7059852b05983a99f203aabc9e3c361214b14d489bdb450920879171385474ddec50d83f1b937
 SHA512 
6931eeb00f6fcd6b9005672aa23ed2b0270846758a762a8a86ef51ca860bea2563673b02881abd5a1a224b7518a89e66de46da5cc0a7994d58078886aa090c64
 DIST gallery-dl-1.26.9.gh.tar.gz 670467 BLAKE2B 
849d20ff6fd802915b3bc4f6bb11d638d1e8f24f1dbdcfd5946461798044d59bf9243faa370cdddcdffe40a24d39d44a43abc79b4c8e89e7c60b40e5e204603a
 SHA512 
54c2a86a67c53b7d5c62e6c23c549fd89503386549dc9d2f9c7de058b52ecb60b5089555e97dd0b63d33686e1bd08a3be940152715a6d26647e6949e641df9cb

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() {

Reply via email to