dev-python/qbittorrent-api: Attempt to set proper workdir. - parlay - yet another gentoo overlay
HTML git clone https://git.parazyd.org/parlay
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit 461b5c4abd8a6930d37687c2da5195e935bc94b2
DIR parent 40339705d1df9404e21ff0d596ca89801580a161
HTML Author: parazyd <parazyd@dyne.org>
Date: Thu, 29 Jun 2023 09:57:22 +0200
dev-python/qbittorrent-api: Attempt to set proper workdir.
Diffstat:
M dev-python/qbittorrent-api/qbittor… | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
DIR diff --git a/dev-python/qbittorrent-api/qbittorrent-api-2023.6.50.ebuild b/dev-python/qbittorrent-api/qbittorrent-api-2023.6.50.ebuild
@@ -12,6 +12,8 @@ HOMEPAGE="https://github.com/rmartin16/qbittorrent-api/ https://pypi.org/project
PYPI_NO_NORMALIZE=1
SRC_URI="$(pypi_sdist_url --no-normalize "${PN}" "${PV}")"
+S="${WORKDIR}/${PN}-${PV}"
+
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"