games-util/legendary: Repalce 0.20.7 with 0.20.8.

0.20.7 was not pushed to master, so I just rename it.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
Ronny (tastytea) Gutbrod
2021-09-02 20:46:30 +02:00
parent 1ca59d0872
commit 19a7a53dad
3 changed files with 1 additions and 24 deletions

View File

@@ -1,2 +1,2 @@
DIST legendary-0.20.6.tar.gz 81331 BLAKE2B eda64a90c3882ed45e36efbb15170777d20902938c3c7dc0688f2ad3808ed3fdc583a809021a6bc4ac39f67fd00da7160377f418cf071974106a5faedfc352d9 SHA512 4caf5fe52d087559ef529040ee60034a03b53e0427dcb054cc840713737a6d0f235c779d5019aab9467264b9507042a24f57e1a90231d71c0037064714a745ce
DIST legendary-0.20.7.tar.gz 84938 BLAKE2B f1b830049b2c44c97e5019fbe47b67d34a119b258633e6dcc82fb80add30b1e013709b7f254880f8d30897d53520c8a5b46da8a5ff3bc198ab1dcc4b1f2467a5 SHA512 0a06008053e8fd731e6c7ea29d56910670cd6508acf6993666309a1d59bd479a8fdb5ad3a050a974d6bba2e8e84da54050e7cd4db38f5836205d90421d495563
DIST legendary-0.20.8.tar.gz 86125 BLAKE2B a98571c2c8717eb0a35dc36341c3fc772bd73529144995689987c79d034bef9fa51b587096e164ab33383f7d77063bd90cf9a5e98e86d1efa4a2c6d8257625d2 SHA512 3d0bda20c4d7513163b98bc592ab0146704691de1c67ff15a23c96718f7f15f3b9abc3ffa77cabbc3a12155f1e43c62f0acb74c6e6bf757e2a0c399d03c7f5cd

View File

@@ -1,21 +0,0 @@
From ea05ea255932f1b80a498093d547356bd0520dd7 Mon Sep 17 00:00:00 2001
From: derrod <xlnedder@gmail.com>
Date: Wed, 1 Sep 2021 19:12:14 +0200
Subject: [PATCH] Fix missing package in setup.py
---
setup.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/setup.py b/setup.py
index be343fd..38b315b 100644
--- a/setup.py
+++ b/setup.py
@@ -26,6 +26,7 @@
'legendary',
'legendary.api',
'legendary.downloader',
+ 'legendary.downloader.mp',
'legendary.lfs',
'legendary.models',
'legendary.utils',

View File

@@ -17,8 +17,6 @@ LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
PATCHES=( "${FILESDIR}/legendary-0.20.7_Fix-missing-package.patch" )
RDEPEND="
$(python_gen_cond_dep '
<dev-python/requests-3.0[${PYTHON_USEDEP}]